Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dblock.c80 struct address_space *cache_mapping, u64 index, int length, in squashfs_bio_read_cached() argument
95 if (page->mapping == cache_mapping) { in squashfs_bio_read_cached()
144 int ret = add_to_page_cache_lru(head_to_cache, cache_mapping, in squashfs_bio_read_cached()
156 int ret = add_to_page_cache_lru(tail_to_cache, cache_mapping, in squashfs_bio_read_cached()
193 struct address_space *cache_mapping = msblk->cache_mapping; in squashfs_bio_read() local
216 page = squashfs_get_cache_page(cache_mapping, index); in squashfs_bio_read()
234 if (cache_mapping) in squashfs_bio_read()
235 error = squashfs_bio_read_cached(bio, cache_mapping, index, in squashfs_bio_read()
H A Dsuper.c342 msblk->cache_mapping = cache->i_mapping; in squashfs_fill_super()
470 if (msblk->cache_mapping) in squashfs_fill_super()
471 iput(msblk->cache_mapping->host); in squashfs_fill_super()
590 if (sbi->cache_mapping) in squashfs_put_super()
591 iput(sbi->cache_mapping->host); in squashfs_put_super()
H A Dsquashfs_fs_sb.h50 struct address_space *cache_mapping; member