Home
last modified time | relevance | path

Searched refs:vfs_fsync (Results 1 – 11 of 11) sorted by relevance

/fs/
A Dsync.c199 int vfs_fsync(struct file *file, int datasync) in vfs_fsync() function
203 EXPORT_SYMBOL(vfs_fsync);
212 return vfs_fsync(fd_file(f), datasync); in do_fsync()
A Daio.c1645 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work()
/fs/iomap/
A Dswapfile.c162 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
/fs/coda/
A Dfile.c314 err = vfs_fsync(host_file, datasync); in coda_fsync()
/fs/ecryptfs/
A Dfile.c351 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
/fs/nfsd/
A Dnfs4recover.c249 vfs_fsync(nn->rec_file, 0); in nfsd4_create_clid_dir()
416 vfs_fsync(nn->rec_file, 0); in nfsd4_remove_clid_dir()
475 vfs_fsync(nn->rec_file, 0); in nfsd4_recdir_purge_old()
A Dvfs.c1152 err = vfs_fsync(file, 0); in wait_for_concurrent_writes()
/fs/overlayfs/
A Dcopy_up.c254 err = vfs_fsync(new_file, 0); in ovl_sync_file()
362 error = vfs_fsync(new_file, 0); in ovl_copy_up_file()
/fs/afs/
A Dfile.c182 ret = vfs_fsync(file, 0); in afs_release()
A Dflock.c712 vfs_fsync(file, 0); in afs_do_unlk()
/fs/smb/server/
A Dvfs.c581 err = vfs_fsync(fp->filp, 0); in ksmbd_vfs_fsync()

Completed in 29 milliseconds