Home
last modified time | relevance | path

Searched defs:FATDir (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.7/kernel/src/filesystem/fat/
Dentry.rs363 pub struct FATDir { struct
375 impl FATDir { argument
538 pub fn open_dir(&self, name: &str, fs: Arc<FATFileSystem>) -> Result<FATDir, SystemError> { in open_dir()
586 pub fn create_dir(&self, name: &str, fs: &Arc<FATFileSystem>) -> Result<FATDir, SystemError> { in create_dir()
1780 pub fn to_dir(&self) -> Result<FATDir, SystemError> { in to_dir()
Dfs.rs624 pub fn root_dir(&self) -> FATDir { in root_dir()