Lines Matching refs:ea_block_cache
582 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
599 ext4_xattr_block_cache_insert(ea_block_cache, bh);
1273 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
1293 if (ea_block_cache) {
1296 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash,
1301 mb_cache_entry_put(ea_block_cache, oe);
1324 if (ea_block_cache) {
1325 ce = mb_cache_entry_get(ea_block_cache, hash,
1329 mb_cache_entry_put(ea_block_cache, ce);
1929 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
1955 if (ea_block_cache) {
1958 oe = mb_cache_entry_delete_or_get(ea_block_cache,
1965 mb_cache_entry_put(ea_block_cache, oe);
2107 mb_cache_entry_put(ea_block_cache, ce);
2125 mb_cache_entry_touch(ea_block_cache, ce);
2126 mb_cache_entry_put(ea_block_cache, ce);
2131 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh);
2187 ext4_xattr_block_cache_insert(ea_block_cache, new_bh);
2228 mb_cache_entry_put(ea_block_cache, ce);
3041 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
3050 if (!ea_block_cache)
3052 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash,
3116 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
3118 if (!ea_block_cache)
3123 ce = mb_cache_entry_find_first(ea_block_cache, hash);
3139 ce = mb_cache_entry_find_next(ea_block_cache, ce);