Searched refs:xattr_cache (Results 1 – 7 of 7) sorted by relevance
350 oldcache = nfsi->xattr_cache; in nfs4_xattr_cache_unlink()355 nfsi->xattr_cache = NULL; in nfs4_xattr_cache_unlink()440 cache = nfsi->xattr_cache; in nfs4_xattr_get_cache()470 if (nfsi->xattr_cache != NULL) { in nfs4_xattr_get_cache()471 newcache = nfsi->xattr_cache; in nfs4_xattr_get_cache()475 nfsi->xattr_cache = cache; in nfs4_xattr_get_cache()828 NFS_I(inode)->xattr_cache = NULL; in cache_lru_isolate()
183 return nfsi->xattr_cache != NULL; in nfs_has_xattr_cache()2533 nfsi->xattr_cache = NULL; in nfs_alloc_inode()
71 h = &orangefs_inode->xattr_cache[xattr_key(key)]; in find_cached_xattr()181 &orangefs_inode->xattr_cache[xattr_key(cx->key)]); in orangefs_inode_getxattr()235 &orangefs_inode->xattr_cache[xattr_key(cx->key)]); in orangefs_inode_getxattr()296 h = &orangefs_inode->xattr_cache[xattr_key(name)]; in orangefs_inode_removexattr()387 h = &orangefs_inode->xattr_cache[xattr_key(name)]; in orangefs_inode_setxattr()
196 DECLARE_HASHTABLE(xattr_cache, 4);
115 hash_for_each_safe(orangefs_inode->xattr_cache, i, tmp, cx, node) { in orangefs_free_inode()
1006 hash_init(ORANGEFS_I(inode)->xattr_cache); in orangefs_set_inode()
269 struct nfs4_xattr_cache *xattr_cache; member