Lines Matching refs:z_erofs_pcluster
44 struct z_erofs_pcluster *a; in z_erofs_create_pcluster_pool()
63 static struct z_erofs_pcluster *z_erofs_alloc_pcluster(unsigned int nrpages) in z_erofs_alloc_pcluster()
69 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster()
83 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster()
204 struct z_erofs_pcluster *pcl, *tailpcl;
241 struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages()
310 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
311 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
341 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
366 struct z_erofs_pcluster *const pcl = clt->pcl; in z_erofs_try_inplace_io()
395 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_try_to_claim_pcluster()
426 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_lookup_collection()
474 struct z_erofs_pcluster *pcl; in z_erofs_register_collection()
517 clt->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_register_collection()
555 clt->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_collector_begin()
589 z_erofs_free_pcluster(container_of(cl, struct z_erofs_pcluster, in z_erofs_rcu_callback()
595 struct z_erofs_pcluster *const pcl = in erofs_workgroup_free_rcu()
596 container_of(grp, struct z_erofs_pcluster, obj); in erofs_workgroup_free_rcu()
604 struct z_erofs_pcluster *const pcl = in z_erofs_collection_put()
605 container_of(cl, struct z_erofs_pcluster, primary_collection); in z_erofs_collection_put()
838 struct z_erofs_pcluster *pcl, in z_erofs_decompress_pcluster()
1044 struct z_erofs_pcluster *pcl; in z_erofs_decompress_queue()
1052 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1072 static struct page *pickup_page_for_submission(struct z_erofs_pcluster *pcl, in pickup_page_for_submission()
1239 static void move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, in move_to_bypass_jobqueue()
1282 struct z_erofs_pcluster *pcl; in z_erofs_submit_queue()
1291 pcl = container_of(owned_head, struct z_erofs_pcluster, next); in z_erofs_submit_queue()