Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2623 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_suppgid2) == 32, "found %lld\n", in lustre_assert_wire_constants()
2624 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_suppgid2)); in lustre_assert_wire_constants()
2625 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_suppgid2) == 4, "found %lld\n", in lustre_assert_wire_constants()
2626 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_suppgid2)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2533 __u32 sx_suppgid2; member
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c402 rec->sx_suppgid2 = -1; in mdc_xattr_common()