Searched defs:compat_stat (Results 1 – 7 of 7) sorted by relevance
50 struct compat_stat { struct51 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */52 compat_ino_t st_ino; /* 32 bits */53 compat_mode_t st_mode; /* 16 bits */54 compat_nlink_t st_nlink; /* 16 bits */55 u16 st_reserved1; /* old st_uid */56 u16 st_reserved2; /* old st_gid */57 compat_dev_t st_rdev;58 compat_off_t st_size;59 compat_time_t st_atime;[all …]
53 struct compat_stat { struct54 compat_dev_t st_dev;55 u16 __pad1;56 compat_ino_t st_ino;57 compat_mode_t st_mode;58 compat_nlink_t st_nlink;59 __compat_uid_t st_uid;60 __compat_gid_t st_gid;61 compat_dev_t st_rdev;62 u16 __pad2;[all …]
57 struct compat_stat { struct58 compat_dev_t st_dev;59 s32 st_pad1[3];60 compat_ino_t st_ino;61 compat_mode_t st_mode;62 compat_nlink_t st_nlink;63 __compat_uid_t st_uid;64 __compat_gid_t st_gid;65 compat_dev_t st_rdev;66 s32 st_pad2[2];[all …]
79 struct compat_stat { struct80 compat_dev_t st_dev;81 u16 __pad1;82 compat_ino_t st_ino;83 compat_mode_t st_mode;84 compat_nlink_t st_nlink;85 __compat_uid_t st_uid;86 __compat_gid_t st_gid;87 compat_dev_t st_rdev;88 u16 __pad2;[all …]
52 struct compat_stat { struct53 compat_dev_t st_dev;54 compat_ino_t st_ino;55 compat_mode_t st_mode;56 compat_nlink_t st_nlink;57 __compat_uid32_t st_uid;58 __compat_gid32_t st_gid;59 compat_dev_t st_rdev;60 compat_off_t st_size;61 compat_off_t st_blksize;[all …]
50 struct compat_stat { struct70 struct compat_stat64 { argument
73 #define compat_stat stat macro