Home
last modified time | relevance | path

Searched defs:Partition (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/driver/base/block/
H A Ddisk_info.rs11 pub struct Partition { struct
20 impl Partition { impl
55 impl TryInto<GeneralBlockRange> for Partition { implementation
H A Dblock_device.rs349 fn partitions(&self) -> Vec<Arc<Partition>>; in partitions()
/DragonOS/kernel/src/filesystem/
H A Dmbr.rs135 pub fn partitions(&self, disk: Weak<dyn BlockDevice>) -> Vec<Arc<Partition>> { in partitions()
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs558 fn partitions(&self) -> Vec<Arc<Partition>> { in partitions()
/DragonOS/kernel/src/driver/block/
H A Dvirtio_blk.rs282 fn partitions(&self) -> Vec<Arc<Partition>> { in partitions()