Searched refs:vfs_fsync (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/fs/ | 
| D | sync.c | 209 int vfs_fsync(struct file *file, int datasync)  in vfs_fsync()  function213 EXPORT_SYMBOL(vfs_fsync);
 221 		ret = vfs_fsync(f.file, datasync);  in do_fsync()
 
 | 
| D | aio.c | 1593 	iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync);  in aio_fsync_work()
 | 
| /Linux-v5.4/fs/iomap/ | 
| D | swapfile.c | 152 	ret = vfs_fsync(swap_file, 1);  in iomap_swapfile_activate()
 | 
| /Linux-v5.4/fs/coda/ | 
| D | file.c | 288 	err = vfs_fsync(host_file, datasync);  in coda_fsync()
 | 
| /Linux-v5.4/fs/ecryptfs/ | 
| D | file.c | 332 	return vfs_fsync(ecryptfs_file_to_lower(file), datasync);  in ecryptfs_fsync()
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | storage_common.c | 290 	return vfs_fsync(filp, 1);  in fsg_lun_fsync_sub()
 | 
| /Linux-v5.4/drivers/nvme/target/ | 
| D | io-cmd-file.c | 264 	return errno_to_nvme_status(req, vfs_fsync(req->ns->file, 1));  in nvmet_file_flush()
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4recover.c | 253 		vfs_fsync(nn->rec_file, 0);  in nfsd4_create_clid_dir()419 		vfs_fsync(nn->rec_file, 0);  in nfsd4_remove_clid_dir()
 478 		vfs_fsync(nn->rec_file, 0);  in nfsd4_recdir_purge_old()
 
 | 
| D | vfs.c | 927 		err = vfs_fsync(file, 0);  in wait_for_concurrent_writes()
 | 
| /Linux-v5.4/fs/afs/ | 
| D | file.c | 174 		ret = vfs_fsync(file, 0);  in afs_release()
 | 
| D | flock.c | 723 	vfs_fsync(file, 0);  in afs_do_unlk()
 | 
| /Linux-v5.4/fs/overlayfs/ | 
| D | copy_up.c | 173 		error = vfs_fsync(new_file, 0);  in ovl_copy_up_data()
 | 
| /Linux-v5.4/drivers/block/ | 
| D | loop.c | 210 	vfs_fsync(file, 0);  in __loop_update_dio()447 	int ret = vfs_fsync(file, 0);  in lo_req_flush()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | md-bitmap.c | 1858 		vfs_fsync(file, 1);  in md_bitmap_create()
 | 
| /Linux-v5.4/include/linux/ | 
| D | fs.h | 2840 extern int vfs_fsync(struct file *file, int datasync);
 |