Lines Matching refs:filler
2365 static int filemap_read_folio(struct file *file, filler_t filler,
2382 error = filler(file, folio);
3705 pgoff_t index, filler_t filler, struct file *file, gfp_t gfp)
3710 if (!filler)
3711 filler = mapping->a_ops->read_folio;
3727 goto filler;
3750 filler:
3751 err = filemap_read_folio(file, filler, folio);
3768 * @filler: Function to perform the read, or NULL to use aops->read_folio().
3769 * @file: Passed to filler function, may be NULL if not required.
3774 * If the filler function returns an error, it will be returned to the
3781 filler_t filler, struct file *file)
3783 return do_read_cache_folio(mapping, index, filler, file,
3813 pgoff_t index, filler_t *filler, struct file *file, gfp_t gfp)
3817 folio = do_read_cache_folio(mapping, index, filler, file, gfp);
3824 pgoff_t index, filler_t *filler, struct file *file)
3826 return do_read_cache_page(mapping, index, filler, file,