Internal
Time of last access, since epoch
Time of file creation, since epoch
Time of last time file status was changed, since epoch
The id of the group that owns the file
Inode number
Unix-style file mode (e.g. 0o644) that includes the item type
Time of last modification, since epoch
Number of hard links
Size of the item in bytes. For directories/symlinks, this is normally the size of the struct that represents the item.
The id of the user that owns the file
Updates the Inode using information from the stats object. Used by file systems at sync time, e.g.:
True if any changes have occurred.
Generic inode definition that can easily be serialized.
Todo
[BREAKING]