Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dblock.c80 struct address_space *cache_mapping, u64 index, int length, in squashfs_bio_read_cached() argument
98 if (folio->mapping == cache_mapping) { in squashfs_bio_read_cached()
152 int ret = filemap_add_folio(cache_mapping, head_to_cache, in squashfs_bio_read_cached()
164 int ret = filemap_add_folio(cache_mapping, tail_to_cache, in squashfs_bio_read_cached()
181 int ret = filemap_add_folio(cache_mapping, cache_folios[idx], in squashfs_bio_read_cached()
220 struct address_space *cache_mapping = msblk->cache_mapping; in squashfs_bio_read() local
243 page = squashfs_get_cache_page(cache_mapping, index); in squashfs_bio_read()
261 if (cache_mapping) in squashfs_bio_read()
262 error = squashfs_bio_read_cached(bio, cache_mapping, index, in squashfs_bio_read()
H A Dsuper.c350 msblk->cache_mapping = cache->i_mapping; in squashfs_fill_super()
478 if (msblk->cache_mapping) in squashfs_fill_super()
479 iput(msblk->cache_mapping->host); in squashfs_fill_super()
598 if (sbi->cache_mapping) in squashfs_put_super()
599 iput(sbi->cache_mapping->host); in squashfs_put_super()
H A Dsquashfs_fs_sb.h50 struct address_space *cache_mapping; member