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