pub type FileType = VfsNodeType;
Alias of [axfs_vfs::VfsNodeType].
axfs_vfs::VfsNodeType
enum FileType { Fifo = 1, CharDevice = 2, Dir = 4, BlockDevice = 6, File = 8, SymLink = 10, Socket = 12, }
FIFO (named pipe)
Character device
Directory
Block device
Regular file
Symbolic link
Socket