Searched refs:cache_mapping (Results 1 – 2 of 2) sorted by relevance
350 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()
50 struct address_space *cache_mapping; member