Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Fuse
Fuse.Operations

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.