Lines Matching defs:compat_stat
50 struct compat_stat { struct
51 compat_dev_t st_dev;
52 s32 st_pad1[3];
53 compat_ino_t st_ino;
54 compat_mode_t st_mode;
55 compat_nlink_t st_nlink;
56 __compat_uid_t st_uid;
57 __compat_gid_t st_gid;
58 compat_dev_t st_rdev;
59 s32 st_pad2[2];
60 compat_off_t st_size;
61 s32 st_pad3;
62 compat_time_t st_atime;
63 s32 st_atime_nsec;
64 compat_time_t st_mtime;
65 s32 st_mtime_nsec;
66 compat_time_t st_ctime;
67 s32 st_ctime_nsec;
68 s32 st_blksize;
69 s32 st_blocks;
70 s32 st_pad4[14];