Lines Matching refs:oldcache
346 struct nfs4_xattr_cache *oldcache;
350 oldcache = nfsi->xattr_cache;
351 if (oldcache != NULL) {
352 list_lru_del(&nfs4_xattr_cache_lru, &oldcache->lru);
353 oldcache->inode = NULL;
358 return oldcache;
429 struct nfs4_xattr_cache *cache, *oldcache, *newcache;
433 cache = oldcache = NULL;
438 oldcache = nfs4_xattr_cache_unlink(inode);
497 if (oldcache != NULL)
498 nfs4_xattr_discard_cache(oldcache);
772 struct nfs4_xattr_cache *oldcache;
775 oldcache = nfs4_xattr_cache_unlink(inode);
778 if (oldcache)
779 nfs4_xattr_discard_cache(oldcache);