Lines Matching full:zones
40 * Offline and read-only zones do not have a valid in sd_zbc_get_zone_wp_offset()
80 * sd_zbc_do_report_zones - Issue a REPORT ZONES scsi command.
88 * Using partial=true can significantly speed up execution of a report zones
90 * zones and will only report the count of zones fitting in the command reply
117 "REPORT ZONES start lba %llu failed\n", lba); in sd_zbc_do_report_zones()
118 sd_print_result(sdkp, "REPORT ZONES", result); in sd_zbc_do_report_zones()
127 "REPORT ZONES report invalid length %u\n", in sd_zbc_do_report_zones()
136 * sd_zbc_alloc_report_buffer() - Allocate a buffer for report zones reply.
138 * @nr_zones: Maximum number of zones to report
141 * Try to allocate a reply buffer for the number of requested zones.
157 * zones requested plus the 64B reply header, but should be aligned in sd_zbc_alloc_report_buffer()
319 * schedule a REPORT ZONES command and return BLK_STS_IOERR.
381 * @all: All zones control
593 * by READ CAPACITY matches the max_lba value (plus one) of the report zones
646 "%u zones of %u logical blocks + 1 runt zone\n", in sd_zbc_print_zones()
651 "%u zones of %u logical blocks\n", in sd_zbc_print_zones()
672 /* Serialize against revalidate zones */ in sd_zbc_clear_zone_info()
732 * Make sure revalidate zones are serialized to ensure exclusive in sd_zbc_revalidate_zones()
814 /* Check the device capacity reported by report zones */ in sd_zbc_read_zones()
831 * zones of host-managed devices must be aligned to the device physical in sd_zbc_read_zones()