Searched refs:ea_block_cache (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ext2/ |
D | xattr.c | 156 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_get() local 201 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 214 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 252 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_list() local 287 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_list() 633 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local 661 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 682 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 727 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-v4.19/fs/ext4/ |
D | xattr.c | 520 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local 538 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get() 1250 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local 1268 if (ea_block_cache) in ext4_xattr_release_block() 1269 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block() 1290 if (ea_block_cache) { in ext4_xattr_release_block() 1291 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block() 1295 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block() 1860 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local 1883 if (ea_block_cache) in ext4_xattr_block_set() [all …]
|