Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/disk/kfs/
H A Dportdat.h29 typedef struct Wpath Wpath; typedef
226 struct Wpath struct
228 Wpath *up; /* pointer upwards in path */ argument
229 Wpath *list; /* link in free chain */ argument
230 long addr; /* directory entry addr of parent */
231 long slot; /* directory entry slot of parent */
232 short refs; /* number of files using this structure */
/plan9/sys/src/cmd/cwfs/
H A Dportdat.h79 typedef struct Wpath Wpath; typedef
372 struct Wpath struct
374 Wpath* up; /* pointer upwards in path */ argument
375 Off addr; /* directory entry addr */
376 long slot; /* directory entry slot */
377 short refs; /* number of files using this structure */