Lines Matching full:nb_sectors
571 int nb_sectors, int *pnum)
580 if (n > nb_sectors)
581 n = nb_sectors;
587 uint8_t *buf, int nb_sectors)
593 while (nb_sectors > 0) {
597 if (n > nb_sectors)
598 n = nb_sectors;
614 nb_sectors -= n;
622 const uint8_t *buf, int nb_sectors)
638 while (nb_sectors > 0) {
641 if (n > nb_sectors)
642 n = nb_sectors;
654 nb_sectors -= n;