Home
last modified time | relevance | path

Searched refs:lov_desc (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlproc_lov.c47 struct lov_desc *desc; in lov_stripesize_seq_show()
60 struct lov_desc *desc; in lov_stripesize_seq_write()
79 struct lov_desc *desc; in lov_stripeoffset_seq_show()
92 struct lov_desc *desc; in lov_stripeoffset_seq_write()
110 struct lov_desc *desc; in lov_stripetype_seq_show()
123 struct lov_desc *desc; in lov_stripetype_seq_write()
141 struct lov_desc *desc; in lov_stripecount_seq_show()
154 struct lov_desc *desc; in lov_stripecount_seq_write()
172 struct lov_desc *desc; in lov_numobd_seq_show()
184 struct lov_desc *desc; in lov_activeobd_seq_show()
Dlov_obd.c759 void lov_fix_desc(struct lov_desc *desc) in lov_fix_desc()
770 struct lov_desc *desc; in lov_setup()
779 desc = (struct lov_desc *)lustre_cfg_buf(lcfg, 1); in lov_setup()
954 struct lov_desc *desc = &(obd->u.lov.desc); in lov_process_config_base()
1456 struct lov_desc *desc; in lov_iocontrol()
1481 desc = (struct lov_desc *)data->ioc_inlbuf1; in lov_iocontrol()
2040 struct lov_desc *desc_ret = val; in lov_get_info()
Dlov_internal.h232 void lov_fix_desc(struct lov_desc *desc);
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2866 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 …]
Dpack_generic.c2057 void lustre_swab_lov_desc(struct lov_desc *ld) in lustre_swab_lov_desc()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_misc.c56 __u32 valsize = sizeof(struct lov_desc); in cl_init_ea_size()
58 struct lov_desc desc; in cl_init_ea_size()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h553 struct lov_desc desc;
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2656 struct lov_desc { struct
2672 extern void lustre_swab_lov_desc (struct lov_desc *ld); argument
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2662 struct lov_desc *desc; in osc_iocontrol()
2686 desc = (struct lov_desc *)data->ioc_inlbuf1; in osc_iocontrol()