Home
last modified time | relevance | path

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

/linux-4.4.14/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()
80 struct lov_desc *desc; in lov_stripeoffset_seq_show()
93 struct lov_desc *desc; in lov_stripeoffset_seq_write()
112 struct lov_desc *desc; in lov_stripetype_seq_show()
125 struct lov_desc *desc; in lov_stripetype_seq_write()
144 struct lov_desc *desc; in lov_stripecount_seq_show()
157 struct lov_desc *desc; in lov_stripecount_seq_write()
178 struct lov_desc *desc; in numobd_show()
190 struct lov_desc *desc; in activeobd_show()
Dlov_obd.c746 void lov_fix_desc(struct lov_desc *desc) in lov_fix_desc()
757 struct lov_desc *desc; in lov_setup()
766 desc = (struct lov_desc *)lustre_cfg_buf(lcfg, 1); in lov_setup()
935 struct lov_desc *desc = &(obd->u.lov.desc); in lov_process_config_base()
1438 struct lov_desc *desc; in lov_iocontrol()
1463 desc = (struct lov_desc *)data->ioc_inlbuf1; in lov_iocontrol()
2022 struct lov_desc *desc_ret = val; in lov_get_info()
Dlov_internal.h195 void lov_fix_desc(struct lov_desc *desc);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2864 LASSERTF((int)sizeof(struct lov_desc) == 88, "found %lld\n", in lustre_assert_wire_constants()
2865 (long long)(int)sizeof(struct lov_desc)); in lustre_assert_wire_constants()
2866 LASSERTF((int)offsetof(struct lov_desc, ld_tgt_count) == 0, "found %lld\n", in lustre_assert_wire_constants()
2867 (long long)(int)offsetof(struct lov_desc, ld_tgt_count)); in lustre_assert_wire_constants()
2868 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2869 (long long)(int)sizeof(((struct lov_desc *)0)->ld_tgt_count)); in lustre_assert_wire_constants()
2870 LASSERTF((int)offsetof(struct lov_desc, ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2871 (long long)(int)offsetof(struct lov_desc, ld_active_tgt_count)); in lustre_assert_wire_constants()
2872 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count) == 4, "found %lld\n", in lustre_assert_wire_constants()
2873 (long long)(int)sizeof(((struct lov_desc *)0)->ld_active_tgt_count)); in lustre_assert_wire_constants()
[all …]
Dpack_generic.c1894 void lustre_swab_lov_desc(struct lov_desc *ld) in lustre_swab_lov_desc()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_misc.c55 __u32 valsize = sizeof(struct lov_desc); in cl_init_ea_size()
57 struct lov_desc desc; in cl_init_ea_size()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h459 struct lov_desc desc;
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2640 struct lov_desc { struct
2656 void lustre_swab_lov_desc(struct lov_desc *ld); argument
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2606 struct lov_desc *desc; in osc_iocontrol()
2630 desc = (struct lov_desc *)data->ioc_inlbuf1; in osc_iocontrol()