Lines Matching defs:compat_stat
57 struct compat_stat { struct
58 compat_dev_t st_dev;
59 compat_ino_t st_ino;
60 compat_mode_t st_mode;
61 compat_nlink_t st_nlink;
62 __compat_uid32_t st_uid;
63 __compat_gid32_t st_gid;
64 compat_dev_t st_rdev;
65 compat_off_t st_size;
66 compat_off_t st_blksize;
67 compat_off_t st_blocks;
68 compat_time_t st_atime;
69 u32 st_atime_nsec;
70 compat_time_t st_mtime;
71 u32 st_mtime_nsec;
72 compat_time_t st_ctime;
73 u32 st_ctime_nsec;
97 struct compat_statfs { argument