Searched defs:compat_stat (Results 1 – 8 of 8) sorted by relevance
52 struct compat_stat { struct53 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */54 compat_ino_t st_ino; /* 32 bits */55 compat_mode_t st_mode; /* 16 bits */56 compat_nlink_t st_nlink; /* 16 bits */57 u16 st_reserved1; /* old st_uid */58 u16 st_reserved2; /* old st_gid */59 compat_dev_t st_rdev;60 compat_off_t st_size;61 compat_time_t st_atime;[all …]
78 struct compat_stat { struct80 short st_dev;81 short __pad1;85 compat_ino_t st_ino;86 compat_mode_t st_mode;87 compat_ushort_t st_nlink;88 __compat_uid16_t st_uid;89 __compat_gid16_t st_gid;91 short st_rdev;92 short __pad2;[all …]
56 struct compat_stat { struct57 compat_dev_t st_dev;58 u16 __pad1;59 compat_ino_t st_ino;60 compat_mode_t st_mode;61 compat_nlink_t st_nlink;62 __compat_uid_t st_uid;63 __compat_gid_t st_gid;64 compat_dev_t st_rdev;65 u16 __pad2;[all …]
58 struct compat_stat { struct59 compat_dev_t st_dev;60 s32 st_pad1[3];61 compat_ino_t st_ino;62 compat_mode_t st_mode;63 compat_nlink_t st_nlink;64 __compat_uid_t st_uid;65 __compat_gid_t st_gid;66 compat_dev_t st_rdev;67 s32 st_pad2[2];[all …]
57 struct compat_stat { struct58 compat_dev_t st_dev;59 compat_ino_t st_ino;60 compat_mode_t st_mode;61 compat_nlink_t st_nlink;62 __compat_uid32_t st_uid;63 __compat_gid32_t st_gid;64 compat_dev_t st_rdev;65 compat_off_t st_size;66 compat_off_t st_blksize;[all …]
107 struct compat_stat { struct108 compat_dev_t st_dev;109 u16 __pad1;110 compat_ino_t st_ino;111 compat_mode_t st_mode;112 compat_nlink_t st_nlink;113 __compat_uid_t st_uid;114 __compat_gid_t st_gid;115 compat_dev_t st_rdev;116 u16 __pad2;[all …]
51 struct compat_stat { struct71 struct compat_stat64 { argument
72 #define compat_stat stat macro