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()
1929 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1955 if (ea_block_cache) { in ext4_xattr_block_set()
1958 oe = mb_cache_entry_delete_or_get(ea_block_cache, in ext4_xattr_block_set()
1965 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set()
2107 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2125 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2126 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2131 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2187 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2228 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
3041 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
3050 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
3052 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3116 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3118 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3123 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3139 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()