Method Fuse.Operations()->fsyncdir()

class Fuse.Operations

Method fsyncdir

int fsyncdir(string path, bool datasync, mixed opendir_handle)

Description

Sync directory changes to disc.

Parameter path

Path to the directory.

Parameter datasync

Whether the caller called fdatasync() (1) or fsync() (0).

Parameter opendir_handle

The value returned from opendir().

Returns

errno or 0

Note

New in Pike 9.0 and FUSE 2.3.

See also

fsync()