Lines Matching refs:z_erofs_decompress_frontend

520 struct z_erofs_decompress_frontend {  struct
541 static bool z_erofs_should_alloc_cache(struct z_erofs_decompress_frontend *fe) in z_erofs_should_alloc_cache() argument
558 static void z_erofs_bind_cache(struct z_erofs_decompress_frontend *fe) in z_erofs_bind_cache()
724 static bool z_erofs_try_inplace_io(struct z_erofs_decompress_frontend *fe, in z_erofs_try_inplace_io()
740 static int z_erofs_attach_page(struct z_erofs_decompress_frontend *fe, in z_erofs_attach_page()
760 static void z_erofs_try_to_claim_pcluster(struct z_erofs_decompress_frontend *f) in z_erofs_try_to_claim_pcluster()
778 static int z_erofs_register_pcluster(struct z_erofs_decompress_frontend *fe) in z_erofs_register_pcluster()
845 static int z_erofs_pcluster_begin(struct z_erofs_decompress_frontend *fe) in z_erofs_pcluster_begin()
921 static void z_erofs_pcluster_end(struct z_erofs_decompress_frontend *fe) in z_erofs_pcluster_end()
970 static int z_erofs_do_read_page(struct z_erofs_decompress_frontend *fe, in z_erofs_do_read_page()
1624 static void z_erofs_submit_queue(struct z_erofs_decompress_frontend *f, in z_erofs_submit_queue()
1747 static void z_erofs_runqueue(struct z_erofs_decompress_frontend *f, in z_erofs_runqueue()
1773 static void z_erofs_pcluster_readmore(struct z_erofs_decompress_frontend *f, in z_erofs_pcluster_readmore()
1830 struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); in z_erofs_read_folio()
1857 struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); in z_erofs_readahead()