Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dsync.c200 int vfs_fsync(struct file *file, int datasync) in vfs_fsync() function
204 EXPORT_SYMBOL(vfs_fsync);
212 ret = vfs_fsync(f.file, datasync); in do_fsync()
H A Daio.c1604 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work()
/openbmc/linux/fs/iomap/
H A Dswapfile.c164 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
/openbmc/linux/fs/ecryptfs/
H A Dfile.c351 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
/openbmc/linux/fs/coda/
H A Dfile.c316 err = vfs_fsync(host_file, datasync); in coda_fsync()
/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.c291 return vfs_fsync(filp, 1); in fsg_lun_fsync_sub()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.c255 return errno_to_nvme_status(req, vfs_fsync(req->ns->file, 1)); in nvmet_file_flush()
/openbmc/linux/fs/nfsd/
H A Dnfs4recover.c245 vfs_fsync(nn->rec_file, 0); in nfsd4_create_clid_dir()
411 vfs_fsync(nn->rec_file, 0); in nfsd4_remove_clid_dir()
470 vfs_fsync(nn->rec_file, 0); in nfsd4_recdir_purge_old()
H A Dvfs.c1106 err = vfs_fsync(file, 0); in wait_for_concurrent_writes()
/openbmc/linux/fs/afs/
H A Dfile.c194 ret = vfs_fsync(file, 0); in afs_release()
H A Dflock.c712 vfs_fsync(file, 0); in afs_do_unlk()
/openbmc/linux/drivers/block/
H A Dloop.c204 vfs_fsync(file, 0); in __loop_update_dio()
327 int ret = vfs_fsync(lo->lo_backing_file, 0); in lo_req_flush()
/openbmc/linux/drivers/crypto/ccp/
H A Dsev-dev.c267 vfs_fsync(fp, 0); in sev_write_init_ex_file()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c318 error = vfs_fsync(new_file, 0); in ovl_copy_up_file()
/openbmc/linux/fs/smb/server/
H A Dvfs.c584 err = vfs_fsync(fp->filp, 0); in ksmbd_vfs_fsync()
/openbmc/linux/drivers/md/
H A Dmd-bitmap.c1931 vfs_fsync(file, 1); in md_bitmap_create()
/openbmc/linux/include/linux/
H A Dfs.h2632 extern int vfs_fsync(struct file *file, int datasync);