Home
last modified time | relevance | path

Searched refs:xattr_cache (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/orangefs/
Dxattr.c69 h = &orangefs_inode->xattr_cache[xattr_key(key)]; in find_cached_xattr()
178 hash_add(orangefs_inode->xattr_cache, &cx->node, in orangefs_inode_getxattr()
232 hash_add(orangefs_inode->xattr_cache, &cx->node, in orangefs_inode_getxattr()
294 h = &orangefs_inode->xattr_cache[xattr_key(name)]; in orangefs_inode_removexattr()
385 h = &orangefs_inode->xattr_cache[xattr_key(name)]; in orangefs_inode_setxattr()
Dorangefs-kernel.h202 DECLARE_HASHTABLE(xattr_cache, 4);
Dsuper.c135 hash_for_each_safe(orangefs_inode->xattr_cache, i, tmp, cx, node) { in orangefs_free_inode()
Dinode.c1013 hash_init(ORANGEFS_I(inode)->xattr_cache); in orangefs_set_inode()
/Linux-v5.10/fs/nfs/
Dnfs42xattr.c351 oldcache = nfsi->xattr_cache; in nfs4_xattr_cache_unlink()
356 nfsi->xattr_cache = NULL; in nfs4_xattr_cache_unlink()
441 cache = nfsi->xattr_cache; in nfs4_xattr_get_cache()
471 if (nfsi->xattr_cache != NULL) { in nfs4_xattr_get_cache()
472 newcache = nfsi->xattr_cache; in nfs4_xattr_get_cache()
476 nfsi->xattr_cache = cache; in nfs4_xattr_get_cache()
848 NFS_I(inode)->xattr_cache = NULL; in cache_lru_isolate()
Dinode.c2110 nfsi->xattr_cache = NULL; in nfs_alloc_inode()
/Linux-v5.10/include/linux/
Dnfs_fs.h195 struct nfs4_xattr_cache *xattr_cache; member