Lines Matching defs:Dir
166 typedef struct Dir Dir; typedef
197 struct Dir { struct
199 ushort type; /* server type */
200 uint dev; /* server subtype */
202 Qid qid; /* unique id from server */
203 ulong mode; /* permissions */
204 ulong atime; /* last read time */
205 ulong mtime; /* last write time */
206 vlong length; /* file length: see <u.h> */
207 char *name; /* last element of path */
208 char *uid; /* owner name */
209 char *gid; /* group name */
210 char *muid; /* last modifier name */