package
2.5.1
Repository: https://github.com/rfjakob/gocryptfs.git
Documentation: pkg.go.dev

# Functions

NewFile returns a new go-fuse File instance based on an already-open file descriptor.
No description provided by the author

# Constants

FALLOC_DEFAULT is a "normal" fallocate operation.
FALLOC_FL_KEEP_SIZE allocates disk space while not modifying the file size.

# Structs

Args is a container for arguments that are passed from main() to fusefrontend.
File implements the go-fuse v2 API (github.com/hanwen/go-fuse/v2/fs).
Node is a file or directory in the filesystem tree in a gocryptfs mount.
RootNode is the root of the filesystem tree of Nodes.