Searched defs:p9_wstat (Results 1 – 1 of 1) sorted by relevance
182 struct p9_wstat { struct183 uint16_t size; /* total byte count of the following data */184 uint16_t type; /* type of file */185 uint32_t dev; /* id of device containing file */186 struct p9_qid qid; /* identifier used by server for file system entity information */187 uint32_t mode; /* protection */188 uint32_t atime; /* time of last access */189 uint32_t mtime; /* time of last modification */190 uint64_t length; /* length of file in bytes */191 char *name; /* file name */[all …]