Module file

Source

Enumsยง

OpenMode ๐Ÿ”’

Constantsยง

MAX_ARG_COUNT ๐Ÿ”’
MAX_PATH_LENGTH ๐Ÿ”’

Functionsยง

get_path_str_v2 ๐Ÿ”’
Helper function to replace the missing get_path_str function TODO: This should be moved to a shared helper when VFS v2 provides public API
read_directory_as_xv6_dirent ๐Ÿ”’
Convert Scarlet DirectoryEntry to xv6 Dirent and write to buffer
sys_close
sys_dup
sys_exec
sys_fstat
sys_link
sys_lseek
sys_mkdir
sys_mknod
sys_open
sys_read
sys_unlink
sys_write
to_absolute_path_v2 ๐Ÿ”’
VFS v2 helper function for path absolutization TODO: Move this to a shared helper module when VFS v2 provides public API