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