 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      
          Rendered for windows/amd64
        
      Index ¶
- type Filescomfs
- func (self *Filescomfs) Getattr(path string, stat *fuse.Stat_t, fh uint64) (errc int)
- func (self *Filescomfs) Init()
- func (self *Filescomfs) Mkdir(path string, mode uint32) (errc int)
- func (self *Filescomfs) Mknod(path string, mode uint32, dev uint64) (errc int)
- func (self *Filescomfs) Open(path string, flags int) (errc int, fh uint64)
- func (self *Filescomfs) Opendir(path string) (errc int, fh uint64)
- func (self *Filescomfs) Read(path string, buff []byte, ofst int64, fh uint64) (n int)
- func (self *Filescomfs) Readdir(path string, fill func(name string, stat *fuse.Stat_t, ofst int64) bool, ...) (errc int)
- func (self *Filescomfs) Release(path string, fh uint64) (errc int)
- func (self *Filescomfs) Releasedir(path string, fh uint64) (errc int)
- func (self *Filescomfs) Rename(oldpath string, newpath string) (errc int)
- func (self *Filescomfs) Rmdir(path string) (errc int)
- func (self *Filescomfs) Statfs(path string, stat *fuse.Statfs_t) (errc int)
- func (self *Filescomfs) Truncate(path string, size int64, fh uint64) (errc int)
- func (self *Filescomfs) Unlink(path string) (errc int)
- func (self *Filescomfs) Utimens(path string, tmsp []fuse.Timespec) (errc int)
- func (self *Filescomfs) Write(path string, buff []byte, ofst int64, fh uint64) (n int)
 
- type MountHost
- type MountParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filescomfs ¶
type Filescomfs struct {
	fuse.FileSystemBase
	// contains filtered or unexported fields
}
    func (*Filescomfs) Init ¶
func (self *Filescomfs) Init()
func (*Filescomfs) Mknod ¶
func (self *Filescomfs) Mknod(path string, mode uint32, dev uint64) (errc int)
func (*Filescomfs) Open ¶
func (self *Filescomfs) Open(path string, flags int) (errc int, fh uint64)
func (*Filescomfs) Releasedir ¶
func (self *Filescomfs) Releasedir(path string, fh uint64) (errc int)
func (*Filescomfs) Rename ¶
func (self *Filescomfs) Rename(oldpath string, newpath string) (errc int)
func (*Filescomfs) Rmdir ¶
func (self *Filescomfs) Rmdir(path string) (errc int)
func (*Filescomfs) Statfs ¶
func (self *Filescomfs) Statfs(path string, stat *fuse.Statfs_t) (errc int)
func (*Filescomfs) Truncate ¶
func (self *Filescomfs) Truncate(path string, size int64, fh uint64) (errc int)
TODO: this is needed in order to support file overwrites, but do we need to actually truncate to the given size?
func (*Filescomfs) Unlink ¶
func (self *Filescomfs) Unlink(path string) (errc int)
 Click to show internal directories. 
   Click to hide internal directories.