Searched defs:compat_stat (Results 1 – 7 of 7) sorted by relevance
28 struct compat_stat { struct29 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */30 compat_ino_t st_ino; /* 32 bits */31 compat_mode_t st_mode; /* 16 bits */32 compat_nlink_t st_nlink; /* 16 bits */33 u16 st_reserved1; /* old st_uid */34 u16 st_reserved2; /* old st_gid */35 compat_dev_t st_rdev;36 compat_off_t st_size;37 old_time32_t st_atime;[all …]
33 struct compat_stat { struct34 compat_dev_t st_dev;35 u16 __pad1;36 compat_ino_t st_ino;37 compat_mode_t st_mode;38 compat_nlink_t st_nlink;39 __compat_uid_t st_uid;40 __compat_gid_t st_gid;41 compat_dev_t st_rdev;42 u16 __pad2;[all …]
32 struct compat_stat { struct33 compat_dev_t st_dev;34 s32 st_pad1[3];35 compat_ino_t st_ino;36 compat_mode_t st_mode;37 compat_nlink_t st_nlink;38 __compat_uid_t st_uid;39 __compat_gid_t st_gid;40 compat_dev_t st_rdev;41 s32 st_pad2[2];[all …]
40 struct compat_stat { struct42 short st_dev;43 short __pad1;47 compat_ino_t st_ino;48 compat_mode_t st_mode;49 compat_ushort_t st_nlink;50 __compat_uid16_t st_uid;51 __compat_gid16_t st_gid;53 short st_rdev;54 short __pad2;[all …]
33 struct compat_stat { struct34 compat_dev_t st_dev;35 compat_ino_t st_ino;36 compat_mode_t st_mode;37 compat_nlink_t st_nlink;38 __compat_uid32_t st_uid;39 __compat_gid32_t st_gid;40 compat_dev_t st_rdev;41 compat_off_t st_size;42 compat_off_t st_blksize;[all …]
85 struct compat_stat { struct86 compat_dev_t st_dev;87 u16 __pad1;88 compat_ino_t st_ino;89 compat_mode_t st_mode;90 compat_nlink_t st_nlink;91 __compat_uid_t st_uid;92 __compat_gid_t st_gid;93 compat_dev_t st_rdev;94 u16 __pad2;[all …]
26 struct compat_stat { struct46 struct compat_stat64 { argument