Searched refs:sx_fsuid (Results 1 – 3 of 3) sorted by relevance
2599 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_fsuid) == 8, "found %lld\n", in lustre_assert_wire_constants()2600 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_fsuid)); in lustre_assert_wire_constants()2601 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fsuid) == 4, "found %lld\n", in lustre_assert_wire_constants()2602 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fsuid)); in lustre_assert_wire_constants()
2522 __u32 sx_fsuid; member
398 rec->sx_fsuid = from_kuid(&init_user_ns, current_fsuid()); in mdc_xattr_common()