| tag | line | file | source code |
|---|---|---|---|
| cur_heads | 317 | drivers/block/hd.c | if ((id->field_valid&1) && id->cur_cyls && id->cur_heads && (id->cur_heads <= 16) && id->cur_sectors) { |
| cur_heads | 326 | drivers/block/hd.c | hd_info[dev].head = id->cur_heads; |
| cur_heads | 107 | include/linux/hdreg.h | unsigned short cur_heads; /* logical heads */ |