Searched refs:cr_suppgid1 (Results 1 – 3 of 3) sorted by relevance
158 rec->cr_suppgid1 = op_data->op_suppgids[0]; in mdc_create_pack()232 rec->cr_suppgid1 = op_data->op_suppgids[0]; in mdc_open_pack()
2231 LASSERTF((int)offsetof(struct mdt_rec_create, cr_suppgid1) == 24, "found %lld\n", in lustre_assert_wire_constants()2232 (long long)(int)offsetof(struct mdt_rec_create, cr_suppgid1)); in lustre_assert_wire_constants()2233 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_suppgid1) == 4, "found %lld\n", in lustre_assert_wire_constants()2234 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_suppgid1)); in lustre_assert_wire_constants()
2409 __u32 cr_suppgid1; member