Home
last modified time | relevance | path

Searched refs:file_write_and_wait_range (Results 1 – 24 of 24) sorted by relevance

/linux/fs/ext4/
H A Dfsync.c154 ret = file_write_and_wait_range(file, start, end); in ext4_sync_file()
/linux/fs/jfs/
H A Dfile.c24 rc = file_write_and_wait_range(file, start, end); in jfs_fsync()
/linux/fs/9p/
H A Dvfs_file.c423 retval = file_write_and_wait_range(filp, start, end); in v9fs_file_fsync()
446 retval = file_write_and_wait_range(filp, start, end); in v9fs_file_fsync_dotl()
/linux/fs/afs/
H A Dwrite.c267 return file_write_and_wait_range(file, start, end); in afs_fsync()
/linux/fs/hpfs/
H A Dfile.c30 ret = file_write_and_wait_range(file, start, end); in hpfs_file_fsync()
/linux/fs/jffs2/
H A Dfile.c40 ret = file_write_and_wait_range(filp, start, end); in jffs2_fsync()
/linux/fs/zonefs/
H A Dfile.c282 ret = file_write_and_wait_range(file, start, end); in zonefs_file_fsync()
/linux/fs/nfs/
H A Dfile.c266 ret = file_write_and_wait_range(file, start, end); in nfs_file_fsync()
/linux/block/
H A Dfops.c620 error = file_write_and_wait_range(filp, start, end); in blkdev_fsync()
/linux/fs/hostfs/
H A Dhostfs_kern.c368 ret = file_write_and_wait_range(file, start, end); in hostfs_fsync()
/linux/fs/affs/
H A Dfile.c990 err = file_write_and_wait_range(filp, start, end); in affs_file_fsync()
/linux/fs/ubifs/
H A Dfile.c1320 err = file_write_and_wait_range(file, start, end); in ubifs_fsync()
/linux/include/linux/
H A Dfs.h2587 extern int __must_check file_write_and_wait_range(struct file *file,
2594 return file_write_and_wait_range(file, 0, LLONG_MAX); in file_write_and_wait()
/linux/fs/xfs/
H A Dxfs_file.c137 error = file_write_and_wait_range(file, start, end); in xfs_file_fsync()
/linux/mm/
H A Dfilemap.c777 int file_write_and_wait_range(struct file *file, loff_t lstart, loff_t lend) in file_write_and_wait_range() function
796 EXPORT_SYMBOL(file_write_and_wait_range);
/linux/fs/ceph/
H A Dfile.c3016 ret = file_write_and_wait_range(src_file, src_off, (src_off + len)); in __ceph_copy_file_range()
3021 ret = file_write_and_wait_range(dst_file, dst_off, (dst_off + len)); in __ceph_copy_file_range()
H A Dcaps.c2489 ret = file_write_and_wait_range(file, start, end); in ceph_fsync()
/linux/fs/smb/client/
H A Dfile.c2760 rc = file_write_and_wait_range(file, start, end); in cifs_strict_fsync()
2792 rc = file_write_and_wait_range(file, start, end); in cifs_fsync()
/linux/fs/
H A Dlibfs.c1558 err = file_write_and_wait_range(file, start, end); in __generic_file_fsync()
H A Dbuffer.c609 err = file_write_and_wait_range(file, start, end); in generic_buffers_fsync_noflush()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c1704 int err = file_write_and_wait_range(file, start, end); in spufs_mfc_fsync()
/linux/fs/ocfs2/
H A Dfile.c185 err = file_write_and_wait_range(file, start, end); in ocfs2_sync_file()
/linux/fs/fuse/
H A Dfile.c547 err = file_write_and_wait_range(file, start, end); in fuse_fsync()
/linux/fs/f2fs/
H A Dfile.c300 ret = file_write_and_wait_range(file, start, end); in f2fs_do_sync_file()