Lines Matching refs:ea_block_cache

520 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);  in ext4_xattr_block_get()  local
537 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1243 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1261 if (ea_block_cache) in ext4_xattr_release_block()
1262 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block()
1283 if (ea_block_cache) { in ext4_xattr_release_block()
1284 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1288 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1856 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1879 if (ea_block_cache) in ext4_xattr_block_set()
1880 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_block_set()
2027 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2046 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2047 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2052 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2114 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2155 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2974 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
2983 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
2985 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3049 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3051 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3056 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3072 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()