Lines Matching defs:compat_stat
52 struct compat_stat { struct
53 compat_dev_t st_dev;
54 compat_ino_t st_ino;
55 compat_mode_t st_mode;
56 compat_nlink_t st_nlink;
57 __compat_uid32_t st_uid;
58 __compat_gid32_t st_gid;
59 compat_dev_t st_rdev;
60 compat_off_t st_size;
61 compat_off_t st_blksize;
62 compat_off_t st_blocks;
63 compat_time_t st_atime;
64 u32 st_atime_nsec;
65 compat_time_t st_mtime;
66 u32 st_mtime_nsec;
67 compat_time_t st_ctime;
68 u32 st_ctime_nsec;
92 struct compat_statfs { argument