Lines Matching defs:target_freebsd11_nstat
290 struct target_freebsd11_nstat { struct
291 uint32_t st_dev; /* inode's device */
292 uint32_t st_ino; /* inode's number */
293 int16_t st_mode; /* inode protection mode */
294 int16_t st_nlink; /* number of hard links */
295 uint32_t st_uid; /* user ID of the file's owner */
296 uint32_t st_gid; /* group ID of the file's group */
297 uint32_t st_rdev; /* device type */
298 struct target_freebsd_timespec st_atim; /* time last accessed */
299 struct target_freebsd_timespec st_mtim; /* time last data modification */
300 struct target_freebsd_timespec st_ctim; /* time last file status change */
301 int64_t st_size; /* file size, in bytes */
302 int64_t st_blocks; /* blocks allocated for file */
303 uint32_t st_blksize; /* optimal blocksize for I/O */
304 uint32_t st_flags; /* user defined flags for file */
305 uint32_t st_gen; /* file generation number */
306 struct target_freebsd_timespec st_birthtim; /* time of file creation */