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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmsdos.c120 /* u32 this_sector, this_size; */
121 sector_t this_sector, this_size; local
128 this_sector = first_sector;
136 data = read_dev_sector(bdev, this_sector, &sect);
177 next = this_sector + offs;
208 this_sector = first_sector + START_SECT(p) * sector_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid1.c424 const unsigned long this_sector = r1_bio->sector; local
439 (this_sector + sectors >= conf->next_resync)) {
491 if (conf->next_seq_sect == this_sector)
493 if (this_sector == conf->mirrors[new_disk].head_position)
496 current_distance = abs(this_sector - conf->mirrors[disk].head_position);
516 new_distance = abs(this_sector - conf->mirrors[disk].head_position);
538 conf->next_seq_sect = this_sector + sectors;
H A Draid10.c490 const unsigned long this_sector = r10_bio->sector; local
505 && (this_sector + sectors >= conf->next_resync)) {
574 /* conf->next_seq_sect = this_sector + sectors;*/

Completed in 153 milliseconds