Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxLeafSize = 1024 // don't pass file names longer than this
)
Global constants
Variables ¶
View Source
var ( DebugFUSE = false AllowNonEmpty = false AllowRoot = false AllowOther = false DefaultPermissions = false WritebackCache = false Daemon = false MaxReadAhead fs.SizeSuffix = 128 * 1024 ExtraOptions []string ExtraFlags []string AttrTimeout = 1 * time.Second // how long the kernel caches attribute for VolumeName string NoAppleDouble = true // use noappledouble by default NoAppleXattr = false // do not use noapplexattr by default DaemonTimeout time.Duration // OSXFUSE only AsyncRead = true // do async reads by default )
Options set by command line flags
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.