Lines Matching refs:ea_block_cache
204 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_get() local
252 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get()
258 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get()
296 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_list() local
330 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_list()
656 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_release_block() local
668 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext2_xattr_release_block()
677 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block()
712 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local
740 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2()
764 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2()
942 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_cache_find() local
948 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext2_xattr_cache_find()
968 mb_cache_entry_touch(ea_block_cache, ce); in ext2_xattr_cache_find()
969 mb_cache_entry_put(ea_block_cache, ce); in ext2_xattr_cache_find()
975 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext2_xattr_cache_find()