Home
last modified time | relevance | path

Searched refs:ea_block_cache (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/ext2/
H A 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()
656 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_release_block() local
668 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext2_xattr_release_block()
677 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block()
712 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local
740 ext2_xattr_cache_insert(ea_block_cache, new_b in ext2_xattr_set2()
942 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); ext2_xattr_cache_find() local
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H A 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()
664 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext2_xattr_set2() local
692 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2()
713 ext2_xattr_cache_insert(ea_block_cache, new_bh); in ext2_xattr_set2()
758 mb_cache_entry_delete(ea_block_cache, hash, in ext2_xattr_set2()
941 struct mb_cache *ea_block_cache in ext2_xattr_cache_find() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr.c532 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local
549 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1222 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1241 if (ea_block_cache) { in ext4_xattr_release_block()
1244 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1249 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1272 if (ea_block_cache) { in ext4_xattr_release_block()
1273 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1277 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1875 struct mb_cache *ea_block_cache in ext4_xattr_block_set() local
2983 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, struct buffer_head *bh) ext4_xattr_block_cache_insert() argument
3058 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); ext4_xattr_block_cache_find() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr.c582 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_block_get() local
599 ext4_xattr_block_cache_insert(ea_block_cache, bh); in ext4_xattr_block_get()
1273 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); in ext4_xattr_release_block() local
1293 if (ea_block_cache) { in ext4_xattr_release_block()
1296 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1301 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1324 if (ea_block_cache) { in ext4_xattr_release_block()
1325 ce = mb_cache_entry_get(ea_block_cache, hash, in ext4_xattr_release_block()
1329 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block()
1929 struct mb_cache *ea_block_cache in ext4_xattr_block_set() local
3041 ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache, struct buffer_head *bh) ext4_xattr_block_cache_insert() argument
3116 struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode); ext4_xattr_block_cache_find() local
[all...]

Completed in 9 milliseconds