Searched defs:compat_stat (Results 1 – 7 of 7) sorted by relevance
25 struct compat_stat { struct26 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;[all …]
38 struct compat_stat { struct40 short st_dev;41 short __pad1;45 compat_ino_t st_ino;46 compat_mode_t st_mode;47 compat_ushort_t st_nlink;48 __compat_uid16_t st_uid;49 __compat_gid16_t st_gid;51 short st_rdev;52 short __pad2;[all …]
30 struct compat_stat { struct31 compat_dev_t st_dev;32 u16 __pad1;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 u16 __pad2;[all …]
35 struct compat_stat { struct36 compat_dev_t st_dev;37 s32 st_pad1[3];38 compat_ino_t st_ino;39 compat_mode_t st_mode;40 compat_nlink_t st_nlink;41 __compat_uid_t st_uid;42 __compat_gid_t st_gid;43 compat_dev_t st_rdev;44 s32 st_pad2[2];[all …]
27 struct compat_stat { struct28 compat_dev_t st_dev;29 compat_ino_t st_ino;30 compat_mode_t st_mode;31 compat_nlink_t st_nlink;32 __compat_uid32_t st_uid;33 __compat_gid32_t st_gid;34 compat_dev_t st_rdev;35 compat_off_t st_size;36 compat_off_t st_blksize;[all …]
82 struct compat_stat { struct83 compat_dev_t st_dev;84 u16 __pad1;85 compat_ino_t st_ino;86 compat_mode_t st_mode;87 compat_nlink_t st_nlink;88 __compat_uid_t st_uid;89 __compat_gid_t st_gid;90 compat_dev_t st_rdev;91 u16 __pad2;[all …]
24 struct compat_stat { struct44 struct compat_stat64 { argument