Lines Matching defs:ea_block_cache
583 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
600 ext4_xattr_block_cache_insert(ea_block_cache, bh);
1277 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
1297 if (ea_block_cache) {
1300 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash,
1305 mb_cache_entry_put(ea_block_cache, oe);
1328 if (ea_block_cache) {
1329 ce = mb_cache_entry_get(ea_block_cache, hash,
1333 mb_cache_entry_put(ea_block_cache, ce);
1909 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
1948 if (ea_block_cache) {
1951 oe = mb_cache_entry_delete_or_get(ea_block_cache,
1958 mb_cache_entry_put(ea_block_cache, oe);
2089 mb_cache_entry_put(ea_block_cache, ce);
2107 mb_cache_entry_touch(ea_block_cache, ce);
2108 mb_cache_entry_put(ea_block_cache, ce);
2113 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh);
2169 ext4_xattr_block_cache_insert(ea_block_cache, new_bh);
2209 mb_cache_entry_put(ea_block_cache, ce);
3035 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
3044 if (!ea_block_cache)
3046 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash,
3109 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
3111 if (!ea_block_cache)
3116 ce = mb_cache_entry_find_first(ea_block_cache, hash);
3125 mb_cache_entry_put(ea_block_cache, ce);
3132 ce = mb_cache_entry_find_next(ea_block_cache, ce);