Lines Matching defs:compat_stat
39 struct compat_stat { struct
41 short st_dev;
42 short __pad1;
46 compat_ino_t st_ino;
47 compat_mode_t st_mode;
48 compat_ushort_t st_nlink;
49 __compat_uid16_t st_uid;
50 __compat_gid16_t st_gid;
52 short st_rdev;
53 short __pad2;
55 compat_dev_t st_rdev;
57 compat_off_t st_size;
58 compat_off_t st_blksize;
59 compat_off_t st_blocks;
60 old_time32_t st_atime;
61 compat_ulong_t st_atime_nsec;
62 old_time32_t st_mtime;
63 compat_ulong_t st_mtime_nsec;
64 old_time32_t st_ctime;
65 compat_ulong_t st_ctime_nsec;
89 struct compat_statfs { argument