tag | line | file | source code |
hd_struct | 89 | drivers/block/hd.c | static struct hd_struct hd[MAX_HD<<6]={{0,0},}; |
hd_struct | 519 | drivers/block/ide.c | gd->part = ide_alloc (minors * sizeof(struct hd_struct), 0); |
hd_struct | 279 | drivers/block/ide.h | struct hd_struct *part; /* drive partition table */ |
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 | 1198 | drivers/scsi/sd.c | sd = (struct hd_struct *) scsi_init_malloc((sd_template.dev_max << 4) * |
hd_struct | 1199 | drivers/scsi/sd.c | sizeof(struct hd_struct), |
hd_struct | 1416 | 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 | 52 | include/linux/genhd.h | struct hd_struct *part; /* partition table */ |