Lines Matching refs:z_erofs_pcluster
122 struct z_erofs_pcluster *a; in z_erofs_create_pcluster_pool()
141 static struct z_erofs_pcluster *z_erofs_alloc_pcluster(unsigned int nrpages) in z_erofs_alloc_pcluster()
147 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster()
161 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster()
278 struct z_erofs_pcluster *pcl, *tailpcl;
300 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_bind_cache()
365 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
366 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
397 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
421 struct z_erofs_pcluster *const pcl = fe->pcl; in z_erofs_try_inplace_io()
455 struct z_erofs_pcluster *pcl = f->pcl; in z_erofs_try_to_claim_pcluster()
487 struct z_erofs_pcluster *pcl; in z_erofs_register_pcluster()
534 struct z_erofs_pcluster, obj); in z_erofs_register_pcluster()
573 fe->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_collector_begin()
603 struct z_erofs_pcluster, rcu)); in z_erofs_rcu_callback()
608 struct z_erofs_pcluster *const pcl = in erofs_workgroup_free_rcu()
609 container_of(grp, struct z_erofs_pcluster, obj); in erofs_workgroup_free_rcu()
616 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_collector_end()
869 struct z_erofs_pcluster *pcl;
954 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_out_bvecs()
980 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_in_bvecs()
1023 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_decompress_pcluster()
1152 be.pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1198 static struct page *pickup_page_for_submission(struct z_erofs_pcluster *pcl, in pickup_page_for_submission()
1357 static void move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, in move_to_bypass_jobqueue()
1430 struct z_erofs_pcluster *pcl; in z_erofs_submit_queue()
1439 pcl = container_of(owned_head, struct z_erofs_pcluster, next); in z_erofs_submit_queue()