Documentation ¶
Index ¶
- type BeeFs
- func (b *BeeFs) Chflags(path string, flags uint32) (errc int)
- func (b *BeeFs) Chmod(path string, mode uint32) (errc int)
- func (b *BeeFs) Chown(path string, uid uint32, gid uint32) (errc int)
- func (b *BeeFs) Destroy()
- func (b *BeeFs) Getattr(path string, stat *fuse.Stat_t, fh uint64) (errc int)
- func (b *BeeFs) Getxattr(path string, name string) (errc int, xatr []byte)
- func (b *BeeFs) Init()
- func (b *BeeFs) Link(oldpath string, newpath string) (errc int)
- func (b *BeeFs) Listxattr(path string, fill func(name string) bool) (errc int)
- func (b *BeeFs) Mkdir(path string, mode uint32) (errc int)
- func (b *BeeFs) Mknod(path string, mode uint32, dev uint64) (errc int)
- func (b *BeeFs) Open(path string, flags int) (errc int, fh uint64)
- func (b *BeeFs) Opendir(path string) (errc int, fh uint64)
- func (b *BeeFs) Read(path string, buff []byte, ofst int64, fh uint64) (n int)
- func (b *BeeFs) Readdir(path string, fill func(name string, stat *fuse.Stat_t, ofst int64) bool, ...) (errc int)
- func (b *BeeFs) Readlink(path string) (errc int, target string)
- func (b *BeeFs) Release(path string, fh uint64) (errc int)
- func (b *BeeFs) Releasedir(path string, fh uint64) (errc int)
- func (b *BeeFs) Removexattr(path string, name string) (errc int)
- func (b *BeeFs) Rename(oldpath string, newpath string) (errc int)
- func (b *BeeFs) Rmdir(path string) (errc int)
- func (b *BeeFs) Setchgtime(path string, tmsp fuse.Timespec) (errc int)
- func (b *BeeFs) Setcrtime(path string, tmsp fuse.Timespec) (errc int)
- func (b *BeeFs) Setxattr(path string, name string, value []byte, flags int) (errc int)
- func (b *BeeFs) Symlink(target string, newpath string) (errc int)
- func (b *BeeFs) Truncate(path string, size int64, fh uint64) (errc int)
- func (b *BeeFs) Unlink(path string) (errc int)
- func (b *BeeFs) Utimens(path string, tmsp []fuse.Timespec) (errc int)
- func (b *BeeFs) Write(path string, buff []byte, ofst int64, fh uint64) (n int)
- type FsMetadata
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeeFs ¶
type BeeFs struct { fuse.FileSystemBase // contains filtered or unexported fields }
type FsMetadata ¶
Click to show internal directories.
Click to hide internal directories.