Stat type.
More...
#include <fs.h>
Stat type.
Definition at line 377 of file fs.h.
◆ sbid
The superblock ID of the filesystem containing the entry.
Definition at line 379 of file fs.h.
◆ number
The number of the entries vnode.
Definition at line 380 of file fs.h.
◆ type
The type of the entries vnode.
Definition at line 381 of file fs.h.
◆ size
The size of the file that is visible outside the filesystem.
Definition at line 382 of file fs.h.
◆ blocks
The amount of blocks used on disk to store the file.
Definition at line 383 of file fs.h.
◆ blockSize
The preferred block size of the filesystem.
Definition at line 384 of file fs.h.
◆ maxFileSize
The maximum size of a file on this filesystem.
Definition at line 385 of file fs.h.
◆ linkAmount
The amount of times the vnode appears in dentries.
Definition at line 386 of file fs.h.
◆ accessTime
Unix time stamp for the last vnode access.
Definition at line 387 of file fs.h.
◆ modifyTime
Unix time stamp for last file content alteration.
Definition at line 388 of file fs.h.
◆ changeTime
Unix time stamp for the last file metadata alteration.
Definition at line 389 of file fs.h.
◆ createTime
Unix time stamp for the creation of the vnode.
Definition at line 390 of file fs.h.
◆ name
The name of the entry, not the full filepath. Includes the flags of the paths mount.
Definition at line 391 of file fs.h.
◆ padding
Padding to leave space for future expansion.
Definition at line 392 of file fs.h.
The documentation for this struct was generated from the following file: