Searched refs:resacc (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acache.c | 112 nfs4_access_cache(rnode4_t *rp, uint32_t acc, uint32_t resacc, cred_t *cr) in nfs4_access_cache() argument 128 nap->allowed = resacc; in nfs4_access_cache() 143 ap->allowed |= resacc; in nfs4_access_cache()
|
H A D | nfs_subr.c | 3246 nfs_access_cache(rnode_t *rp, uint32_t acc, uint32_t resacc, cred_t *cr) in nfs_access_cache() argument 3262 nap->allowed = resacc; in nfs_access_cache() 3277 ap->allowed |= resacc; in nfs_access_cache()
|
H A D | nfs4_vnops.c | 4292 uint32_t acc, resacc, argacc; in nfs4_access() local 4452 resacc = resop->nfs_resop4_u.opaccess.access; in nfs4_access() 4461 nfs4_access_cache(rp, argacc, resacc, cred); in nfs4_access() 4471 if ((acc & resacc) != acc) { in nfs4_access()
|