Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dxattr.c471 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_get() local
503 if (ea_inode_cache) in ext4_xattr_inode_get()
504 mb_cache_entry_create(ea_inode_cache, GFP_NOFS, in ext4_xattr_inode_get()
975 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(ea_inode); in ext4_xattr_inode_update_ref() local
1002 if (ea_inode_cache) { in ext4_xattr_inode_update_ref()
1004 mb_cache_entry_create(ea_inode_cache, in ext4_xattr_inode_update_ref()
1022 if (ea_inode_cache) { in ext4_xattr_inode_update_ref()
1024 mb_cache_entry_delete(ea_inode_cache, hash, in ext4_xattr_inode_update_ref()
1452 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_cache_find() local
1455 if (!ea_inode_cache) in ext4_xattr_inode_cache_find()
[all …]