Searched refs:rp_fsgid (Results 1 – 4 of 4) sorted by relevance
174 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()
2077 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()
1964 __swab32s(&p->rp_fsgid); in lustre_swab_mdt_remote_perm()
2260 __u32 rp_fsgid; member