Searched defs:partition (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.8/kernel/src/common/ | ||
D | blk_types.h | 83 struct block_device *partition; // 磁盘分区数组 member |
/DragonOS-0.1.8/kernel/src/filesystem/fat/ | ||
D | fs.rs | 63 pub partition: Arc<Partition>, field |