Documentation ¶
Index ¶
Constants ¶
View Source
const VolumeIDLen = 64
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Volume ¶
type Volume struct {
// contains filtered or unexported fields
}
func Open ¶
Open returns a FUSE filesystem instance serving content from the given volume. The result can be passed to bazil.org/fuse/fs#Serve to start serving file access requests from the kernel.
Caller guarantees volume ID exists at least as long as requests are served for this file system.
func (*Volume) Init ¶
func (f *Volume) Init(ctx context.Context, req *fuse.InitRequest, resp *fuse.InitResponse) error
Directories ¶
Path | Synopsis |
---|---|
Package inodes contains the logic for allocating inode numbers.
|
Package inodes contains the logic for allocating inode numbers. |
wire
Package wire is a generated protocol buffer package.
|
Package wire is a generated protocol buffer package. |
Package wire is a generated protocol buffer package.
|
Package wire is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.