Lines Matching defs:compat_stat
30 struct compat_stat { struct
31 compat_dev_t st_dev;
32 s32 st_pad1[3];
33 compat_ino_t st_ino;
34 compat_mode_t st_mode;
35 compat_nlink_t st_nlink;
36 __compat_uid_t st_uid;
37 __compat_gid_t st_gid;
38 compat_dev_t st_rdev;
39 s32 st_pad2[2];
40 compat_off_t st_size;
41 s32 st_pad3;
42 old_time32_t st_atime;
43 s32 st_atime_nsec;
44 old_time32_t st_mtime;
45 s32 st_mtime_nsec;
46 old_time32_t st_ctime;
47 s32 st_ctime_nsec;
48 s32 st_blksize;
49 s32 st_blocks;
50 s32 st_pad4[14];