Home
last modified time | relevance | path

Searched refs:r_acache (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c75 if (rp->r_acache != NULL) { in nfs4_access_check()
135 if (rp->r_acache != NULL) { in nfs4_access_cache()
163 nap->list = rp->r_acache; in nfs4_access_cache()
164 rp->r_acache = nap; in nfs4_access_cache()
180 if (rp->r_acache == NULL) in nfs4_access_purge_rp()
184 rplist = rp->r_acache; in nfs4_access_purge_rp()
185 rp->r_acache = NULL; in nfs4_access_purge_rp()
H A Dnfs_subr.c3212 if (rp->r_acache != NULL) { in nfs_access_check()
3272 if (rp->r_acache != NULL) { in nfs_access_cache()
3300 nap->list = rp->r_acache; in nfs_access_cache()
3301 rp->r_acache = nap; in nfs_access_cache()
3319 if (rp->r_acache == NULL) in nfs_access_purge_rp()
3323 rplist = rp->r_acache; in nfs_access_purge_rp()
3324 rp->r_acache = NULL; in nfs_access_purge_rp()
H A Dnfs_acl_vnops.c334 if (rp->r_acache != NULL) { in acl_access2()
H A Dnfs3_vnops.c1595 if (rp->r_acache != NULL) { in nfs3_access()
H A Dnfs4_vnops.c4315 if (VTOR4(vp)->r_acache != NULL) { in nfs4_access()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h302 acache_t *r_acache; /* list of access cache entries */ member
H A Drnode4.h276 acache4_t *r_acache; /* list of access cache entries */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs_clnt.c2169 wsp->walk_addr = (uintptr_t)rn.r_acache; in nfs_acache_rnode_walk_init()
2276 wsp->walk_addr = (uintptr_t)rn.r_acache; in nfs_acache4_rnode_walk_init()