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
242 size = struct_size(a, compressed_bvecs, pcs->maxpages); in z_erofs_create_pcluster_pool()
532 if (READ_ONCE(pcl->compressed_bvecs[i].page)) in z_erofs_bind_cache()
552 if (!pcl->compressed_bvecs[i].page) { in z_erofs_bind_cache()
553 pcl->compressed_bvecs[i].page = in z_erofs_bind_cache()
581 if (pcl->compressed_bvecs[i].page) { in erofs_try_to_free_all_cached_folios()
582 folio = page_folio(pcl->compressed_bvecs[i].page); in erofs_try_to_free_all_cached_folios()
589 pcl->compressed_bvecs[i].page = NULL; in erofs_try_to_free_all_cached_folios()
600 struct z_erofs_bvec *bvec = pcl->compressed_bvecs; in z_erofs_cache_release_folio()
673 if (pcl->compressed_bvecs[--fe->icur].page) in z_erofs_attach_page()
[all …]