Home
last modified time | relevance | path

Searched refs:pcl (Results 1 – 1 of 1) sorted by relevance

/fs/erofs/
Dzdata.c69 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster() local
74 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() argument
90 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; member
359 struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages() local
[all …]