Searched defs:freebsd11_stat (Results 1 – 2 of 2) sorted by relevance
125 struct freebsd11_stat { struct126 __uint32_t st_dev; /* inode's device */127 __uint32_t st_ino; /* inode's number */128 mode_t st_mode; /* inode protection mode */129 __uint16_t st_nlink; /* number of hard links */130 uid_t st_uid; /* user ID of the file's owner */132 __uint32_t st_rdev; /* device type */133 struct timespec st_atim; /* time of last access */136 off_t st_size; /* file size, in bytes */140 __uint32_t st_gen; /* file generation number */[all …]
2289 freebsd11_stat(struct thread *td, struct freebsd11_stat_args* uap) in freebsd11_stat() function