Searched refs:cache_mapping (Results 1 – 3 of 3) sorted by relevance
/linux/fs/squashfs/ |
H A D | block.c | 80 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 D | super.c | 345 msblk->cache_mapping = cache->i_mapping; in squashfs_fill_super() 473 if (msblk->cache_mapping) in squashfs_fill_super() 474 iput(msblk->cache_mapping->host); in squashfs_fill_super() 593 if (sbi->cache_mapping) in squashfs_put_super() 594 iput(sbi->cache_mapping->host); in squashfs_put_super()
|
H A D | squashfs_fs_sb.h | 50 struct address_space *cache_mapping; member
|