Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmbcache.h50 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
/linux-4.4.14/fs/
Dmbcache.c118 EXPORT_SYMBOL(mb_cache_entry_find_first);
786 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first() function
/linux-4.4.14/fs/ext2/
Dxattr.c909 ce = mb_cache_entry_find_first(ext2_xattr_cache, inode->i_sb->s_bdev, in ext2_xattr_cache_find()
/linux-4.4.14/fs/ext4/
Dxattr.c1615 ce = mb_cache_entry_find_first(ext4_mb_cache, inode->i_sb->s_bdev, in ext4_xattr_cache_find()