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()
1845 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1868 if (ea_block_cache) in ext4_xattr_block_set()
1869 mb_cache_entry_delete(ea_block_cache, hash, in ext4_xattr_block_set()
2016 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2035 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2036 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2041 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2103 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2144 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()