Lines Matching refs:z_erofs_pcluster
45 struct z_erofs_pcluster *a; in z_erofs_create_pcluster_pool()
64 static struct z_erofs_pcluster *z_erofs_alloc_pcluster(unsigned int nrpages) in z_erofs_alloc_pcluster()
70 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster()
84 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster()
205 struct z_erofs_pcluster *pcl, *tailpcl;
242 struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages()
311 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
312 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
344 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
369 struct z_erofs_pcluster *const pcl = clt->pcl; in z_erofs_try_inplace_io()
397 try_to_claim_pcluster(struct z_erofs_pcluster *pcl, in try_to_claim_pcluster()
430 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_lookup_collection()
480 struct z_erofs_pcluster *pcl; in z_erofs_register_collection()
523 clt->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_register_collection()
561 clt->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_collector_begin()
595 z_erofs_free_pcluster(container_of(cl, struct z_erofs_pcluster, in z_erofs_rcu_callback()
601 struct z_erofs_pcluster *const pcl = in erofs_workgroup_free_rcu()
602 container_of(grp, struct z_erofs_pcluster, obj); in erofs_workgroup_free_rcu()
610 struct z_erofs_pcluster *const pcl = in z_erofs_collection_put()
611 container_of(cl, struct z_erofs_pcluster, primary_collection); in z_erofs_collection_put()
842 struct z_erofs_pcluster *pcl, in z_erofs_decompress_pcluster()
1048 struct z_erofs_pcluster *pcl; in z_erofs_decompress_queue()
1056 pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1076 static struct page *pickup_page_for_submission(struct z_erofs_pcluster *pcl, in pickup_page_for_submission()
1243 static void move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, in move_to_bypass_jobqueue()
1286 struct z_erofs_pcluster *pcl; in z_erofs_submit_queue()
1295 pcl = container_of(owned_head, struct z_erofs_pcluster, next); in z_erofs_submit_queue()