Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dremote_perm.c225 lrp->lrp_access_perm = perm->rp_access_perm; in ll_update_remote_perm()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2079 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()
Dpack_generic.c1812 __swab32s(&p->rp_access_perm); in lustre_swab_mdt_remote_perm()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2267 __u32 rp_access_perm; /* MAY_READ/WRITE/EXEC */ member