Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func NewFilesystem(vfsObj *vfs.VirtualFilesystem) (*vfs.Filesystem, error) + type Inode struct + func NewInode(ctx context.Context, mnt *vfs.Mount, namespace vfs.Namespace) *Inode + func (i *Inode) DecRef(ctx context.Context) + func (i *Inode) Keep() bool + func (i *Inode) Mode() linux.FileMode + func (i *Inode) Name() string + func (i *Inode) Namespace() vfs.Namespace + func (i *Inode) Open(ctx context.Context, rp *vfs.ResolvingPath, d *kernfs.Dentry, ...) (*vfs.FileDescription, error) + func (i *Inode) SetStat(ctx context.Context, vfsfs *vfs.Filesystem, creds *auth.Credentials, ...) error + func (i *Inode) StatFS(ctx context.Context, fs *vfs.Filesystem) (linux.Statfs, error) + func (i *Inode) VirtualDentry() vfs.VirtualDentry