Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmbcache.h45 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
/Linux-v5.4/fs/
Dmbcache.c168 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache, in mb_cache_entry_find_first() function
173 EXPORT_SYMBOL(mb_cache_entry_find_first);
/Linux-v5.4/fs/ext2/
Dxattr.c935 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext2_xattr_cache_find()
/Linux-v5.4/fs/ext4/
Dxattr.c1475 ce = mb_cache_entry_find_first(ea_inode_cache, hash); in ext4_xattr_inode_cache_find()
3056 ce = mb_cache_entry_find_first(ea_block_cache, hash); in ext4_xattr_block_cache_find()