Home
last modified time | relevance | path

Searched refs:cr_suppgid1 (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c131 rec->cr_suppgid1 = op_data->op_suppgids[0]; in mdc_create_pack()
203 rec->cr_suppgid1 = op_data->op_suppgids[0]; in mdc_open_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2229 LASSERTF((int)offsetof(struct mdt_rec_create, cr_suppgid1) == 24, "found %lld\n", in lustre_assert_wire_constants()
2230 (long long)(int)offsetof(struct mdt_rec_create, cr_suppgid1)); in lustre_assert_wire_constants()
2231 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_suppgid1) == 4, "found %lld\n", in lustre_assert_wire_constants()
2232 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_suppgid1)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2397 __u32 cr_suppgid1; member