HelenOS sources

vfs_sync          130 uspace/app/kio/kio.c 			vfs_sync(fileno(log));
vfs_sync         1094 uspace/lib/c/generic/io/io.c 	rc = vfs_sync(stream->fd);
vfs_sync          114 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_sync(int);
vfs_sync          114 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_sync(int);
vfs_sync          320 uspace/lib/posix/src/unistd.c 	if (failed(vfs_sync(fildes)))
HelenOS homepage, sources at GitHub