Lines Matching refs:ext4_mb_cache
281 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_get() local
303 ext4_xattr_cache_insert(ext4_mb_cache, bh); in ext4_xattr_block_get()
428 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_list() local
450 ext4_xattr_cache_insert(ext4_mb_cache, bh); in ext4_xattr_block_list()
547 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_release_block() local
549 ce = mb_cache_entry_get(ext4_mb_cache, bh->b_bdev, bh->b_blocknr); in ext4_xattr_release_block()
783 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_set() local
790 ce = mb_cache_entry_get(ext4_mb_cache, bs->bh->b_bdev, in ext4_xattr_block_set()
809 ext4_xattr_cache_insert(ext4_mb_cache, in ext4_xattr_block_set()
941 ext4_xattr_cache_insert(ext4_mb_cache, new_bh); in ext4_xattr_block_set()
1531 ext4_xattr_cache_insert(struct mb_cache *ext4_mb_cache, struct buffer_head *bh) in ext4_xattr_cache_insert() argument
1537 ce = mb_cache_entry_alloc(ext4_mb_cache, GFP_NOFS); in ext4_xattr_cache_insert()
1609 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_cache_find() local
1615 ce = mb_cache_entry_find_first(ext4_mb_cache, inode->i_sb->s_bdev, in ext4_xattr_cache_find()