Lines Matching refs:ea_block_cache
520 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local
538 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1250 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1268 if (ea_block_cache) in ext4_xattr_release_block()
1269 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_release_block()
1290 if (ea_block_cache) { in ext4_xattr_release_block()
1291 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1295 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1860 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1883 if (ea_block_cache) in ext4_xattr_block_set()
1884 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_block_set()
2031 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2050 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2051 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2056 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2118 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2159 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2966 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
2975 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
2977 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3041 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3043 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3048 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()