Determine if the user has access to the given path.
Called to get a stat(2) structure for a path.
Runs on filesystem creation
Read path into the provided buffer beginning at offset.
Returns a list of files and directory names in the given folder. Note that you have to return . and ..
Reads the link identified by path into the given buffer.
Truncate a file to the given length.
Write the given data to the file.
An object oriented wrapper around fuse_operations.