Lines Matching refs:z_erofs_pcluster
59 struct z_erofs_pcluster *pcl = ptr; in z_erofs_pcluster_init_once()
124 struct z_erofs_pcluster *pcl, *tailpcl;
159 const struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages()
204 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
205 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
241 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
269 struct z_erofs_pcluster *const pcl = clt->pcl; in z_erofs_try_inplace_io()
301 try_to_claim_pcluster(struct z_erofs_pcluster *pcl, in try_to_claim_pcluster()
334 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_lookup_collection()
384 struct z_erofs_pcluster *pcl; in z_erofs_register_collection()
434 clt->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_register_collection()
472 clt->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_collector_begin()
508 container_of(cl, struct z_erofs_pcluster, in z_erofs_rcu_callback()
514 struct z_erofs_pcluster *const pcl = in erofs_workgroup_free_rcu()
515 container_of(grp, struct z_erofs_pcluster, obj); in erofs_workgroup_free_rcu()
523 struct z_erofs_pcluster *const pcl = in z_erofs_collection_put()
524 container_of(cl, struct z_erofs_pcluster, primary_collection); in z_erofs_collection_put()
741 struct z_erofs_pcluster *pcl, in z_erofs_decompress_pcluster()
947 struct z_erofs_pcluster *pcl; in z_erofs_decompress_queue()
955 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
975 static struct page *pickup_page_for_submission(struct z_erofs_pcluster *pcl, in pickup_page_for_submission()
1135 static void move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, in move_to_bypass_jobqueue()
1178 struct z_erofs_pcluster *pcl; in z_erofs_submit_queue()
1187 pcl = container_of(owned_head, struct z_erofs_pcluster, next); in z_erofs_submit_queue()