taglinefilesource code
heads216fs/msdos/inode.c!b->heads;
heads142include/linux/cdrom.hu_char  heads;      /* #heads        */
heads59include/linux/hdreg.hunsigned char heads;
heads78include/linux/msdos_fs.hunsigned short heads;      /* number of heads */
heads83include/linux/xd.hu_char heads;
heads93include/linux/xd.hu_char heads;
heads137include/linux/xd.hstatic void xd_setparam (u_char command,u_char drive,u_char heads,u_short cylinders,u_short rwrite,u_short wprecomp,u_char ecc);
heads523kernel/blk_drv/hd.c(char *) &loc->heads);
heads1294kernel/blk_drv/scsi/fdomain.cunsigned char  heads;
heads1324kernel/blk_drv/scsi/fdomain.cinfo[0] = i->heads;
heads39kernel/blk_drv/scsi/sd_ioctl.c(char *) &loc->heads);
heads94kernel/blk_drv/scsi/ultrastor.cunsigned char heads;
heads147kernel/blk_drv/scsi/ultrastor.cunsigned char heads;
heads258kernel/blk_drv/scsi/ultrastor.cconfig.heads = mapping_table_14f[config_2.mapping_mode].heads;
heads494kernel/blk_drv/scsi/ultrastor.cunsigned int s = config.heads * config.sectors;
heads496kernel/blk_drv/scsi/ultrastor.cinfo[0] = config.heads;
heads101kernel/blk_drv/xd.cprintk("xd_init: drive %d geometry - heads = %d, cylinders = %d, sectors = %d\n",i,xd_info[i].heads,xd_info[i].cylinders,xd_info[i].sectors);
heads142kernel/blk_drv/xd.cxd[i << 6].nr_sects = xd_info[i].heads * xd_info[i].cylinders * xd_info[i].sectors;
heads199kernel/blk_drv/xd.cput_fs_byte(xd_info[dev].heads,(char *) &geometry->heads);
heads247kernel/blk_drv/xd.cxd_gendisk.part[start].nr_sects = xd_info[target].heads * xd_info[target].cylinders * xd_info[target].sectors;
heads272kernel/blk_drv/xd.chead = track % xd_info[drive].heads;
heads273kernel/blk_drv/xd.ccylinder = track / xd_info[drive].heads;
heads476kernel/blk_drv/xd.cxd_info[drive].heads = buf[0x0A];      /* heads */
heads486kernel/blk_drv/xd.cxd_setparam(CMD_DTCSETPARAM,drive,xd_info[drive].heads,xd_info[drive].cylinders,((u_short *) (buf + 1))[0x05],((u_short *) (buf + 1))[0x06],buf[0x0F]);
heads516kernel/blk_drv/xd.cxd_info[drive].heads = buf[0x1AF];        /* heads */
heads526kernel/blk_drv/xd.cxd_setparam(CMD_WDSETPARAM,drive,xd_info[drive].heads,xd_info[drive].cylinders,((u_short *) (buf))[0xD8],((u_short *) (buf))[0xDA],buf[0x1B4]);
heads553kernel/blk_drv/xd.cxd_info[drive].heads = buf[0x04];        /* heads */
heads592kernel/blk_drv/xd.cxd_info[drive].heads = (u_char) min[0] + 1;
heads600kernel/blk_drv/xd.cstatic void xd_setparam (u_char command,u_char drive,u_char heads,u_short cylinders,u_short rwrite,u_short wprecomp,u_char ecc)
heads607kernel/blk_drv/xd.ccmdblk[8] = heads & 0x1F;