Lines Matching refs:oldcache
347 struct nfs4_xattr_cache *oldcache;
351 oldcache = nfsi->xattr_cache;
352 if (oldcache != NULL) {
353 list_lru_del(&nfs4_xattr_cache_lru, &oldcache->lru);
354 oldcache->inode = NULL;
359 return oldcache;
430 struct nfs4_xattr_cache *cache, *oldcache, *newcache;
434 cache = oldcache = NULL;
439 oldcache = nfs4_xattr_cache_unlink(inode);
498 if (oldcache != NULL)
499 nfs4_xattr_discard_cache(oldcache);
773 struct nfs4_xattr_cache *oldcache;
776 oldcache = nfs4_xattr_cache_unlink(inode);
779 if (oldcache)
780 nfs4_xattr_discard_cache(oldcache);