Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/filesystem/vfs/
Dmount.rs31 pub struct MountFSInode { struct
37 self_ref: Weak<MountFSInode>, argument
43 self_mountpoint: Option<Arc<MountFSInode>>, in new()
73 pub fn mountpoint_root_inode(&self) -> Arc<MountFSInode> { in mountpoint_root_inode()
87 impl MountFSInode { impl
117 fn overlaid_inode(&self) -> Arc<MountFSInode> { in overlaid_inode()
128 impl IndexNode for MountFSInode { implementation