Searched refs:ea_block_cache (Results 1 – 2 of 2) sorted by relevance
| /fs/ext2/ |
| A D | xattr.c | 204 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_get() local 252 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 258 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_get() 330 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_list() 677 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block() 740 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 764 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2() 948 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext2_xattr_cache_find() 968 mb_cache_entry_touch(ea_block_cache, ce); in ext2_xattr_cache_find() 969 mb_cache_entry_put(ea_block_cache, ce); in ext2_xattr_cache_find() [all …]
|
| /fs/ext4/ |
| A D | xattr.c | 1285 if (ea_block_cache) { in ext4_xattr_release_block() 1293 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block() 1316 if (ea_block_cache) { in ext4_xattr_release_block() 1321 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block() 1936 if (ea_block_cache) { in ext4_xattr_block_set() 1946 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set() 2096 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 2197 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 3034 if (!ea_block_cache) in ext4_xattr_block_cache_insert() 3101 if (!ea_block_cache) in ext4_xattr_block_cache_find() [all …]
|
Completed in 9 milliseconds