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
248 size = struct_size(a, compressed_bvecs, pcs->maxpages); in z_erofs_create_pcluster_pool()
563 if (READ_ONCE(pcl->compressed_bvecs[i].page)) in z_erofs_bind_cache()
583 if (!pcl->compressed_bvecs[i].page) { in z_erofs_bind_cache()
584 pcl->compressed_bvecs[i].page = in z_erofs_bind_cache()
612 if (pcl->compressed_bvecs[i].page) { in erofs_try_to_free_all_cached_folios()
613 folio = page_folio(pcl->compressed_bvecs[i].page); in erofs_try_to_free_all_cached_folios()
619 pcl->compressed_bvecs[i].page = NULL; in erofs_try_to_free_all_cached_folios()
630 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio()
707 if (pcl->compressed_bvecs[--fe->icur].page) in z_erofs_attach_page()
[all …]