Searched refs:first_sector (Results 1 – 2 of 2) sorted by relevance
/block/partitions/ |
D | acorn.c | 32 unsigned long first_sector, int slot) in adfs_partition() argument 53 put_partition(state, slot, first_sector, nr_sects); in adfs_partition() 167 unsigned long first_sector = 0; in adfspart_check_CUMANA() local 199 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA() 213 first_sector += nr_sects; in adfspart_check_CUMANA() 224 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA() 230 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA()
|
D | msdos.c | 122 sector_t first_sector, sector_t first_size, in parse_extended() argument 134 this_sector = first_sector; in parse_extended() 177 if (next < first_sector) in parse_extended() 179 if (next + size > first_sector + first_size) in parse_extended() 205 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
|