Lines Matching refs:ea_block_cache

579 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);  in ext4_xattr_block_get()  local
596 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1265 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1285 if (ea_block_cache) { in ext4_xattr_release_block()
1288 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1293 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1316 if (ea_block_cache) { in ext4_xattr_release_block()
1317 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1321 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1897 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1936 if (ea_block_cache) { in ext4_xattr_block_set()
1939 oe = mb_cache_entry_delete_or_get(ea_block_cache, in ext4_xattr_block_set()
1946 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set()
2077 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2095 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2096 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2101 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2157 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2197 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
3025 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
3034 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
3036 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3099 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3101 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3106 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3115 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_cache_find()
3122 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()