Searched defs:Wpath (Results 1 – 2 of 2) sorted by relevance
29 typedef struct Wpath Wpath; typedef226 struct Wpath struct228 Wpath *up; /* pointer upwards in path */ argument229 Wpath *list; /* link in free chain */ argument230 long addr; /* directory entry addr of parent */231 long slot; /* directory entry slot of parent */232 short refs; /* number of files using this structure */
79 typedef struct Wpath Wpath; typedef372 struct Wpath struct374 Wpath* up; /* pointer upwards in path */ argument375 Off addr; /* directory entry addr */376 long slot; /* directory entry slot */377 short refs; /* number of files using this structure */