Searched refs:NVME_SC_LBA_RANGE (Results 1 – 5 of 5) sorted by relevance
103 [NVME_SC_LBA_RANGE] = "LBA Out of Range",
161 return NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in nvmet_bdev_validate_zone_mgmt_recv()496 status = NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in nvmet_bdev_zmgmt_send_work()562 status = NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in nvmet_bdev_execute_zone_append()
148 status = NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in blk_to_nvme_status()
62 return NVME_SC_LBA_RANGE | NVME_STATUS_DNR; in errno_to_nvme_status()
2120 NVME_SC_LBA_RANGE = 0x80, enumerator