Documentation
¶
Index ¶
- type LUFSDeletion
- type LUFSLayer
- type LUFSLayerMode
- type LUFSNode
- func (n *LUFSNode) Create(ctx context.Context, name string, flags uint32, mode uint32, ...) (*fs.Inode, fs.FileHandle, uint32, syscall.Errno)
- func (n *LUFSNode) FullPath() string
- func (n *LUFSNode) Getattr(ctx context.Context, fh fs.FileHandle, out *fuse.AttrOut) syscall.Errno
- func (n *LUFSNode) Getxattr(ctx context.Context, attr string, dest []byte) (uint32, syscall.Errno)
- func (n *LUFSNode) Link(ctx context.Context, target fs.InodeEmbedder, name string, out *fuse.EntryOut) (*fs.Inode, syscall.Errno)
- func (n *LUFSNode) Listxattr(ctx context.Context, dest []byte) (uint32, syscall.Errno)
- func (n *LUFSNode) Lookup(ctx context.Context, name string, out *fuse.EntryOut) (*fs.Inode, syscall.Errno)
- func (n *LUFSNode) Mkdir(ctx context.Context, name string, mode uint32, out *fuse.EntryOut) (*fs.Inode, syscall.Errno)
- func (n *LUFSNode) Open(ctx context.Context, flags uint32) (fs.FileHandle, uint32, syscall.Errno)
- func (n *LUFSNode) Readdir(ctx context.Context) (fs.DirStream, syscall.Errno)
- func (n *LUFSNode) Readlink(ctx context.Context) ([]byte, syscall.Errno)
- func (n *LUFSNode) Removexattr(ctx context.Context, attr string) syscall.Errno
- func (n *LUFSNode) Rename(ctx context.Context, name string, newParent fs.InodeEmbedder, newName string, ...) syscall.Errno
- func (n *LUFSNode) Rmdir(ctx context.Context, name string) syscall.Errno
- func (n *LUFSNode) Setattr(ctx context.Context, fh fs.FileHandle, in *fuse.SetAttrIn, out *fuse.AttrOut) syscall.Errno
- func (n *LUFSNode) Setxattr(ctx context.Context, attr string, data []byte, flags uint32) syscall.Errno
- func (n *LUFSNode) Statfs(ctx context.Context, out *fuse.StatfsOut) syscall.Errno
- func (n *LUFSNode) Symlink(ctx context.Context, target, name string, out *fuse.EntryOut) (*fs.Inode, syscall.Errno)
- func (n *LUFSNode) Unlink(ctx context.Context, name string) syscall.Errno
- type LUFSRoot
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LUFSDeletion ¶
type LUFSDeletion struct {
// contains filtered or unexported fields
}
type LUFSLayer ¶
type LUFSLayer struct {
// contains filtered or unexported fields
}
func LUFSLayersFromArgString ¶
func NewLUFSLayer ¶
func NewLUFSLayer(path string, mode LUFSLayerMode) LUFSLayer
type LUFSNode ¶
func (*LUFSNode) Removexattr ¶
Click to show internal directories.
Click to hide internal directories.