Searched refs:this_sector (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | msdos.c | 137 sector_t this_sector, this_size; in parse_extended() local 143 this_sector = first_sector; in parse_extended() 151 data = read_part_sector(state, this_sector, §); in parse_extended() 182 next = this_sector + offs; in parse_extended() 214 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid1.c | 596 const sector_t this_sector = r1_bio->sector; in read_balance() local 626 if ((conf->mddev->recovery_cp < this_sector + sectors) || in read_balance() 628 md_cluster_ops->area_resyncing(conf->mddev, READ, this_sector, in read_balance() 629 this_sector + sectors))) in read_balance() 647 rdev->recovery_offset < this_sector + sectors) in read_balance() 653 if (is_badblock(rdev, this_sector, sectors, in read_balance() 655 if (first_bad <= this_sector) in read_balance() 658 best_good_sectors = first_bad - this_sector; in read_balance() 669 if (is_badblock(rdev, this_sector, sectors, in read_balance() 674 if (first_bad <= this_sector) { in read_balance() [all …]
|
| H A 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()
|