Lines Matching refs:ea_block_cache
532 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
549 ext4_xattr_block_cache_insert(ea_block_cache, bh);
1222 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
1241 if (ea_block_cache) {
1244 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash,
1249 mb_cache_entry_put(ea_block_cache, oe);
1272 if (ea_block_cache) {
1273 ce = mb_cache_entry_get(ea_block_cache, hash,
1277 mb_cache_entry_put(ea_block_cache, ce);
1875 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
1900 if (ea_block_cache) {
1903 oe = mb_cache_entry_delete_or_get(ea_block_cache,
1910 mb_cache_entry_put(ea_block_cache, oe);
2052 mb_cache_entry_put(ea_block_cache, ce);
2070 mb_cache_entry_touch(ea_block_cache, ce);
2071 mb_cache_entry_put(ea_block_cache, ce);
2076 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh);
2131 ext4_xattr_block_cache_insert(ea_block_cache, new_bh);
2172 mb_cache_entry_put(ea_block_cache, ce);
2983 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
2992 if (!ea_block_cache)
2994 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash,
3058 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
3060 if (!ea_block_cache)
3065 ce = mb_cache_entry_find_first(ea_block_cache, hash);
3072 mb_cache_entry_put(ea_block_cache, ce);
3083 ce = mb_cache_entry_find_next(ea_block_cache, ce);