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