Home
last modified time | relevance | path

Searched refs:resacc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c110 nfs4_access_cache(rnode4_t *rp, uint32_t acc, uint32_t resacc, cred_t *cr) in nfs4_access_cache() argument
126 nap->allowed = resacc; in nfs4_access_cache()
141 ap->allowed |= resacc; in nfs4_access_cache()
H A Dnfs_subr.c3247 nfs_access_cache(rnode_t *rp, uint32_t acc, uint32_t resacc, cred_t *cr) in nfs_access_cache() argument
3263 nap->allowed = resacc; in nfs_access_cache()
3278 ap->allowed |= resacc; in nfs_access_cache()
H A Dnfs4_vnops.c4281 uint32_t acc, resacc, argacc; in nfs4_access() local
4440 resacc = resop->nfs_resop4_u.opaccess.access; in nfs4_access()
4449 nfs4_access_cache(rp, argacc, resacc, cred); in nfs4_access()
4459 if ((acc & resacc) != acc) { in nfs4_access()