dev_tst_dev;/* Device ID of device containing file. */
ino_tst_ino;/* File serial number. */
mode_tst_mode;/* Mode of file (see below). */
nlink_tst_nlink;/* Number of hard links to the file. */
uid_tst_uid;/* User ID of file. */
gid_tst_gid;/* Group ID of file. */
dev_tst_rdev;/* Device ID (if file is character or block special). */
off_tst_size;/* For regular files, the file size in bytes. For symbolic links, the length in bytes of the pathname contained in the symbolic link. For a shared memory object, the length in bytes. For a typed memory object, the length in bytes. For other file types, the use of this field is unspecified. */
structtimespecst_atim;/* Last data access timestamp. */
structtimespecst_mtim;/* Last data modification timestamp. */
structtimespecst_ctim;/* Last file status change timestamp. */
blksize_tst_blksize;/* A file system-specific preferred I/O block size for this object. In some file system types, this may vary from file to file. */
blkcnt_tst_blocks;/* Number of blocks allocated for this object. */