Lines Matching defs:compat_stat
28 struct compat_stat { struct
29 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */
30 compat_ino_t st_ino; /* 32 bits */
31 compat_mode_t st_mode; /* 16 bits */
32 compat_nlink_t st_nlink; /* 16 bits */
33 u16 st_reserved1; /* old st_uid */
34 u16 st_reserved2; /* old st_gid */
35 compat_dev_t st_rdev;
36 compat_off_t st_size;
37 old_time32_t st_atime;
38 u32 st_atime_nsec;
39 old_time32_t st_mtime;
40 u32 st_mtime_nsec;
41 old_time32_t st_ctime;
42 u32 st_ctime_nsec;
43 s32 st_blksize;
44 s32 st_blocks;
45 u32 __unused1; /* ACL stuff */
46 compat_dev_t __unused2; /* network */
47 compat_ino_t __unused3; /* network */
48 u32 __unused4; /* cnodes */
49 u16 __unused5; /* netsite */
50 short st_fstype;
51 compat_dev_t st_realdev;
75 struct compat_statfs { argument