Searched refs:LockedAhciInode (Results 1 – 2 of 2) sorted by relevance
23 self_ref: Weak<LockedAhciInode>,33 pub struct LockedAhciInode(pub SpinLock<AhciInode>); struct35 impl LockedAhciInode { implementation60 let result = Arc::new(LockedAhciInode(SpinLock::new(inode))); in new()67 impl DeviceINode for LockedAhciInode { implementation73 impl IndexNode for LockedAhciInode { implementation
22 use ahci_inode::LockedAhciInode;141 LockedAhciInode::new(disks_list.last().unwrap().clone()), in ahci_rust_init()