Lines Matching defs:compat_stat
52 struct compat_stat { struct
53 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */
54 compat_ino_t st_ino; /* 32 bits */
55 compat_mode_t st_mode; /* 16 bits */
56 compat_nlink_t st_nlink; /* 16 bits */
57 u16 st_reserved1; /* old st_uid */
58 u16 st_reserved2; /* old st_gid */
59 compat_dev_t st_rdev;
60 compat_off_t st_size;
61 compat_time_t st_atime;
62 u32 st_atime_nsec;
63 compat_time_t st_mtime;
64 u32 st_mtime_nsec;
65 compat_time_t st_ctime;
66 u32 st_ctime_nsec;
67 s32 st_blksize;
68 s32 st_blocks;
69 u32 __unused1; /* ACL stuff */
70 compat_dev_t __unused2; /* network */
71 compat_ino_t __unused3; /* network */
72 u32 __unused4; /* cnodes */
73 u16 __unused5; /* netsite */
74 short st_fstype;
75 compat_dev_t st_realdev;
99 struct compat_statfs { argument