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