MCPcopy
hub / github.com/cubefs/cubefs / Dir

Struct Dir

client/fs/dir.go:103–112  ·  view source on GitHub ↗

Dir defines the structure of a directory

Source from the content-addressed store, hash-verified

101
102// Dir defines the structure of a directory
103type Dir struct {
104 super *Super
105 info *proto.InodeInfo
106 dcache *DentryCache
107 dctx *DirContexts
108 parentIno uint64
109 name string
110 missCount uint32
111 lastTime int64
112}
113
114// Functions that Dir needs to implement
115var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected