Lines Matching refs:nb_sectors
971 reqs[i].nb_sectors = reqs[i].qiov->size >> 9; in multiwrite_f()
1490 int nb_sectors, remaining; in alloc_f() local
1503 nb_sectors = cvtnum(argv[2]); in alloc_f()
1505 nb_sectors = 1; in alloc_f()
1507 remaining = nb_sectors; in alloc_f()
1510 ret = bdrv_is_allocated(bs, offset >> 9, nb_sectors, &num); in alloc_f()
1519 if (nb_sectors == 1) in alloc_f()
1523 sum_alloc, nb_sectors, s1); in alloc_f()
1541 int64_t nb_sectors; in map_f() local
1548 nb_sectors = bs->total_sectors; in map_f()
1551 num_checked = MIN(nb_sectors, INT_MAX); in map_f()
1559 nb_sectors -= num; in map_f()