| tag | line | file | source code |
| hd_struct | 91 | drivers/block/hd.c | static struct hd_struct hd[MAX_HD<<6]={{0,0},}; |
| hd_struct | 332 | drivers/block/ide.c | static struct hd_struct ide_hd [2][MAX_DRIVES<<PARTN_BITS] = {{{0,0},},}; |
| hd_struct | 83 | drivers/block/xd.c | static struct hd_struct xd[XD_MAXDRIVES << 6]; |
| hd_struct | 67 | drivers/scsi/sd.c | struct hd_struct * sd; |
| hd_struct | 1166 | drivers/scsi/sd.c | sd = (struct hd_struct *) scsi_init_malloc((sd_template.dev_max << 4) * |
| hd_struct | 1167 | drivers/scsi/sd.c | sizeof(struct hd_struct), |
| hd_struct | 1378 | drivers/scsi/sd.c | (sd_template.dev_max << 4) * sizeof(struct hd_struct)); |
| hd_struct | 32 | drivers/scsi/sd.h | extern struct hd_struct * sd; |
| hd_struct | 50 | include/linux/genhd.h | struct hd_struct *part; /* partition table */ |