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

# Functions

NewFile returns a new go-fuse File instance.
NewFS returns a new encrypted FUSE overlay filesystem.

# 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 - based on loopbackFile in go-fuse/fuse/nodefs/files.go.
FS implements the go-fuse virtual filesystem interface.