Lines Matching refs:z_erofs_decompress_frontend
272 struct z_erofs_decompress_frontend { struct
295 static void z_erofs_bind_cache(struct z_erofs_decompress_frontend *fe, in z_erofs_bind_cache() argument
418 static bool z_erofs_try_inplace_io(struct z_erofs_decompress_frontend *fe, in z_erofs_try_inplace_io()
434 static int z_erofs_attach_page(struct z_erofs_decompress_frontend *fe, in z_erofs_attach_page()
453 static void z_erofs_try_to_claim_pcluster(struct z_erofs_decompress_frontend *f) in z_erofs_try_to_claim_pcluster()
483 static int z_erofs_register_pcluster(struct z_erofs_decompress_frontend *fe) in z_erofs_register_pcluster()
552 static int z_erofs_collector_begin(struct z_erofs_decompress_frontend *fe) in z_erofs_collector_begin()
614 static bool z_erofs_collector_end(struct z_erofs_decompress_frontend *fe) in z_erofs_collector_end()
640 static bool should_alloc_managed_pages(struct z_erofs_decompress_frontend *fe, in should_alloc_managed_pages()
686 static int z_erofs_do_read_page(struct z_erofs_decompress_frontend *fe, in z_erofs_do_read_page()
1402 static void z_erofs_submit_queue(struct z_erofs_decompress_frontend *f, in z_erofs_submit_queue()
1526 static void z_erofs_runqueue(struct z_erofs_decompress_frontend *f, in z_erofs_runqueue()
1552 static void z_erofs_pcluster_readmore(struct z_erofs_decompress_frontend *f, in z_erofs_pcluster_readmore()
1616 struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); in z_erofs_read_folio()
1646 struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); in z_erofs_readahead()