Lines Matching defs:compat_stat
47 struct compat_stat { struct
48 compat_dev_t st_dev;
49 compat_ino_t st_ino;
50 compat_mode_t st_mode;
51 compat_nlink_t st_nlink;
52 __compat_uid32_t st_uid;
53 __compat_gid32_t st_gid;
54 compat_dev_t st_rdev;
55 compat_off_t st_size;
56 compat_off_t st_blksize;
57 compat_off_t st_blocks;
58 compat_time_t st_atime;
59 u32 st_atime_nsec;
60 compat_time_t st_mtime;
61 u32 st_mtime_nsec;
62 compat_time_t st_ctime;
63 u32 st_ctime_nsec;
87 struct compat_statfs { argument