Searched refs:r_acache (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acache.c77 if (rp->r_acache != NULL) {
137 if (rp->r_acache != NULL) {
165 nap->list = rp->r_acache;
166 rp->r_acache = nap;
182 if (rp->r_acache == NULL)
186 rplist = rp->r_acache;
187 rp->r_acache = NULL;
H A Dnfs_subr.c3154 if (rp->r_acache != NULL) {
3214 if (rp->r_acache != NULL) {
3242 nap->list = rp->r_acache;
3243 rp->r_acache = nap;
3261 if (rp->r_acache == NULL)
3265 rplist = rp->r_acache;
3266 rp->r_acache = NULL;
H A Dnfs_acl_vnops.c336 if (rp->r_acache != NULL) {
H A Dnfs3_vnops.c1594 if (rp->r_acache != NULL) {
H A Dnfs4_vnops.c4311 if (VTOR4(vp)->r_acache != NULL) {
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h301 acache_t *r_acache; /* list of access cache entries */ member in struct:rnode
H A Drnode4.h276 acache4_t *r_acache; /* list of access cache entries */ member in struct:rnode4

Completed in 138 milliseconds