fuse_operations.fgetattr

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.

Introduced in version 2.5

struct fuse_operations
int function(const char*, stat_t*, fuse_file_info*) fgetattr;

Meta