Lines Matching refs:report
126 zone_print_status zonectl_print_rz(struct disk_zone_report *report,
217 zonectl_print_rz(struct disk_zone_report *report, zone_output_flags out_flags,
221 struct disk_zone_rep_header *header = &report->header;
237 if ((report->entries_available - report->entries_filled) > 0)
248 report->entries_available,
288 for (i = 0; i < report->entries_filled; i++) {
289 entry = &report->entries[i];
370 report->starting_id = next_lba;
449 "ambiguous" : "invalid", "report zones",
524 zone_args.zone_params.report.entries_allocated = num_entries;
525 zone_args.zone_params.report.entries = entries;
526 zone_args.zone_params.report.starting_id = lba;
528 zone_args.zone_params.report.rep_options = rep_option;
561 zp_status = zonectl_print_rz(&zone_args.zone_params.report,
566 zone_args.zone_params.report.entries_filled = 0;