Searched refs:ea_block_cache (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/ext2/ |
D | xattr.c | 203 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_get() local 251 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 257 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 295 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_list() local 329 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_list() 659 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local 687 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 708 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 753 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2() 929 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_cache_find() local [all …]
|
/Linux-v5.4/fs/ext4/ |
D | xattr.c | 520 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local 537 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get() 1243 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local 1261 if (ea_block_cache) in ext4_xattr_release_block() 1262 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block() 1283 if (ea_block_cache) { in ext4_xattr_release_block() 1284 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block() 1288 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block() 1856 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local 1879 if (ea_block_cache) in ext4_xattr_block_set() [all …]
|