Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
[all …]