Lines Matching defs:target_stat
254 struct target_stat { struct
255 uint64_t st_dev; /* inode's device */
256 uint64_t st_ino; /* inode's number */
257 uint64_t st_nlink; /* number of hard links */
258 int16_t st_mode; /* inode protection mode */
259 int16_t st_padding0;
260 uint32_t st_uid; /* user ID of the file's owner */
261 uint32_t st_gid; /* group ID of the file's group */
262 int32_t st_padding1;
263 uint64_t st_rdev; /* device type */
265 int32_t st_atim_ext;
267 struct target_freebsd_timespec st_atim; /* time of last access */
269 int32_t st_mtim_ext;
271 struct target_freebsd_timespec st_mtim; /* time of last data modification */
273 int32_t st_ctim_ext;
275 struct target_freebsd_timespec st_ctim;/* time of last file status change */
277 int32_t st_btim_ext;
279 struct target_freebsd_timespec st_birthtim; /* time of file creation */
280 int64_t st_size; /* file size, in bytes */
281 int64_t st_blocks; /* blocks allocated for file */
282 uint32_t st_blksize; /* optimal blocksize for I/O */
283 uint32_t st_flags; /* user defined flags for file */
284 uint64_t st_gen; /* file generation number */
285 uint64_t st_spare[10];