Lines Matching refs:end
472 pgoff_t index, pgoff_t end, pgoff_t *_next) in afs_writepages_region() argument
478 _enter(",,%lx,%lx,", index, end); in afs_writepages_region()
488 if (page->index > end) { in afs_writepages_region()
535 } while (index < end && wbc->nr_to_write > 0); in afs_writepages_region()
548 pgoff_t start, end, next; in afs_writepages() local
555 end = -1; in afs_writepages()
556 ret = afs_writepages_region(mapping, wbc, start, end, &next); in afs_writepages()
562 end = (pgoff_t)(LLONG_MAX >> PAGE_CACHE_SHIFT); in afs_writepages()
563 ret = afs_writepages_region(mapping, wbc, 0, end, &next); in afs_writepages()
568 end = wbc->range_end >> PAGE_CACHE_SHIFT; in afs_writepages()
569 ret = afs_writepages_region(mapping, wbc, start, end, &next); in afs_writepages()
690 int afs_fsync(struct file *file, loff_t start, loff_t end, int datasync) in afs_fsync() argument
701 ret = filemap_write_and_wait_range(inode->i_mapping, start, end); in afs_fsync()