Searched defs:root_guard (Results 1 – 4 of 4) sorted by relevance
146 let mut root_guard: SpinLockGuard<RamFSInode> = result.root_inode.0.lock(); in new() localVariable
84 let mut root_guard: SpinLockGuard<DevFSInode> = devfs.root_inode.0.lock(); in new() localVariable
360 let mut root_guard: SpinLockGuard<ProcFSInode> = result.root_inode.0.lock(); in new() localVariable
389 let mut root_guard: SpinLockGuard<FATInode> = result.root_inode.0.lock(); in new() localVariable