fuse_operations.getattr

Get file attributes.

Similar to stat(). The 'st_dev' and 'st_blksize' fields are ignored. The 'st_ino' field is ignored except if the 'use_ino' mount option is given.

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

Meta