Searched refs:compressed_bvecs (Results 1 – 1 of 1) sorted by relevance
86 struct z_erofs_bvec compressed_bvecs[]; member527 if (READ_ONCE(pcl->compressed_bvecs[i].page)) in z_erofs_bind_cache()547 if (!pcl->compressed_bvecs[i].page) { in z_erofs_bind_cache()548 pcl->compressed_bvecs[i].page = in z_erofs_bind_cache()576 if (pcl->compressed_bvecs[i].page) { in erofs_try_to_free_all_cached_folios()584 pcl->compressed_bvecs[i].page = NULL; in erofs_try_to_free_all_cached_folios()595 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio()671 if (pcl->compressed_bvecs[--fe->icur].page) in z_erofs_attach_page()673 pcl->compressed_bvecs[fe->icur] = *bvec; in z_erofs_attach_page()1297 page = pcl->compressed_bvecs[0].page; in z_erofs_decompress_pcluster()[all …]