Searched refs:vfs_fsync (Results 1 – 18 of 18) sorted by relevance
/Linux-v6.1/fs/ |
D | sync.c | 200 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()
|
D | aio.c | 1611 iocb->ki_res.res = vfs_fsync(iocb->fsync.file, iocb->fsync.datasync); in aio_fsync_work()
|
/Linux-v6.1/fs/iomap/ |
D | swapfile.c | 164 ret = vfs_fsync(swap_file, 1); in iomap_swapfile_activate()
|
/Linux-v6.1/fs/coda/ |
D | file.c | 289 err = vfs_fsync(host_file, datasync); in coda_fsync()
|
/Linux-v6.1/fs/ecryptfs/ |
D | file.c | 326 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
|
/Linux-v6.1/drivers/usb/gadget/function/ |
D | storage_common.c | 290 return vfs_fsync(filp, 1); in fsg_lun_fsync_sub()
|
/Linux-v6.1/drivers/nvme/target/ |
D | io-cmd-file.c | 271 return errno_to_nvme_status(req, vfs_fsync(req->ns->file, 1)); in nvmet_file_flush()
|
/Linux-v6.1/fs/nfsd/ |
D | nfs4recover.c | 245 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()
|
D | filecache.c | 370 if (vfs_fsync(file, 1) != 0) in nfsd_file_flush()
|
D | vfs.c | 981 err = vfs_fsync(file, 0); in wait_for_concurrent_writes()
|
/Linux-v6.1/fs/afs/ |
D | file.c | 190 ret = vfs_fsync(file, 0); in afs_release()
|
D | flock.c | 712 vfs_fsync(file, 0); in afs_do_unlk()
|
/Linux-v6.1/drivers/block/ |
D | loop.c | 206 vfs_fsync(file, 0); in __loop_update_dio() 332 int ret = vfs_fsync(lo->lo_backing_file, 0); in lo_req_flush()
|
/Linux-v6.1/fs/overlayfs/ |
D | copy_up.c | 281 error = vfs_fsync(new_file, 0); in ovl_copy_up_file()
|
/Linux-v6.1/drivers/crypto/ccp/ |
D | sev-dev.c | 263 vfs_fsync(fp, 0); in sev_write_init_ex_file()
|
/Linux-v6.1/fs/ksmbd/ |
D | vfs.c | 571 err = vfs_fsync(fp->filp, 0); in ksmbd_vfs_fsync()
|
/Linux-v6.1/drivers/md/ |
D | md-bitmap.c | 1857 vfs_fsync(file, 1); in md_bitmap_create()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 2872 extern int vfs_fsync(struct file *file, int datasync);
|