Searched refs:vfs_fsync (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/fs/ |
D | sync.c | 207 int vfs_fsync(struct file *file, int datasync) in vfs_fsync() function 211 EXPORT_SYMBOL(vfs_fsync); 219 ret = vfs_fsync(f.file, datasync); in do_fsync()
|
/linux-4.4.14/fs/exofs/ |
D | file.c | 63 int ret = vfs_fsync(file, 0); in exofs_flush()
|
/linux-4.4.14/fs/nfs/ |
D | file.c | 157 return vfs_fsync(file, 0); in nfs_file_flush() 695 int err = vfs_fsync(file, 0); in nfs_file_write() 755 vfs_fsync(filp, 0); in do_unlk()
|
D | nfs4file.c | 128 return vfs_fsync(file, 0); in nfs4_file_flush()
|
/linux-4.4.14/fs/coda/ |
D | file.c | 212 err = vfs_fsync(host_file, datasync); in coda_fsync()
|
/linux-4.4.14/fs/ecryptfs/ |
D | file.c | 279 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 223 vfs_fsync(nn->rec_file, 0); in nfsd4_create_clid_dir() 370 vfs_fsync(nn->rec_file, 0); in nfsd4_remove_clid_dir() 415 vfs_fsync(nn->rec_file, 0); in nfsd4_recdir_purge_old()
|
D | vfs.c | 903 err = vfs_fsync(file, 0); in wait_for_concurrent_writes()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | storage_common.c | 296 return vfs_fsync(filp, 1); in fsg_lun_fsync_sub()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 726 rc = vfs_fsync(filp, 1); in cfs_tracefile_dump_all_pages()
|
/linux-4.4.14/drivers/block/ |
D | loop.c | 207 vfs_fsync(file, 0); in __loop_update_dio() 441 int ret = vfs_fsync(file, 0); in lo_req_flush()
|
/linux-4.4.14/drivers/md/ |
D | bitmap.c | 1771 vfs_fsync(file, 1); in bitmap_create()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2433 extern int vfs_fsync(struct file *file, int datasync);
|