Searched defs:p9_iattr_dotl (Results 1 – 1 of 1) sorted by relevance
226 struct p9_iattr_dotl { struct227 uint32_t valid; /* bit fields specifying which fields are valid */228 uint32_t mode; /* protection */229 uid_t uid; /* user id of owner */230 gid_t gid; /* group id */231 uint64_t size; /* file size */232 uint64_t atime_sec; /* last access time in seconds */233 uint64_t atime_nsec; /* last access time in nanoseconds */234 uint64_t mtime_sec; /* last modification time in seconds */235 uint64_t mtime_nsec; /* last modification time in nanoseconds */