Home
last modified time | relevance | path

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

/linux-6.1.9/fs/erofs/
Dzdata.c122 struct z_erofs_pcluster *a; in z_erofs_create_pcluster_pool()
141 static struct z_erofs_pcluster *z_erofs_alloc_pcluster(unsigned int nrpages) in z_erofs_alloc_pcluster()
147 struct z_erofs_pcluster *pcl; in z_erofs_alloc_pcluster()
161 static void z_erofs_free_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_free_pcluster()
278 struct z_erofs_pcluster *pcl, *tailpcl;
300 struct z_erofs_pcluster *pcl = fe->pcl; in z_erofs_bind_cache()
365 struct z_erofs_pcluster *const pcl = in erofs_try_to_free_all_cached_pages()
366 container_of(grp, struct z_erofs_pcluster, obj); in erofs_try_to_free_all_cached_pages()
397 struct z_erofs_pcluster *const pcl = (void *)page_private(page); in erofs_try_to_free_cached_page()
421 struct z_erofs_pcluster *const pcl = fe->pcl; in z_erofs_try_inplace_io()
[all …]
Dzdata.h46 struct z_erofs_pcluster { struct
116 static inline bool z_erofs_is_inline_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_is_inline_pcluster()
121 static inline unsigned int z_erofs_pclusterpages(struct z_erofs_pcluster *pcl) in z_erofs_pclusterpages()