Lines Matching refs:z_erofs_pcluster

46 struct z_erofs_pcluster {  struct
109 static inline bool z_erofs_is_inline_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_is_inline_pcluster() argument
114 static inline unsigned int z_erofs_pclusterpages(struct z_erofs_pcluster *pcl) in z_erofs_pclusterpages()
242 struct z_erofs_pcluster *a; in z_erofs_create_pcluster_pool()
261 static struct z_erofs_pcluster *z_erofs_alloc_pcluster(unsigned int size) in z_erofs_alloc_pcluster()
267 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster()
281 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster()
494 struct z_erofs_pcluster *pcl;
528 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_bind_cache()
593 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_folios()
594 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_folios()
620 struct z_erofs_pcluster *pcl = folio_get_private(folio); in z_erofs_cache_release_folio()
687 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_attach_page()
718 struct z_erofs_pcluster *pcl; in z_erofs_register_pcluster()
764 struct z_erofs_pcluster, obj); in z_erofs_register_pcluster()
799 fe->pcl = container_of(grp, struct z_erofs_pcluster, obj); in z_erofs_pcluster_begin()
851 struct z_erofs_pcluster, rcu)); in z_erofs_rcu_callback()
856 struct z_erofs_pcluster *const pcl = in erofs_workgroup_free_rcu()
857 container_of(grp, struct z_erofs_pcluster, obj); in erofs_workgroup_free_rcu()
864 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_pcluster_end()
1028 struct z_erofs_pcluster *pcl;
1112 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_out_bvecs()
1138 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_parse_in_bvecs()
1175 struct z_erofs_pcluster *pcl = be->pcl; in z_erofs_decompress_pcluster()
1305 be.pcl = container_of(owned, struct z_erofs_pcluster, next); in z_erofs_decompress_queue()
1378 struct z_erofs_pcluster *pcl, in z_erofs_fill_bio_vec()
1521 static void move_to_bypass_jobqueue(struct z_erofs_pcluster *pcl, in move_to_bypass_jobqueue()
1589 struct z_erofs_pcluster *pcl; in z_erofs_submit_queue()
1596 pcl = container_of(owned_head, struct z_erofs_pcluster, next); in z_erofs_submit_queue()