Lines Matching refs:a_ops
239 freepage = mapping->a_ops->freepage; in page_cache_free_page()
855 void (*freepage)(struct page *) = mapping->a_ops->freepage; in replace_page_cache_page()
2391 error = mapping->a_ops->readpage(file, page); in filemap_read_page()
2414 if (!mapping->a_ops->is_partially_uptodate) in filemap_range_uptodate()
2427 return mapping->a_ops->is_partially_uptodate(page, pos, count); in filemap_range_uptodate()
2769 retval = mapping->a_ops->direct_IO(iocb, iter); in generic_file_read_iter()
2800 const struct address_space_operations *ops = mapping->a_ops; in page_seek_hole_data()
3390 if (!mapping->a_ops->readpage) in generic_file_mmap()
3464 err = mapping->a_ops->readpage(data, page); in do_read_cache_page()
3597 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin()
3608 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end()
3678 written = mapping->a_ops->direct_IO(iocb, from); in generic_file_direct_write()
3721 const struct address_space_operations *a_ops = mapping->a_ops; in generic_perform_write() local
3754 status = a_ops->write_begin(file, mapping, pos, bytes, flags, in generic_perform_write()
3765 status = a_ops->write_end(file, mapping, pos, bytes, copied, in generic_perform_write()
3947 if (mapping && mapping->a_ops->releasepage) in try_to_release_page()
3948 return mapping->a_ops->releasepage(page, gfp_mask); in try_to_release_page()