Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/common/
Dblk_types.h12 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
Dblock.h10 int blk_register_gendisk(struct blk_gendisk * gendisk);
/DragonOS-0.1.2/kernel/src/filesystem/
Dblock.c9 int blk_register_gendisk(struct blk_gendisk * gendisk) in blk_register_gendisk()
DMBR.c14 int MBR_read_partition_table(struct blk_gendisk *gd, void *buf) in MBR_read_partition_table()
DMBR.h59 int MBR_read_partition_table(struct blk_gendisk* gd, void *buf);
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.c16 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…
652 static long ahci_transfer(struct blk_gendisk *gd, long cmd, uint64_t base_addr, uint64_t count, uin… in ahci_transfer()
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c17 extern struct blk_gendisk ahci_gendisk0;