Lines Matching refs:ea_block_cache

522 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);  in ext4_xattr_block_get()  local
539 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1225 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1243 if (ea_block_cache) in ext4_xattr_release_block()
1244 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block()
1265 if (ea_block_cache) { in ext4_xattr_release_block()
1266 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1270 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1842 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1865 if (ea_block_cache) in ext4_xattr_block_set()
1866 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_block_set()
2013 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2032 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2033 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2038 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2100 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2141 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2963 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
2972 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
2974 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3038 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3040 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3045 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3061 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()