Searched refs:LockedAhciInode (Results 1 – 2 of 2) sorted by relevance
25 self_ref: Weak<LockedAhciInode>,35 pub struct LockedAhciInode(pub SpinLock<AhciInode>); struct37 impl LockedAhciInode { implementation62 let result = Arc::new(LockedAhciInode(SpinLock::new(inode))); in new()69 impl DeviceINode for LockedAhciInode { implementation75 impl IndexNode for LockedAhciInode { implementation
21 use ahci_inode::LockedAhciInode;140 LockedAhciInode::new(disks_list.last().unwrap().clone()), in ahci_rust_init()