Lines Matching refs:z_erofs_pcluster

46 struct z_erofs_pcluster {  struct
111 static inline bool z_erofs_is_inline_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_is_inline_pcluster() argument
116 static inline unsigned int z_erofs_pclusterpages(struct z_erofs_pcluster *pcl) in z_erofs_pclusterpages()
282 struct z_erofs_pcluster *a; in z_erofs_create_pcluster_pool()
301 static struct z_erofs_pcluster *z_erofs_alloc_pcluster(unsigned int nrpages) in z_erofs_alloc_pcluster()
307 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster()
321 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster()
527 struct z_erofs_pcluster *pcl;
561 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_bind_cache()
627 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
628 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
659 struct z_erofs_pcluster *pcl = folio_get_private(folio); in z_erofs_cache_release_folio()
727 struct z_erofs_pcluster *const pcl = fe->pcl; in z_erofs_try_inplace_io()
762 struct z_erofs_pcluster *pcl = f->pcl; in z_erofs_try_to_claim_pcluster()
782 struct z_erofs_pcluster *pcl; in z_erofs_register_pcluster()
830 struct z_erofs_pcluster, obj); in z_erofs_register_pcluster()
866 fe->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_pcluster_begin()
910 struct z_erofs_pcluster, rcu)); in z_erofs_rcu_callback()
915 struct z_erofs_pcluster *const pcl = in erofs_workgroup_free_rcu()
916 container_of(grp, struct z_erofs_pcluster, obj); in erofs_workgroup_free_rcu()
923 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_pcluster_end()
1090 struct z_erofs_pcluster *pcl;
1174 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_out_bvecs()
1200 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_in_bvecs()
1243 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_decompress_pcluster()
1368 be.pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1438 static struct page *pickup_page_for_submission(struct z_erofs_pcluster *pcl, in pickup_page_for_submission()
1584 static void move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, in move_to_bypass_jobqueue()
1656 struct z_erofs_pcluster *pcl; in z_erofs_submit_queue()
1662 pcl = container_of(owned_head, struct z_erofs_pcluster, next); in z_erofs_submit_queue()