Home
last modified time | relevance | path

Searched refs:file_write_and_wait_range (Results 1 – 21 of 21) 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/afs/
H A Dwrite.c267 return file_write_and_wait_range(file, start, end); in afs_fsync()
/linux/drivers/video/fbdev/core/
H A Dfb_defio.c149 int err = file_write_and_wait_range(file, start, end); in fb_deferred_io_fsync()
/linux/fs/hpfs/
H A Dfile.c30 ret = file_write_and_wait_range(file, start, end); in hpfs_file_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.c619 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/ubifs/
H A Dfile.c1320 err = file_write_and_wait_range(file, start, end); in ubifs_fsync()
/linux/fs/ntfs3/
H A Dfile.c1497 ret = file_write_and_wait_range(file, start, end); in ntfs_file_fsync()
/linux/include/linux/
H A Dfs.h2609 extern int __must_check file_write_and_wait_range(struct file *file,
2616 return file_write_and_wait_range(file, 0, LLONG_MAX); in file_write_and_wait()
/linux/fs/xfs/
H A Dxfs_file.c138 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.c3031 ret = file_write_and_wait_range(src_file, src_off, (src_off + len)); in __ceph_copy_file_range()
3036 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.c2763 rc = file_write_and_wait_range(file, start, end); in cifs_strict_fsync()
2795 rc = file_write_and_wait_range(file, start, end); in cifs_fsync()
/linux/fs/
H A Dlibfs.c1560 err = file_write_and_wait_range(file, start, end); in __generic_file_fsync()
H A Dbuffer.c606 err = file_write_and_wait_range(file, start, end); in generic_buffers_fsync_noflush()
/linux/fs/ocfs2/
H A Dfile.c186 err = file_write_and_wait_range(file, start, end); in ocfs2_sync_file()
/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/fuse/
H A Dfile.c547 err = file_write_and_wait_range(file, start, end); in fuse_fsync()