Searched defs:stat64 (Results 1 – 1 of 1) sorted by relevance
151 struct stat64 struct153 __dev_t st_dev; /* Device. */155 __ino64_t st_ino; /* File serial number. */156 __nlink_t st_nlink; /* Link count. */157 __mode_t st_mode; /* File mode. */159 unsigned int __pad1;160 __ino_t __st_ino; /* 32bit file serial number. */161 __mode_t st_mode; /* File mode. */162 __nlink_t st_nlink; /* Link count. */164 __uid_t st_uid; /* User ID of the file's owner. */[all …]