Searched refs:this_sector (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/block/partitions/ |
| D | msdos.c | 137 sector_t this_sector, this_size; in parse_extended() local 144 this_sector = first_sector; in parse_extended() 152 data = read_part_sector(state, this_sector, §); in parse_extended() 183 next = this_sector + offs; in parse_extended() 215 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
|
| /Linux-v6.6/drivers/md/ |
| D | raid1.c | 600 const sector_t this_sector = r1_bio->sector; in read_balance() local 630 if ((conf->mddev->recovery_cp < this_sector + sectors) || in read_balance() 632 md_cluster_ops->area_resyncing(conf->mddev, READ, this_sector, in read_balance() 633 this_sector + sectors))) in read_balance() 651 rdev->recovery_offset < this_sector + sectors) in read_balance() 657 if (is_badblock(rdev, this_sector, sectors, in read_balance() 659 if (first_bad <= this_sector) in read_balance() 662 best_good_sectors = first_bad - this_sector; in read_balance() 673 if (is_badblock(rdev, this_sector, sectors, in read_balance() 678 if (first_bad <= this_sector) { in read_balance() [all …]
|
| D | raid10.c | 733 const sector_t this_sector = r10_bio->sector; in read_balance() local 762 && (this_sector + sectors >= conf->next_resync)) || in read_balance() 764 md_cluster_ops->area_resyncing(conf->mddev, READ, this_sector, in read_balance() 765 this_sector + sectors))) in read_balance()
|