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