Searched refs:lk_fsgid (Results 1 – 3 of 3) sorted by relevance
380 rec->lk_fsgid = op_data->op_fsgid; /* current->fsgid; */ in mdc_link_pack()
2317 LASSERTF((int)offsetof(struct mdt_rec_link, lk_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()2318 (long long)(int)offsetof(struct mdt_rec_link, lk_fsgid)); in lustre_assert_wire_constants()2319 LASSERTF((int)sizeof(((struct mdt_rec_link *)0)->lk_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()2320 (long long)(int)sizeof(((struct mdt_rec_link *)0)->lk_fsgid)); in lustre_assert_wire_constants()
2436 __u32 lk_fsgid; member