Home
last modified time | relevance | path

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

/fs/
Dsync.c209 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()
Daio.c1593 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work()
/fs/iomap/
Dswapfile.c152 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
/fs/coda/
Dfile.c288 err = vfs_fsync(host_file, datasync); in coda_fsync()
/fs/ecryptfs/
Dfile.c332 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
/fs/nfsd/
Dnfs4recover.c253 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()
Dvfs.c933 err = vfs_fsync(file, 0); in wait_for_concurrent_writes()
/fs/afs/
Dfile.c174 ret = vfs_fsync(file, 0); in afs_release()
Dflock.c723 vfs_fsync(file, 0); in afs_do_unlk()
/fs/overlayfs/
Dcopy_up.c173 error = vfs_fsync(new_file, 0); in ovl_copy_up_data()