Searched refs:heads (Results 1 – 10 of 10) sorted by relevance
45 __u8 heads; member
330 unsigned int heads = 255; in lba_to_chs() local332 c = (lba + 1) / sectpertrack / heads; in lba_to_chs()333 h = (lba + 1) / sectpertrack - c * heads; in lba_to_chs()334 s = (lba + 1) - (c * heads + h) * sectpertrack; in lba_to_chs()
47 u32 heads; member
347 rdb->heads); in part_print_amiga()
134 255 heads and 63 sectors, as suggested from several documentation and169 Number of heads (1-256, default 4): 255175 We have set 255 heads, 63 sector. We have to set the cylinder.178 cylinder = <total size> / <heads> / <sectors> / <blocksize>209 255 heads, 63 sectors/track, 239 cylinders
106 unsigned short heads; /* "physical" heads */ member
105 __u16 heads; /* Number of heads */ member
9 weeks as the project heads to the next release. So 2020.10-rc1 was the first
519 bs->heads = FAT2CPU16(bs->heads); in read_bootsectandvi()
1400 heads of (initially empty) doubly-linked lists of chunks, laid out1402 malloc_chunk. (This way, the fd/bk offsets for linking bin heads
Completed in 17 milliseconds