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