Home
last modified time | relevance | path

Searched defs:PathNodeFs (Results 1 – 2 of 2) sorted by relevance

/dports/net/rclone/rclone-1.57.0/vendor/github.com/hanwen/go-fuse/v2/fuse/pathfs/
H A Dpathfs.go33 type PathNodeFs struct { struct
34 debug bool
35 fs FileSystem
36 root *pathInode
37 connector *nodefs.FileSystemConnector
40 pathLock sync.RWMutex
43 clientInodeMap map[uint64]*refCountedInode
45 options *PathNodeFsOptions
50 func (fs *PathNodeFs) SetDebug(dbg bool) {
69 func (fs *PathNodeFs) ForgetClientInodes() {
[all …]
H A Dapi.go64 OnMount(nodeFs *PathNodeFs)