Home
last modified time | relevance | path

Searched refs:sx_fsuid (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2599 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2522 __u32 sx_fsuid; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c398 rec->sx_fsuid = from_kuid(&init_user_ns, current_fsuid()); in mdc_xattr_common()