Lines Matching defs:context
123 extern struct context { struct
124 short action; /* action being taken on this file */
125 mode_t mode; /* mode of file */
126 ino_t ino; /* inumber of file */
127 uid_t uid; /* file owner */
128 gid_t gid; /* file group */
129 int file_flags; /* status flags (chflags) */
130 int rdev; /* device number of file */
131 time_t atime_sec; /* access time seconds */
132 time_t mtime_sec; /* modified time seconds */
133 time_t birthtime_sec; /* creation time seconds */
134 int atime_nsec; /* access time nanoseconds */
135 int mtime_nsec; /* modified time nanoseconds */
136 int birthtime_nsec; /* creation time nanoseconds */
137 int extsize; /* size of extended attribute data */
138 off_t size; /* size of file */
139 const char *name; /* name of file */