Lines Matching defs:compat_stat
79 struct compat_stat { struct
81 short st_dev;
82 short __pad1;
86 compat_ino_t st_ino;
87 compat_mode_t st_mode;
88 compat_ushort_t st_nlink;
89 __compat_uid16_t st_uid;
90 __compat_gid16_t st_gid;
92 short st_rdev;
93 short __pad2;
95 compat_dev_t st_rdev;
97 compat_off_t st_size;
98 compat_off_t st_blksize;
99 compat_off_t st_blocks;
100 compat_time_t st_atime;
101 compat_ulong_t st_atime_nsec;
102 compat_time_t st_mtime;
103 compat_ulong_t st_mtime_nsec;
104 compat_time_t st_ctime;
105 compat_ulong_t st_ctime_nsec;
129 struct compat_statfs { argument