Lines Matching defs:compat_stat
68 struct compat_stat { struct
70 short st_dev;
71 short __pad1;
75 compat_ino_t st_ino;
76 compat_mode_t st_mode;
77 compat_ushort_t st_nlink;
78 __compat_uid16_t st_uid;
79 __compat_gid16_t st_gid;
81 short st_rdev;
82 short __pad2;
84 compat_dev_t st_rdev;
86 compat_off_t st_size;
87 compat_off_t st_blksize;
88 compat_off_t st_blocks;
89 compat_time_t st_atime;
90 compat_ulong_t st_atime_nsec;
91 compat_time_t st_mtime;
92 compat_ulong_t st_mtime_nsec;
93 compat_time_t st_ctime;
94 compat_ulong_t st_ctime_nsec;
118 struct compat_statfs { argument