Searched refs:rp_fsgid (Results 1 – 4 of 4) sorted by relevance
171 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()
2075 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()
1810 __swab32s(&p->rp_fsgid); in lustre_swab_mdt_remote_perm()
2265 __u32 rp_fsgid; member