Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Ioctl
Method
Ioctl
Kernel/src/fs/fsnodestubs.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
int FsNode::Ioctl(uint64_t cmd, uint64_t arg){
71
return -ENOSYS;
72
}
73
74
void FsNode::Watch(FilesystemWatcher& watcher, int events){
75
Log::Warning(
"FsNode::Watch base called"
);
Callers
1
Ioctl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected