Lines Matching refs:ea_block_cache
530 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local
547 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1237 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1256 if (ea_block_cache) { in ext4_xattr_release_block()
1259 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1264 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1287 if (ea_block_cache) { in ext4_xattr_release_block()
1288 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1292 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1889 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
1914 if (ea_block_cache) { in ext4_xattr_block_set()
1917 oe = mb_cache_entry_delete_or_get(ea_block_cache, in ext4_xattr_block_set()
1924 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set()
2066 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2084 mb_cache_entry_touch(ea_block_cache, ce); in ext4_xattr_block_set()
2085 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2090 ext4_xattr_block_cache_insert(ea_block_cache, bs->bh); in ext4_xattr_block_set()
2145 ext4_xattr_block_cache_insert(ea_block_cache, new_bh); in ext4_xattr_block_set()
2186 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
2994 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, in ext4_xattr_block_cache_insert() argument
3003 if (!ea_block_cache) in ext4_xattr_block_cache_insert()
3005 error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash, in ext4_xattr_block_cache_insert()
3069 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_cache_find() local
3071 if (!ea_block_cache) in ext4_xattr_block_cache_find()
3076 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()
3092 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()