Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ SetRootDentry
Function
SetRootDentry
src/filesystem/vfs/vfs.cpp:99–101 ·
view source on GitHub ↗
内部接口:设置根 dentry
Source
from the content-addressed store, hash-verified
97
98
// 内部接口:设置根 dentry
99
auto SetRootDentry(Dentry* dentry) -> void {
100
GetVfsState().root_dentry = dentry;
101
}
102
103
// 内部接口:获取挂载表
104
auto GetMountTableInternal() -> MountTable* {
Callers
2
Mount
Method · 0.85
Unmount
Method · 0.85
Calls
1
GetVfsState
Function · 0.85
Tested by
no test coverage detected