Searched refs:rp_fsuid (Results 1 – 4 of 4) sorted by relevance
173 perm->rp_fsuid != current->fsuid || in ll_update_remote_perm()178 perm->rp_uid, perm->rp_gid, perm->rp_fsuid, in ll_update_remote_perm()208 if (tmp->lrp_fsuid != perm->rp_fsuid) in ll_update_remote_perm()233 lrp->lrp_fsuid = perm->rp_fsuid; in ll_update_remote_perm()
2073 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_fsuid) == 8, "found %lld\n", in lustre_assert_wire_constants()2074 (long long)(int)offsetof(struct mdt_remote_perm, rp_fsuid)); in lustre_assert_wire_constants()2075 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_fsuid) == 4, "found %lld\n", in lustre_assert_wire_constants()2076 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_fsuid)); in lustre_assert_wire_constants()
1990 __swab32s(&p->rp_fsuid); in lustre_swab_mdt_remote_perm()
2253 __u32 rp_fsuid; member