Stat type.
More...
#include <io.h>
Stat type.
Definition at line 328 of file io.h.
◆ number
The number of the entries inode.
Definition at line 330 of file io.h.
◆ type
The type of the entries inode.
Definition at line 331 of file io.h.
◆ size
The size of the file that is visible outside the filesystem.
Definition at line 332 of file io.h.
◆ blocks
The amount of blocks used on disk to store the file.
Definition at line 333 of file io.h.
◆ linkAmount
The amount of times the inode appears in dentries.
Definition at line 334 of file io.h.
◆ accessTime
Unix time stamp for the last inode access.
Definition at line 335 of file io.h.
◆ modifyTime
Unix time stamp for last file content alteration.
Definition at line 336 of file io.h.
◆ changeTime
Unix time stamp for the last file metadata alteration.
Definition at line 337 of file io.h.
◆ createTime
Unix time stamp for the creation of the inode.
Definition at line 338 of file io.h.
◆ name
The name of the entry, not the full filepath.
Definition at line 339 of file io.h.
◆ padding
Padding to leave space for future expansion.
Definition at line 340 of file io.h.
The documentation for this struct was generated from the following file: