Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzdata.c59 struct z_erofs_pcluster *pcl = ptr; in z_erofs_pcluster_init_once()
124 struct z_erofs_pcluster *pcl, *tailpcl;
159 const struct z_erofs_pcluster *pcl = clt->pcl; in preload_compressed_pages()
204 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
205 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
241 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
269 struct z_erofs_pcluster *const pcl = clt->pcl; in z_erofs_try_inplace_io()
301 try_to_claim_pcluster(struct z_erofs_pcluster *pcl, in try_to_claim_pcluster()
334 struct z_erofs_pcluster *pcl = clt->pcl; in z_erofs_lookup_collection()
384 struct z_erofs_pcluster *pcl; in z_erofs_register_collection()
[all …]
Dzdata.h55 struct z_erofs_pcluster { struct
85 #define Z_EROFS_WORKGROUP_SIZE sizeof(struct z_erofs_pcluster) argument