Home
last modified time | relevance | path

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

/dports/misc/perkeep/perkeep-0.11/pkg/fs/
H A Dmut.go60 type mutDir struct { struct
61 fs *CamliFileSystem
62 permanode blob.Ref
68 mu sync.Mutex
69 lastPop time.Time
70 children map[string]mutFileOrDir
71 xattrs map[string][]byte
72 deleted bool
88 func (n *mutDir) String() string {
127 func (n *mutDir) populate() error {
[all …]