Searched refs:lov_desc (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/lov/ |
D | lproc_lov.c | 47 struct lov_desc *desc; in lov_stripesize_seq_show() 58 struct lov_desc *desc; in lov_stripesize_seq_write() 77 struct lov_desc *desc; in lov_stripeoffset_seq_show() 88 struct lov_desc *desc; in lov_stripeoffset_seq_write() 106 struct lov_desc *desc; in lov_stripetype_seq_show() 117 struct lov_desc *desc; in lov_stripetype_seq_write() 135 struct lov_desc *desc; in lov_stripecount_seq_show() 147 struct lov_desc *desc; in lov_stripecount_seq_write() 165 struct lov_desc *desc; in lov_numobd_seq_show() 176 struct lov_desc *desc; in lov_activeobd_seq_show()
|
D | lov_obd.c | 761 void lov_fix_desc(struct lov_desc *desc) in lov_fix_desc() 772 struct lov_desc *desc; in lov_setup() 781 desc = (struct lov_desc *)lustre_cfg_buf(lcfg, 1); in lov_setup() 958 struct lov_desc *desc = &(obd->u.lov.desc); in lov_process_config_base() 1452 struct lov_desc *desc; in lov_iocontrol() 1477 desc = (struct lov_desc *)data->ioc_inlbuf1; in lov_iocontrol() 2025 struct lov_desc *desc_ret = val; in lov_get_info()
|
D | lov_internal.h | 232 void lov_fix_desc(struct lov_desc *desc);
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2866 LASSERTF((int)sizeof(struct lov_desc) == 88, "found %lld\n", in lustre_assert_wire_constants() 2867 (long long)(int)sizeof(struct lov_desc)); in lustre_assert_wire_constants() 2868 LASSERTF((int)offsetof(struct lov_desc, ld_tgt_count) == 0, "found %lld\n", in lustre_assert_wire_constants() 2869 (long long)(int)offsetof(struct lov_desc, ld_tgt_count)); in lustre_assert_wire_constants() 2870 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2871 (long long)(int)sizeof(((struct lov_desc *)0)->ld_tgt_count)); in lustre_assert_wire_constants() 2872 LASSERTF((int)offsetof(struct lov_desc, ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2873 (long long)(int)offsetof(struct lov_desc, ld_active_tgt_count)); in lustre_assert_wire_constants() 2874 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants() 2875 (long long)(int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 2085 void lustre_swab_lov_desc(struct lov_desc *ld) in lustre_swab_lov_desc()
|
/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 56 __u32 valsize = sizeof(struct lov_desc); in cl_init_ea_size() 58 struct lov_desc desc; in cl_init_ea_size()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2651 struct lov_desc { struct 2667 extern void lustre_swab_lov_desc (struct lov_desc *ld); argument
|
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 553 struct lov_desc desc;
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2664 struct lov_desc *desc; in osc_iocontrol() 2688 desc = (struct lov_desc *)data->ioc_inlbuf1; in osc_iocontrol()
|