Method Fuse.Operations()->fsync()
- Method fsync
intfsync(stringpath,intdatasync)- Description
Flush data and user-data to disk. Not required. If the
datasyncparameter is non-zero, then only the user data should be flushed, not the meta data.
int fsync(string path, int datasync)
Flush data and user-data to disk. Not required.
If the datasync parameter is non-zero, then only the user data
should be flushed, not the meta data.