Module syscall

Source
Expand description

System calls for FileObject capability

This module implements system calls that operate on KernelObjects with FileObject capability (seek, truncate, metadata operations).

Functionsยง

sys_file_seek
System call for seeking within a file
sys_file_truncate
System call for truncating a file