Lines Matching defs:compat_stat
40 struct compat_stat { struct
42 short st_dev;
43 short __pad1;
47 compat_ino_t st_ino;
48 compat_mode_t st_mode;
49 compat_ushort_t st_nlink;
50 __compat_uid16_t st_uid;
51 __compat_gid16_t st_gid;
53 short st_rdev;
54 short __pad2;
56 compat_dev_t st_rdev;
58 compat_off_t st_size;
59 compat_off_t st_blksize;
60 compat_off_t st_blocks;
61 old_time32_t st_atime;
62 compat_ulong_t st_atime_nsec;
63 old_time32_t st_mtime;
64 compat_ulong_t st_mtime_nsec;
65 old_time32_t st_ctime;
66 compat_ulong_t st_ctime_nsec;
90 struct compat_statfs { argument