Searched defs:stat64 (Results 1 – 1 of 1) sorted by relevance
49 struct stat64 { struct50 unsigned long long st_dev; /* Device. */51 unsigned long long st_ino; /* File serial number. */52 unsigned int st_mode; /* File mode. */53 unsigned int st_nlink; /* Link count. */54 unsigned int st_uid; /* User ID of the file's owner. */55 unsigned int st_gid; /* Group ID of the file's group. */56 unsigned long long st_rdev; /* Device number, if device. */57 unsigned long long __pad1;58 long long st_size; /* Size of file, in bytes. */[all …]