Lines Matching defs:nrz
1381 unsigned int nrz, bool reset_all)
1390 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone);
1395 while (n < nrz) {
1398 rep->nr_zones = nrz - n;
1451 unsigned int nrz)
1453 if (get_zones_wp(bs, fd, offset, nrz, 0) < 0) {
2199 unsigned int nrz;
2203 nrz = *nr_zones;
2204 rep_size = sizeof(struct blk_zone_report) + nrz * sizeof(struct blk_zone);
2209 while (n < nrz) {
2212 rep->nr_zones = nrz - n;
3553 uint32_t nrz = len / bs->bl.zone_size;
3597 update_zones_wp(bs, s->fd, offset, nrz);
3609 for (unsigned int j = 0; j < nrz; ++j) {
3613 for (unsigned int j = 0; j < nrz; ++j) {