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