Searched refs:lk_fsuid (Results 1 – 3 of 3) sorted by relevance
416 rec->lk_fsuid = op_data->op_fsuid; /* current->fsuid; */ in mdc_link_pack()
2311 LASSERTF((int)offsetof(struct mdt_rec_link, lk_fsuid) == 8, "found %lld\n", in lustre_assert_wire_constants()2312 (long long)(int)offsetof(struct mdt_rec_link, lk_fsuid)); in lustre_assert_wire_constants()2313 LASSERTF((int)sizeof(((struct mdt_rec_link *)0)->lk_fsuid) == 4, "found %lld\n", in lustre_assert_wire_constants()2314 (long long)(int)sizeof(((struct mdt_rec_link *)0)->lk_fsuid)); in lustre_assert_wire_constants()
2446 __u32 lk_fsuid; member