Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzdata.c87 struct z_erofs_bvec compressed_bvecs[]; member
238 size = struct_size(a, compressed_bvecs, pcs->maxpages); in z_erofs_create_pcluster_pool()
553 if (READ_ONCE(pcl->compressed_bvecs[i].page)) in z_erofs_bind_cache()
573 if (!pcl->compressed_bvecs[i].page) { in z_erofs_bind_cache()
574 pcl->compressed_bvecs[i].page = 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()
703 if (pcl->compressed_bvecs[--fe->icur].page) in z_erofs_attach_page()
[all …]