Searched refs:mb_cache_entry_insert (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/include/linux/ |
D | mbcache.h | 41 int mb_cache_entry_insert(struct mb_cache_entry *, struct block_device *,
|
/linux-3.3/fs/ |
D | mbcache.c | 70 EXPORT_SYMBOL(mb_cache_entry_insert); 386 mb_cache_entry_insert(struct mb_cache_entry *ce, struct block_device *bdev, in mb_cache_entry_insert() function
|
/linux-3.3/fs/ext2/ |
D | xattr.c | 837 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext2_xattr_cache_insert()
|
/linux-3.3/fs/ext3/ |
D | xattr.c | 1150 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext3_xattr_cache_insert()
|
/linux-3.3/fs/ext4/ |
D | xattr.c | 1422 error = mb_cache_entry_insert(ce, bh->b_bdev, bh->b_blocknr, hash); in ext4_xattr_cache_insert()
|