Searched refs:mb_cache_entry_insert (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | mbcache.h | 43 int mb_cache_entry_insert(struct mb_cache_entry *, struct block_device *,
|
/linux-4.4.14/fs/ |
D | mbcache.c | 113 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/ |
D | xattr.c | 835 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext2_xattr_cache_insert()
|
/linux-4.4.14/fs/ext4/ |
D | xattr.c | 1542 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext4_xattr_cache_insert()
|