Searched defs:MountFSInode (Results 1 – 1 of 1) sorted by relevance
31 pub struct MountFSInode { struct37 self_ref: Weak<MountFSInode>, argument43 self_mountpoint: Option<Arc<MountFSInode>>, in new()73 pub fn mountpoint_root_inode(&self) -> Arc<MountFSInode> { in mountpoint_root_inode()87 impl MountFSInode { impl117 fn overlaid_inode(&self) -> Arc<MountFSInode> { in overlaid_inode()128 impl IndexNode for MountFSInode { implementation