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