Lines Matching defs:context
107 extern struct context { struct
108 short action; /* action being taken on this file */
109 mode_t mode; /* mode of file */
110 ino_t ino; /* inumber of file */
111 uid_t uid; /* file owner */
112 gid_t gid; /* file group */
113 int file_flags; /* status flags (chflags) */
114 int rdev; /* device number of file */
115 time_t atime_sec; /* access time seconds */
116 time_t mtime_sec; /* modified time seconds */
117 time_t birthtime_sec; /* creation time seconds */
118 int atime_nsec; /* access time nanoseconds */
119 int mtime_nsec; /* modified time nanoseconds */
120 int birthtime_nsec; /* creation time nanoseconds */
121 off_t size; /* size of file */
122 char *name; /* name of file */