Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2607 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()
2608 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_fsgid)); in lustre_assert_wire_constants()
2609 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2610 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fsgid)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2524 __u32 sx_fsgid; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c399 rec->sx_fsgid = from_kgid(&init_user_ns, current_fsgid()); in mdc_xattr_common()