MCPcopy 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
99auto SetRootDentry(Dentry* dentry) -> void {
100 GetVfsState().root_dentry = dentry;
101}
102
103// 内部接口:获取挂载表
104auto GetMountTableInternal() -> MountTable* {

Callers 2

MountMethod · 0.85
UnmountMethod · 0.85

Calls 1

GetVfsStateFunction · 0.85

Tested by

no test coverage detected