Lines Matching refs:ea_block_cache

537 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);  in ext4_xattr_block_get()  local
554 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1229 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1249 if (ea_block_cache) { in ext4_xattr_release_block()
1252 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1257 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1280 if (ea_block_cache) { in ext4_xattr_release_block()
1281 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1285 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1861 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1887 if (ea_block_cache) { in ext4_xattr_block_set()
1890 oe = mb_cache_entry_delete_or_get(ea_block_cache, in ext4_xattr_block_set()
1897 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set()
2038 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2056 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2057 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2062 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2125 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2166 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2969 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
2978 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
2980 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3044 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3046 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3051 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3067 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()