Lines Matching defs:compat_stat
26 struct compat_stat { struct
27 compat_dev_t st_dev;
28 compat_ino_t st_ino;
29 compat_mode_t st_mode;
30 compat_nlink_t st_nlink;
31 __compat_uid32_t st_uid;
32 __compat_gid32_t st_gid;
33 compat_dev_t st_rdev;
34 compat_off_t st_size;
35 compat_off_t st_blksize;
36 compat_off_t st_blocks;
37 old_time32_t st_atime;
38 u32 st_atime_nsec;
39 old_time32_t st_mtime;
40 u32 st_mtime_nsec;
41 old_time32_t st_ctime;
42 u32 st_ctime_nsec;
43 u32 __unused4[2];