Lines Matching refs:a_ops
240 freepage = mapping->a_ops->freepage; in page_cache_free_page()
839 void (*freepage)(struct page *) = mapping->a_ops->freepage; in replace_page_cache_page()
2381 error = mapping->a_ops->readpage(file, page); in filemap_read_page()
2404 if (!mapping->a_ops->is_partially_uptodate) in filemap_range_uptodate()
2417 return mapping->a_ops->is_partially_uptodate(page, pos, count); in filemap_range_uptodate()
2757 retval = mapping->a_ops->direct_IO(iocb, iter); in generic_file_read_iter()
2787 const struct address_space_operations *ops = mapping->a_ops; in page_seek_hole_data()
3384 if (!mapping->a_ops->readpage) in generic_file_mmap()
3458 err = mapping->a_ops->readpage(data, page); in do_read_cache_page()
3591 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin()
3602 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end()
3672 written = mapping->a_ops->direct_IO(iocb, from); in generic_file_direct_write()
3737 const struct address_space_operations *a_ops = mapping->a_ops; in generic_perform_write() local
3770 status = a_ops->write_begin(file, mapping, pos, bytes, flags, in generic_perform_write()
3781 status = a_ops->write_end(file, mapping, pos, bytes, copied, in generic_perform_write()
3963 if (mapping && mapping->a_ops->releasepage) in try_to_release_page()
3964 return mapping->a_ops->releasepage(page, gfp_mask); in try_to_release_page()