This errorcode is unfortunately missing in the errno module, so it is provided by llfuse instead.
The inode of the root directory, i.e. the mount point of the file system.
Wrapped errno value to be returned to the fuse kernel module
This exception can store only an errno. Request handlers should raise it to return a specific errno to the fuse kernel module.
Instances of this class provide information about the caller of the syscall that triggered a request. The attributes should be self-explanatory.
Instances of this class store information about the file system. The attributes correspond to the elements of the statvfs struct, see statvfs(2) for details.
Request handlers do not need to return objects that inherit from StatvfsData directly as long as they provide the required attributes.
Instances of this class store attributes of directory entries. Most of the attributes correspond to the elements of the stat C struct as returned by e.g. fstat and should be self-explanatory.
Note that the st_Xtime attributes support floating point numbers to allow for nanosecond resolution.
Request handlers do not need to return objects that inherit from EntryAttributes directly as long as they provide the required attributes.
The inode generation number.
Validity timeout (in seconds) for the name of the directory entry
Validity timeout (in seconds) for the attributes