Lines Matching defs:compat_stat
38 struct compat_stat { struct
40 short st_dev;
41 short __pad1;
45 compat_ino_t st_ino;
46 compat_mode_t st_mode;
47 compat_ushort_t st_nlink;
48 __compat_uid16_t st_uid;
49 __compat_gid16_t st_gid;
51 short st_rdev;
52 short __pad2;
54 compat_dev_t st_rdev;
56 compat_off_t st_size;
57 compat_off_t st_blksize;
58 compat_off_t st_blocks;
59 old_time32_t st_atime;
60 compat_ulong_t st_atime_nsec;
61 old_time32_t st_mtime;
62 compat_ulong_t st_mtime_nsec;
63 old_time32_t st_ctime;
64 compat_ulong_t st_ctime_nsec;
88 struct compat_statfs { argument