Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/disk/ahci/
Dahcidisk.rs320 let mut part_s: Vec<Arc<Partition>> = Vec::new(); in new() localVariable
338 part_s.push(Partition::new( in new()
348 result.0.lock().partitions = part_s; in new()