Method: FFI::Libfuse::FuseOperations#fsyncdir

Defined in:
lib/ffi/libfuse/fuse_operations.rb

#fsyncdir(path, datasync, fuse_file_info) ⇒ Integer

Synchronize directory contents

Parameters:

  • path (String)
  • datasync (Integer)

    If non-zero, then only the user data should be flushed, not the meta data

  • fuse_file_info (FuseFileInfo)

Returns:

  • (Integer)

    0 for success or -ve errno



# File 'lib/ffi/libfuse/fuse_operations.rb', line 522