Searched defs:target_stat (Results 1 – 2 of 2) sorted by relevance
1235 struct target_stat { struct1236 abi_ushort st_dev;1237 abi_ushort __pad1;1238 abi_ulong st_ino;1262 struct target_stat64 { argument1330 struct target_stat { struct1348 struct target_stat64 { argument1384 struct target_stat { struct1405 struct target_stat64 { argument1444 struct target_stat { struct[all …]
254 struct target_stat { struct255 uint64_t st_dev; /* inode's device */256 uint64_t st_ino; /* inode's number */257 uint64_t st_nlink; /* number of hard links */258 int16_t st_mode; /* inode protection mode */259 int16_t st_padding0;260 uint32_t st_uid; /* user ID of the file's owner */261 uint32_t st_gid; /* group ID of the file's group */262 int32_t st_padding1;263 uint64_t st_rdev; /* device type */[all …]