Searched refs:pcl (Results 1 – 1 of 1) sorted by relevance
69 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster() local74 pcl = kmem_cache_zalloc(pcs->slab, GFP_NOFS); in z_erofs_alloc_pcluster()75 if (!pcl) in z_erofs_alloc_pcluster()77 pcl->pclusterpages = nrpages; in z_erofs_alloc_pcluster()78 return pcl; in z_erofs_alloc_pcluster()83 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster() argument90 if (pcl->pclusterpages > pcs->maxpages) in z_erofs_free_pcluster()93 kmem_cache_free(pcs->slab, pcl); in z_erofs_free_pcluster()322 struct z_erofs_pcluster *pcl, *tailpcl; member359 struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages() local[all …]