Lines Matching defs:compat_stat
78 struct compat_stat { struct
80 short st_dev;
81 short __pad1;
85 compat_ino_t st_ino;
86 compat_mode_t st_mode;
87 compat_ushort_t st_nlink;
88 __compat_uid16_t st_uid;
89 __compat_gid16_t st_gid;
91 short st_rdev;
92 short __pad2;
94 compat_dev_t st_rdev;
96 compat_off_t st_size;
97 compat_off_t st_blksize;
98 compat_off_t st_blocks;
99 compat_time_t st_atime;
100 compat_ulong_t st_atime_nsec;
101 compat_time_t st_mtime;
102 compat_ulong_t st_mtime_nsec;
103 compat_time_t st_ctime;
104 compat_ulong_t st_ctime_nsec;
128 struct compat_statfs { argument