Lines Matching full:zones
81 * obtained from the REPORT ZONES command. in sd_zbc_parse_report()
98 * sd_zbc_do_report_zones - Issue a REPORT ZONES scsi command.
106 * Using partial=true can significantly speed up execution of a report zones
108 * zones and will only report the count of zones fitting in the command reply
137 "REPORT ZONES start lba %llu failed\n", lba); in sd_zbc_do_report_zones()
138 sd_print_result(sdkp, "REPORT ZONES", result); in sd_zbc_do_report_zones()
147 "REPORT ZONES report invalid length %u\n", in sd_zbc_do_report_zones()
156 * sd_zbc_alloc_report_buffer() - Allocate a buffer for report zones reply.
158 * @nr_zones: Maximum number of zones to report
161 * Try to allocate a reply buffer for the number of requested zones.
178 * zones requested plus the 64B reply header, but should be aligned in sd_zbc_alloc_report_buffer()
217 * @disk: Disk to report zones for.
219 * @nr_zones: Maximum number of zones to report.
325 * @all: All zones control
468 * by READ CAPACITY matches the max_lba value (plus one) of the report zones
532 "%u zones of %u logical blocks + 1 runt zone\n", in sd_zbc_print_zones()
537 "%u zones of %u logical blocks\n", in sd_zbc_print_zones()
609 * zones of host-managed devices must be aligned to the device physical in sd_zbc_read_zones()
624 /* Check the device capacity reported by report zones */ in sd_zbc_read_zones()