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