package
0.0.0-20240531175252-4c2bc153f33a
Repository: https://github.com/nestybox/sysbox-fs.git
Documentation: pkg.go.dev
# Functions
NewDir method serves as Dir constructor.
NewFile method serves as File constructor.
No description provided by the author
FuseServerService constructor.
# Variables
Attribute's cache-timeout: This is the maximum amount of time that kernel will hold attributes associated to any given file/dir.
Default dentry-cache-timeout interval: This is the maximum amount of time that VFS will hold on to dentry elements before starting to forward lookup() operations to FUSE server.
# Structs
Dir struct serves as a FUSE-friendly abstraction to represent directories present in the host FS.
No description provided by the author
No description provided by the author
IOerror's purpose is to encapsulate errors to be delivered to FUSE-Bazil library, which imposes certain demands on the error types that can be handled (i.e.