Home
last modified time | relevance | path

Searched refs:rp_fsgid (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c171 perm->rp_fsgid != current->fsgid) { in ll_update_remote_perm()
176 perm->rp_fsgid, current->uid, current->gid, in ll_update_remote_perm()
207 if (tmp->lrp_fsgid != perm->rp_fsgid) in ll_update_remote_perm()
230 lrp->lrp_fsgid = perm->rp_fsgid; in ll_update_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2075 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()
2076 (long long)(int)offsetof(struct mdt_remote_perm, rp_fsgid)); in lustre_assert_wire_constants()
2077 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2078 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_fsgid)); in lustre_assert_wire_constants()
Dpack_generic.c1810 __swab32s(&p->rp_fsgid); in lustre_swab_mdt_remote_perm()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2265 __u32 rp_fsgid; member