Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmbcache.h43 int mb_cache_entry_insert(struct mb_cache_entry *, struct block_device *,
/linux-4.4.14/fs/
Dmbcache.c113 EXPORT_SYMBOL(mb_cache_entry_insert);
579 mb_cache_entry_insert(struct mb_cache_entry *ce, struct block_device *bdev, in mb_cache_entry_insert() function
/linux-4.4.14/fs/ext2/
Dxattr.c835 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext2_xattr_cache_insert()
/linux-4.4.14/fs/ext4/
Dxattr.c1542 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext4_xattr_cache_insert()