Lines Matching refs:ea_block_cache

582 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);  in ext4_xattr_block_get()  local
599 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1273 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1293 if (ea_block_cache) { in ext4_xattr_release_block()
1296 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1301 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1324 if (ea_block_cache) { in ext4_xattr_release_block()
1325 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1329 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1905 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1944 if (ea_block_cache) { in ext4_xattr_block_set()
1947 oe = mb_cache_entry_delete_or_get(ea_block_cache, in ext4_xattr_block_set()
1954 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set()
2080 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2098 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2099 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2104 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2160 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2200 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
3039 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
3048 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
3050 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3114 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3116 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3121 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3128 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_cache_find()
3139 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()