Searched refs:ea_block_cache (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ext2/ |
D | xattr.c | 157 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_get() local 202 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 215 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 253 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_list() local 288 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_list() 634 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local 662 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 683 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 728 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2() 903 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_cache_find() local [all …]
|
/linux-4.19.296/fs/ext4/ |
D | xattr.c | 550 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local 567 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get() 1261 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local 1280 if (ea_block_cache) { in ext4_xattr_release_block() 1283 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block() 1288 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block() 1311 if (ea_block_cache) { in ext4_xattr_release_block() 1312 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block() 1316 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block() 1914 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local [all …]
|