Method: FFI::Libfuse::FuseOperations#fgetattr

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

#fgetattr(path, stat, fuse_file_info) ⇒ Integer

Deprecated.

in Fuse3 implement #getattr instead

Get attributes from an open file

This method is called instead of the getattr() method if the file information is available.

Currently this is only called after the create() method if that is implemented (see above). Later it may be called for invocations of fstat() too.

Parameters:

Returns:

  • (Integer)

    0 for success or -ve errno



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