Searched refs:blk_gendisk (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.3/kernel/src/common/ |
D | blk_types.h | 12 struct blk_gendisk; 30 …long (*transfer)(struct blk_gendisk *gd, long cmd, uint64_t base_addr, uint64_t count, uint64_t bu… 71 struct blk_gendisk *bd_disk; // 当前分区所属的磁盘 83 struct blk_gendisk struct
|
D | block.h | 10 int blk_register_gendisk(struct blk_gendisk * gendisk);
|
/DragonOS-0.1.3/kernel/src/filesystem/ |
D | block.c | 9 int blk_register_gendisk(struct blk_gendisk * gendisk) in blk_register_gendisk()
|
D | MBR.c | 14 int MBR_read_partition_table(struct blk_gendisk *gd, void *buf) in MBR_read_partition_table()
|
D | MBR.h | 59 int MBR_read_partition_table(struct blk_gendisk* gd, void *buf);
|
/DragonOS-0.1.3/kernel/src/driver/disk/ahci/ |
D | ahci.c | 16 struct blk_gendisk ahci_gendisk0 = {0}; // 暂时硬性指定一个ahci_device 38 static long ahci_transfer(struct blk_gendisk *gd, long cmd, uint64_t base_addr, uint64_t count, uin… 651 static long ahci_transfer(struct blk_gendisk *gd, long cmd, uint64_t base_addr, uint64_t count, uin… in ahci_transfer()
|
/DragonOS-0.1.3/kernel/src/filesystem/fat32/ |
D | fat32.c | 17 extern struct blk_gendisk ahci_gendisk0;
|