Home
last modified time | relevance | path

Searched refs:ea_block_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ext2/
Dxattr.c204 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()
296 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_list() local
330 if (ext2_xattr_cache_insert(ea_block_cache, bh)) in ext2_xattr_list()
658 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_release_block() local
670 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext2_xattr_release_block()
679 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block()
714 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local
742 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2()
[all …]
/linux-6.1.9/fs/ext4/
Dxattr.c537 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local
554 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1229 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1249 if (ea_block_cache) { in ext4_xattr_release_block()
1252 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1257 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1280 if (ea_block_cache) { in ext4_xattr_release_block()
1281 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1285 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1864 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_set() local
[all …]