Home
last modified time | relevance | path

Searched refs:part_s (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dahcidisk.rs368 let mut part_s: Vec<Arc<Partition>> = Vec::new(); in new() localVariable
386 part_s.push(Partition::new( in new()
396 result.0.lock().partitions = part_s; in new()