Home
last modified time | relevance | path

Searched refs:compressed_bvecs (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/erofs/
Dzdata.c89 struct z_erofs_bvec compressed_bvecs[]; member
247 size = struct_size(a, compressed_bvecs, pcs->maxpages); in z_erofs_create_pcluster_pool()
548 if (READ_ONCE(pcl->compressed_bvecs[i].page)) in z_erofs_bind_cache()
568 if (!pcl->compressed_bvecs[i].page) { in z_erofs_bind_cache()
569 pcl->compressed_bvecs[i].page = page ? page : newpage; in z_erofs_bind_cache()
602 if (pcl->compressed_bvecs[i].page) { in erofs_try_to_free_all_cached_folios()
603 folio = page_folio(pcl->compressed_bvecs[i].page); in erofs_try_to_free_all_cached_folios()
610 pcl->compressed_bvecs[i].page = NULL; in erofs_try_to_free_all_cached_folios()
621 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio()
694 if (pcl->compressed_bvecs[--fe->icur].page) in z_erofs_attach_page()
[all …]