Searched refs:rp_access_perm (Results 1 – 4 of 4) sorted by relevance
225 lrp->lrp_access_perm = perm->rp_access_perm; in ll_update_remote_perm()
2079 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_access_perm) == 24, "found %lld\n", in lustre_assert_wire_constants()2080 (long long)(int)offsetof(struct mdt_remote_perm, rp_access_perm)); in lustre_assert_wire_constants()2081 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_access_perm) == 4, "found %lld\n", in lustre_assert_wire_constants()2082 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_access_perm)); in lustre_assert_wire_constants()
1812 __swab32s(&p->rp_access_perm); in lustre_swab_mdt_remote_perm()
2267 __u32 rp_access_perm; /* MAY_READ/WRITE/EXEC */ member