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