Searched defs:user64_stat (Results 1 – 1 of 1) sorted by relevance
243 struct user64_stat { struct244 dev_t st_dev; /* [XSI] ID of device containing file */245 ino_t st_ino; /* [XSI] File serial number */246 mode_t st_mode; /* [XSI] Mode of file (see below) */247 nlink_t st_nlink; /* [XSI] Number of hard links */248 uid_t st_uid; /* [XSI] User ID of the file */249 gid_t st_gid; /* [XSI] Group ID of the file */250 dev_t st_rdev; /* [XSI] Device ID */252 struct user64_timespec st_atimespec; /* time of last access */253 struct user64_timespec st_mtimespec; /* time of last data modification */[all …]