Method Fuse.Operations()->fsync()
- Method fsync
int
fsync(string
path
,int
datasync
)- Description
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.