|
SimpleKernel 1.17.0
|
#include "filesystem.hpp"#include "kernel_log.hpp"#include "kstd_cstring"#include "kstd_memory"#include "spinlock.hpp"#include "vfs_internal.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | vfs |
Functions | |
| auto | vfs::Lookup (const char *path) -> Expected< Dentry * > |
| 路径解析,查找 dentry | |