Lines Matching refs:a_ops
247 freepage = mapping->a_ops->freepage;
793 void (*freepage)(struct page *) = mapping->a_ops->freepage;
2180 * mapping->a_ops->readpage() function for the actual low-level stuff.
2284 !mapping->a_ops->is_partially_uptodate)
2294 if (!mapping->a_ops->is_partially_uptodate(page,
2404 error = mapping->a_ops->readpage(filp, page);
2539 retval = mapping->a_ops->direct_IO(iocb, iter);
2811 error = mapping->a_ops->readpage(file, page);
2950 if (!mapping->a_ops->readpage)
3024 err = mapping->a_ops->readpage(data, page);
3153 const struct address_space_operations *aops = mapping->a_ops;
3164 const struct address_space_operations *aops = mapping->a_ops;
3235 written = mapping->a_ops->direct_IO(iocb, from);
3299 const struct address_space_operations *a_ops = mapping->a_ops;
3336 status = a_ops->write_begin(file, mapping, pos, bytes, flags,
3347 status = a_ops->write_end(file, mapping, pos, bytes, copied,
3531 if (mapping && mapping->a_ops->releasepage)
3532 return mapping->a_ops->releasepage(page, gfp_mask);