Home
last modified time | relevance | path

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

/fs/erofs/
Dzdata.c59 struct z_erofs_pcluster *pcl = ptr; in z_erofs_pcluster_init_once()
70 static void z_erofs_pcluster_init_always(struct z_erofs_pcluster *pcl) in z_erofs_pcluster_init_always()
134 struct z_erofs_pcluster *pcl, *tailpcl;
169 const struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages()
214 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
215 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
251 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
279 struct z_erofs_pcluster *const pcl = clt->pcl; in z_erofs_try_inplace_io()
311 try_to_claim_pcluster(struct z_erofs_pcluster *pcl, in try_to_claim_pcluster()
345 struct z_erofs_pcluster *pcl; in cllookup()
[all …]
Dzdata.h55 struct z_erofs_pcluster { struct
85 #define Z_EROFS_WORKGROUP_SIZE sizeof(struct z_erofs_pcluster) argument