Searched refs:vfs_fsync (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/fs/ |
D | sync.c | 209 int vfs_fsync(struct file *file, int datasync) in vfs_fsync() function 213 EXPORT_SYMBOL(vfs_fsync); 221 ret = vfs_fsync(f.file, datasync); in do_fsync()
|
D | aio.c | 1575 ret = vfs_fsync(req->file, req->datasync); in aio_fsync_work()
|
D | iomap.c | 2049 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
|
/Linux-v4.19/fs/exofs/ |
D | file.c | 63 int ret = vfs_fsync(file, 0); in exofs_flush()
|
/Linux-v4.19/fs/nfs/ |
D | file.c | 150 return vfs_fsync(file, 0); in nfs_file_flush() 646 int err = vfs_fsync(file, 0); in nfs_file_write() 700 vfs_fsync(filp, 0); in do_unlk()
|
D | nfs4file.c | 128 return vfs_fsync(file, 0); in nfs4_file_flush()
|
/Linux-v4.19/fs/coda/ |
D | file.c | 192 err = vfs_fsync(host_file, datasync); in coda_fsync()
|
/Linux-v4.19/fs/ecryptfs/ |
D | file.c | 346 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4recover.c | 229 vfs_fsync(nn->rec_file, 0); in nfsd4_create_clid_dir() 376 vfs_fsync(nn->rec_file, 0); in nfsd4_remove_clid_dir() 421 vfs_fsync(nn->rec_file, 0); in nfsd4_recdir_purge_old()
|
D | vfs.c | 961 err = vfs_fsync(file, 0); in wait_for_concurrent_writes()
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | storage_common.c | 290 return vfs_fsync(filp, 1); in fsg_lun_fsync_sub()
|
/Linux-v4.19/drivers/nvme/target/ |
D | io-cmd-file.c | 216 if (vfs_fsync(req->ns->file, 1) < 0) in nvmet_file_flush()
|
/Linux-v4.19/fs/afs/ |
D | file.c | 176 return vfs_fsync(file, 0); in afs_release()
|
D | flock.c | 588 vfs_fsync(file, 0); in afs_do_unlk()
|
/Linux-v4.19/fs/overlayfs/ |
D | copy_up.c | 176 error = vfs_fsync(new_file, 0); in ovl_copy_up_data()
|
/Linux-v4.19/drivers/block/ |
D | loop.c | 209 vfs_fsync(file, 0); in __loop_update_dio() 446 int ret = vfs_fsync(file, 0); in lo_req_flush()
|
/Linux-v4.19/drivers/md/ |
D | md-bitmap.c | 1855 vfs_fsync(file, 1); in md_bitmap_create()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 2722 extern int vfs_fsync(struct file *file, int datasync);
|