Searched refs:this_sector (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/block/partitions/ |
| D | msdos.c | 128 sector_t this_sector, this_size; in parse_extended() local 134 this_sector = first_sector; in parse_extended() 142 data = read_part_sector(state, this_sector, §); in parse_extended() 173 next = this_sector + offs; in parse_extended() 205 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
|
| /Linux-v5.4/drivers/md/ |
| D | raid1.c | 579 const sector_t this_sector = r1_bio->sector; in read_balance() local 609 if ((conf->mddev->recovery_cp < this_sector + sectors) || in read_balance() 611 md_cluster_ops->area_resyncing(conf->mddev, READ, this_sector, in read_balance() 612 this_sector + sectors))) in read_balance() 630 rdev->recovery_offset < this_sector + sectors) in read_balance() 636 if (is_badblock(rdev, this_sector, sectors, in read_balance() 638 if (first_bad <= this_sector) in read_balance() 641 best_good_sectors = first_bad - this_sector; in read_balance() 652 if (is_badblock(rdev, this_sector, sectors, in read_balance() 657 if (first_bad <= this_sector) { in read_balance() [all …]
|
| D | raid10.c | 707 const sector_t this_sector = r10_bio->sector; in read_balance() local 736 && (this_sector + sectors >= conf->next_resync)) || in read_balance() 738 md_cluster_ops->area_resyncing(conf->mddev, READ, this_sector, in read_balance() 739 this_sector + sectors))) in read_balance()
|