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

/linux-master/fs/nfs/
H A Dnfs42xattr.c346 struct nfs4_xattr_cache *oldcache; local
350 oldcache = nfsi->xattr_cache;
351 if (oldcache != NULL) {
352 list_lru_del_obj(&nfs4_xattr_cache_lru, &oldcache->lru);
353 oldcache->inode = NULL;
358 return oldcache;
429 struct nfs4_xattr_cache *cache, *oldcache, *newcache; local
433 cache = oldcache = NULL;
438 oldcache = nfs4_xattr_cache_unlink(inode);
497 if (oldcache !
772 struct nfs4_xattr_cache *oldcache; local
[all...]

Completed in 189 milliseconds