Lines Matching full:zones

46 		 * Offline and read-only zones do not have a valid  in sd_zbc_get_zone_wp_offset()
108 * obtained from the REPORT ZONES command. in sd_zbc_parse_report()
128 * sd_zbc_do_report_zones - Issue a REPORT ZONES scsi command.
136 * Using partial=true can significantly speed up execution of a report zones
138 * zones and will only report the count of zones fitting in the command reply
165 "REPORT ZONES start lba %llu failed\n", lba); in sd_zbc_do_report_zones()
166 sd_print_result(sdkp, "REPORT ZONES", result); in sd_zbc_do_report_zones()
175 "REPORT ZONES report invalid length %u\n", in sd_zbc_do_report_zones()
184 * sd_zbc_alloc_report_buffer() - Allocate a buffer for report zones reply.
186 * @nr_zones: Maximum number of zones to report
189 * Try to allocate a reply buffer for the number of requested zones.
205 * zones requested plus the 64B reply header, but should be aligned in sd_zbc_alloc_report_buffer()
242 * @disk: Disk to report zones for.
244 * @nr_zones: Maximum number of zones to report.
404 * schedule a REPORT ZONES command and return BLK_STS_IOERR.
466 * @all: All zones control
701 * by READ CAPACITY matches the max_lba value (plus one) of the report zones
765 "%u zones of %u logical blocks + 1 runt zone\n", in sd_zbc_print_zones()
770 "%u zones of %u logical blocks\n", in sd_zbc_print_zones()
794 /* Serialize against revalidate zones */ in sd_zbc_free_zone_info()
851 * Make sure revalidate zones are serialized to ensure exclusive in sd_zbc_revalidate_zones()
944 /* Check the device capacity reported by report zones */ in sd_zbc_read_zones()
961 * zones of host-managed devices must be aligned to the device physical in sd_zbc_read_zones()