Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmbcache.h48 struct mb_cache_entry *mb_cache_entry_find_first(struct mb_cache *cache,
/linux-3.4.99/fs/
Dmbcache.c75 EXPORT_SYMBOL(mb_cache_entry_find_first);
556 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first() function
/linux-3.4.99/fs/ext2/
Dxattr.c911 ce = mb_cache_entry_find_first(ext2_xattr_cache, inode->i_sb->s_bdev, in ext2_xattr_cache_find()
/linux-3.4.99/fs/ext3/
Dxattr.c1217 ce = mb_cache_entry_find_first(ext3_xattr_cache, inode->i_sb->s_bdev, in ext3_xattr_cache_find()
/linux-3.4.99/fs/ext4/
Dxattr.c1500 ce = mb_cache_entry_find_first(ext4_xattr_cache, inode->i_sb->s_bdev, in ext4_xattr_cache_find()