Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dxattr.c281 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()
429 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_list() local
451 ext4_xattr_cache_insert(ext4_mb_cache, bh); in ext4_xattr_block_list()
548 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_release_block() local
550 ce = mb_cache_entry_get(ext4_mb_cache, bh->b_bdev, bh->b_blocknr); in ext4_xattr_release_block()
784 struct mb_cache *ext4_mb_cache = EXT4_GET_MB_CACHE(inode); in ext4_xattr_block_set() local
791 ce = mb_cache_entry_get(ext4_mb_cache, bs->bh->b_bdev, in ext4_xattr_block_set()
810 ext4_xattr_cache_insert(ext4_mb_cache, in ext4_xattr_block_set()
942 ext4_xattr_cache_insert(ext4_mb_cache, new_bh); in ext4_xattr_block_set()
[all …]