Searched defs:compat_stat (Results 1 – 7 of 7) sorted by relevance
42 struct compat_stat { struct43 compat_dev_t st_dev; /* dev_t is 32 bits on parisc */44 compat_ino_t st_ino; /* 32 bits */45 compat_mode_t st_mode; /* 16 bits */46 compat_nlink_t st_nlink; /* 16 bits */47 u16 st_reserved1; /* old st_uid */48 u16 st_reserved2; /* old st_gid */49 compat_dev_t st_rdev;50 compat_off_t st_size;51 compat_time_t st_atime;[all …]
48 struct compat_stat { struct49 compat_dev_t st_dev;50 u16 __pad1;51 compat_ino_t st_ino;52 compat_mode_t st_mode;53 compat_nlink_t st_nlink;54 __compat_uid_t st_uid;55 __compat_gid_t st_gid;56 compat_dev_t st_rdev;57 u16 __pad2;[all …]
68 struct compat_stat { struct70 short st_dev;71 short __pad1;75 compat_ino_t st_ino;76 compat_mode_t st_mode;77 compat_ushort_t st_nlink;78 __compat_uid16_t st_uid;79 __compat_gid16_t st_gid;81 short st_rdev;82 short __pad2;[all …]
50 struct compat_stat { struct51 compat_dev_t st_dev;52 s32 st_pad1[3];53 compat_ino_t st_ino;54 compat_mode_t st_mode;55 compat_nlink_t st_nlink;56 __compat_uid_t st_uid;57 __compat_gid_t st_gid;58 compat_dev_t st_rdev;59 s32 st_pad2[2];[all …]
47 struct compat_stat { struct48 compat_dev_t st_dev;49 compat_ino_t st_ino;50 compat_mode_t st_mode;51 compat_nlink_t st_nlink;52 __compat_uid32_t st_uid;53 __compat_gid32_t st_gid;54 compat_dev_t st_rdev;55 compat_off_t st_size;56 compat_off_t st_blksize;[all …]
99 struct compat_stat { struct100 compat_dev_t st_dev;101 u16 __pad1;102 compat_ino_t st_ino;103 compat_mode_t st_mode;104 compat_nlink_t st_nlink;105 __compat_uid_t st_uid;106 __compat_gid_t st_gid;107 compat_dev_t st_rdev;108 u16 __pad2;[all …]
41 struct compat_stat { struct61 struct compat_stat64 { argument