Lines Matching refs:z_erofs_decompress_frontend
487 struct z_erofs_decompress_frontend { struct
508 static bool z_erofs_should_alloc_cache(struct z_erofs_decompress_frontend *fe) in z_erofs_should_alloc_cache() argument
525 static void z_erofs_bind_cache(struct z_erofs_decompress_frontend *fe) in z_erofs_bind_cache()
684 static int z_erofs_attach_page(struct z_erofs_decompress_frontend *fe, in z_erofs_attach_page()
713 static int z_erofs_register_pcluster(struct z_erofs_decompress_frontend *fe) in z_erofs_register_pcluster()
779 static int z_erofs_pcluster_begin(struct z_erofs_decompress_frontend *fe) in z_erofs_pcluster_begin()
862 static void z_erofs_pcluster_end(struct z_erofs_decompress_frontend *fe) in z_erofs_pcluster_end()
910 static int z_erofs_scan_folio(struct z_erofs_decompress_frontend *f, in z_erofs_scan_folio()
1377 struct z_erofs_decompress_frontend *f, in z_erofs_fill_bio_vec()
1561 static void z_erofs_submit_queue(struct z_erofs_decompress_frontend *f, in z_erofs_submit_queue()
1697 static int z_erofs_runqueue(struct z_erofs_decompress_frontend *f, in z_erofs_runqueue()
1725 static void z_erofs_pcluster_readmore(struct z_erofs_decompress_frontend *f, in z_erofs_pcluster_readmore()
1780 struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); in z_erofs_read_folio()
1805 struct z_erofs_decompress_frontend f = DECOMPRESS_FRONTEND_INIT(inode); in z_erofs_readahead()