Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzdata.c86 struct z_erofs_bvec compressed_bvecs[]; member
237 size = struct_size(a, compressed_bvecs, pcs->maxpages); in z_erofs_create_pcluster_pool()
552 if (READ_ONCE(pcl->compressed_bvecs[i].page)) in z_erofs_bind_cache()
572 if (!pcl->compressed_bvecs[i].page) { in z_erofs_bind_cache()
573 pcl->compressed_bvecs[i].page = in z_erofs_bind_cache()
601 if (pcl->compressed_bvecs[i].page) { in erofs_try_to_free_all_cached_folios()
602 folio = page_folio(pcl->compressed_bvecs[i].page); in erofs_try_to_free_all_cached_folios()
609 pcl->compressed_bvecs[i].page = NULL; in erofs_try_to_free_all_cached_folios()
620 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio()
702 if (pcl->compressed_bvecs[ in z_erofs_attach_page()
[all...]