Home
last modified time | relevance | path

Searched refs:mb_cache_entry_find_next (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dmbcache.h67 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache,
/linux-6.1.9/fs/
Dmbcache.c209 struct mb_cache_entry *mb_cache_entry_find_next(struct mb_cache *cache, in mb_cache_entry_find_next() function
214 EXPORT_SYMBOL(mb_cache_entry_find_next);
/linux-6.1.9/fs/ext2/
Dxattr.c974 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext2_xattr_cache_find()
/linux-6.1.9/fs/ext4/
Dxattr.c1509 ce = mb_cache_entry_find_next(ea_inode_cache, ce); in ext4_xattr_inode_cache_find()
3062 ce = mb_cache_entry_find_next(ea_block_cache, ce); in ext4_xattr_block_cache_find()