Searched refs:sa_fsuid (Results 1 – 3 of 3) sorted by relevance
306 rec->sa_fsuid = from_kuid(&init_user_ns, current_fsuid()); in mdc_setattr_pack_rec()
2111 LASSERTF((int)offsetof(struct mdt_rec_setattr, sa_fsuid) == 8, "found %lld\n", in lustre_assert_wire_constants()2112 (long long)(int)offsetof(struct mdt_rec_setattr, sa_fsuid)); in lustre_assert_wire_constants()2113 LASSERTF((int)sizeof(((struct mdt_rec_setattr *)0)->sa_fsuid) == 4, "found %lld\n", in lustre_assert_wire_constants()2114 (long long)(int)sizeof(((struct mdt_rec_setattr *)0)->sa_fsuid)); in lustre_assert_wire_constants()
2266 __u32 sa_fsuid; member