Searched defs:compat_stat (Results 1 – 7 of 7) sorted by relevance
26 struct compat_stat { struct27 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;[all …]
30 struct compat_stat { struct31 compat_dev_t st_dev;32 s32 st_pad1[3];33 compat_ino_t st_ino;34 compat_mode_t st_mode;35 compat_nlink_t st_nlink;36 __compat_uid_t st_uid;37 __compat_gid_t st_gid;38 compat_dev_t st_rdev;39 s32 st_pad2[2];[all …]
39 struct compat_stat { struct41 short st_dev;42 short __pad1;46 compat_ino_t st_ino;47 compat_mode_t st_mode;48 compat_ushort_t st_nlink;49 __compat_uid16_t st_uid;50 __compat_gid16_t st_gid;52 short st_rdev;53 short __pad2;[all …]
31 struct compat_stat { struct32 compat_dev_t st_dev;33 compat_ino_t st_ino;34 compat_mode_t st_mode;35 compat_nlink_t st_nlink;36 __compat_uid32_t st_uid;37 __compat_gid32_t st_gid;38 compat_dev_t st_rdev;39 compat_off_t st_size;40 compat_off_t st_blksize;[all …]
31 struct compat_stat { struct32 u32 st_dev;33 compat_ino_t st_ino;34 compat_mode_t st_mode;35 compat_nlink_t st_nlink;36 __compat_uid_t st_uid;37 __compat_gid_t st_gid;38 u32 st_rdev;39 u32 st_size;40 u32 st_blksize;[all …]
83 struct compat_stat { struct84 compat_dev_t st_dev;85 u16 __pad1;86 compat_ino_t st_ino;87 compat_mode_t st_mode;88 compat_nlink_t st_nlink;89 __compat_uid_t st_uid;90 __compat_gid_t st_gid;91 compat_dev_t st_rdev;92 u16 __pad2;[all …]
25 struct compat_stat { struct45 struct compat_stat64 { argument