Searched refs:this_sector (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dmsdos.c123 sector_t this_sector, this_size; local
129 this_sector = first_sector;
137 data = read_part_sector(state, this_sector, &sect);
170 next = this_sector + offs;
201 this_sector = first_sector + start_sect(p) * sector_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid1.c422 const sector_t this_sector = r1_bio->sector; local
437 (this_sector + sectors >= conf->next_resync)) {
489 if (conf->next_seq_sect == this_sector)
491 if (this_sector == conf->mirrors[new_disk].head_position)
494 current_distance = abs(this_sector - conf->mirrors[disk].head_position);
514 new_distance = abs(this_sector - conf->mirrors[disk].head_position);
536 conf->next_seq_sect = this_sector + sectors;
H A Draid10.c495 const sector_t this_sector = r10_bio->sector; local
510 && (this_sector + sectors >= conf->next_resync)) {
585 /* conf->next_seq_sect = this_sector + sectors;*/

Completed in 97 milliseconds