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