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