Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dremote_perm.c169 perm->rp_gid != current->gid || in ll_update_remote_perm()
175 perm->rp_uid, perm->rp_gid, perm->rp_fsuid, in ll_update_remote_perm()
203 if (tmp->lrp_gid != perm->rp_gid) in ll_update_remote_perm()
228 lrp->lrp_gid = perm->rp_gid; in ll_update_remote_perm()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2067 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2068 (long long)(int)offsetof(struct mdt_remote_perm, rp_gid)); in lustre_assert_wire_constants()
2069 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants()
2070 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_gid)); in lustre_assert_wire_constants()
Dpack_generic.c1807 __swab32s(&p->rp_gid); in lustre_swab_mdt_remote_perm()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2262 __u32 rp_gid; member