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

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

Completed in 139 milliseconds