Searched refs:ul_fsgid (Results 1 – 3 of 3) sorted by relevance
354 rec->ul_fsgid = op_data->op_fsgid; in mdc_unlink_pack()
2413 LASSERTF((int)offsetof(struct mdt_rec_unlink, ul_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()2414 (long long)(int)offsetof(struct mdt_rec_unlink, ul_fsgid)); in lustre_assert_wire_constants()2415 LASSERTF((int)sizeof(((struct mdt_rec_unlink *)0)->ul_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()2416 (long long)(int)sizeof(((struct mdt_rec_unlink *)0)->ul_fsgid)); in lustre_assert_wire_constants()
2463 __u32 ul_fsgid; member