Module file

Source

Structs§

DirEntry
DirFilename
FileStat
OpenOptions
SeekFrom

Enums§

BlockingMode
A blocking flag when dealing with files When using crate::syscalls::SYS_OPEN, Bit 0 of flags argument can be: 0 - non-blocking 1 - line buffered
FileMeta
FileType
SeekWhence

Constants§

MAX_FILENAME_LEN

Functions§

parse_flags
Will extract all the information from the flags, will return None if the argument is invalid