Searched defs:target_stat (Results 1 – 2 of 2) sorted by relevance
1239 struct target_stat { struct1240 abi_ushort st_dev;1241 abi_ushort __pad1;1242 abi_ulong st_ino;1266 struct target_stat64 { argument1334 struct target_stat { struct1352 struct target_stat64 { argument1388 struct target_stat { struct1409 struct target_stat64 { argument1448 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 …]