//
pkg.gl
Category
github.com/rfjakob/gocryptfs
internal
fusefrontend
package
1.8.0
Repository:
https://github.com/rfjakob/gocryptfs.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
29
Dependents
2
Files
2.1k SLOC
#
Functions
NewFile
NewFile returns a new go-fuse File instance.
NewFS
NewFS returns a new encrypted FUSE overlay filesystem.
#
Constants
FALLOC_DEFAULT
FALLOC_DEFAULT is a "normal" fallocate operation.
FALLOC_FL_KEEP_SIZE
FALLOC_FL_KEEP_SIZE allocates disk space while not modifying the file size.
#
Structs
Args
Args is a container for arguments that are passed from main() to fusefrontend.
File
File - based on loopbackFile in go-fuse/fuse/nodefs/files.go.
FS
FS implements the go-fuse virtual filesystem interface.