Searched refs:managed_cache (Results 1 – 3 of 3) sorted by relevance
368 sbi->managed_cache = erofs_init_managed_cache(sb); in erofs_read_super()369 if (IS_ERR(sbi->managed_cache)) { in erofs_read_super()370 err = PTR_ERR(sbi->managed_cache); in erofs_read_super()430 iput(sbi->managed_cache); in erofs_read_super()459 iput(sbi->managed_cache); in erofs_put_super()
139 struct address_space *const mapping = sbi->managed_cache->i_mapping; in erofs_try_to_free_all_cached_pages()602 struct address_space *const mngda = sbi->managed_cache->i_mapping; in z_erofs_do_read_page()757 mngda = EROFS_SB(sb)->managed_cache->i_mapping; in z_erofs_vle_read_endio()789 struct address_space *const mngda = sbi->managed_cache->i_mapping; in z_erofs_vle_unzip()1106 struct address_space *const mngda = sbi->managed_cache->i_mapping;
99 struct inode *managed_cache; member