Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + const Name + func AddSeals(fd *vfs.FileDescription, val uint32) error + func GetSeals(fd *vfs.FileDescription) (uint32, error) + func NewMemfd(ctx context.Context, creds *auth.Credentials, mount *vfs.Mount, ...) (*vfs.FileDescription, error) + func NewZeroFile(ctx context.Context, creds *auth.Credentials, mount *vfs.Mount, size uint64) (*vfs.FileDescription, error) + func SetDefaultSizeLimit(sizeLimit uint64) + type FilesystemOpts struct + AllowXattrPrefix []string + DisableDefaultSizeLimit bool + FilesystemType vfs.FilesystemType + MaxFilenameLen int + MemoryFile *pgalloc.MemoryFile + RootFileType uint16 + RootSymlinkTarget string + Usage *usage.MemoryKind + type FilesystemType struct + func (FilesystemType) Name() string + func (FilesystemType) Release(ctx context.Context) + func (fstype FilesystemType) GetFilesystem(ctx context.Context, vfsObj *vfs.VirtualFilesystem, creds *auth.Credentials, ...) (*vfs.Filesystem, *vfs.Dentry, error)