tag | line | file | source code |
hd_struct | 84 | drivers/block/hd.c | static struct hd_struct hd[MAX_HD<<6]={{0,0},}; |
hd_struct | 71 | drivers/block/xd.c | static struct hd_struct xd[XD_MAXDRIVES << 6]; |
hd_struct | 42 | drivers/scsi/sd.c | struct hd_struct * sd; |
hd_struct | 879 | drivers/scsi/sd.c | sd = (struct hd_struct *) memory_start; |
hd_struct | 880 | drivers/scsi/sd.c | memory_start += (MAX_SD << 4) * sizeof(struct hd_struct); |
hd_struct | 32 | drivers/scsi/sd.h | extern struct hd_struct * sd; |
hd_struct | 41 | include/linux/genhd.h | struct hd_struct *part; /* partition table */ |