Lines Matching defs:target_freebsd11_stat
220 struct target_freebsd11_stat { struct
221 uint32_t st_dev; /* inode's device */
222 uint32_t st_ino; /* inode's number */
223 int16_t st_mode; /* inode protection mode */
224 int16_t st_nlink; /* number of hard links */
225 uint32_t st_uid; /* user ID of the file's owner */
226 uint32_t st_gid; /* group ID of the file's group */
227 uint32_t st_rdev; /* device type */
228 struct target_freebsd_timespec st_atim; /* time last accessed */
229 struct target_freebsd_timespec st_mtim; /* time last data modification */
230 struct target_freebsd_timespec st_ctim; /* time last file status change */
231 int64_t st_size; /* file size, in bytes */
232 int64_t st_blocks; /* blocks allocated for file */
233 uint32_t st_blksize; /* optimal blocksize for I/O */
234 uint32_t st_flags; /* user defined flags for file */
235 uint32_t st_gen; /* file generation number */
236 int32_t st_lspare;
237 struct target_freebsd_timespec st_birthtim; /* time of file creation */