Versions in this module Expand all Collapse all v1 v1.54.4 Nov 23, 2020 Changes in this version + const MaxLeafSize + var DefaultOpt = Options + var Opt = DefaultOpt + func AddFlags(flagSet *pflag.FlagSet) + func AddRc(mountUtilName string, mountFunction MountFn) + func ClipBlocks(b *uint64) + func Mount(VFS *vfs.VFS, mountpoint string, mount MountFn, opt *Options) error + func NewMountCommand(commandName string, hidden bool, mount MountFn) *cobra.Command + type MountFn func(VFS *vfs.VFS, mountpoint string, opt *Options) (<-chan error, func() error, error) + type MountInfo struct + Fs string + MountOpt *Options + MountPoint string + MountedOn time.Time + VFSOpt *vfscommon.Options + type Options struct + AllowNonEmpty bool + AllowOther bool + AllowRoot bool + AsyncRead bool + AttrTimeout time.Duration + Daemon bool + DaemonTimeout time.Duration + DebugFUSE bool + DefaultPermissions bool + ExtraFlags []string + ExtraOptions []string + MaxReadAhead fs.SizeSuffix + NoAppleDouble bool + NoAppleXattr bool + VolumeName string + WritebackCache bool + type UnmountFn func() error