Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dremote_perm.c174 perm->rp_fsgid != current->fsgid) { in ll_update_remote_perm()
179 perm->rp_fsgid, current->uid, current->gid, in ll_update_remote_perm()
210 if (tmp->lrp_fsgid != perm->rp_fsgid) in ll_update_remote_perm()
233 lrp->lrp_fsgid = perm->rp_fsgid; in ll_update_remote_perm()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2077 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()
2078 (long long)(int)offsetof(struct mdt_remote_perm, rp_fsgid)); in lustre_assert_wire_constants()
2079 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2080 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_fsgid)); in lustre_assert_wire_constants()
Dpack_generic.c1964 __swab32s(&p->rp_fsgid); in lustre_swab_mdt_remote_perm()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2260 __u32 rp_fsgid; member