Searched refs:mountMap (Results 1 – 1 of 1) sorted by relevance
29 mountMap map[string]MountEntry //keyed by target member34 f.mountMap = make(map[string]MountEntry)41 f.mountMap[target] = MountEntry{51 _, ok := f.mountMap[target]55 delete(f.mountMap, target)61 for target, _ := range f.mountMap {