Home
last modified time | relevance | path

Searched refs:BLK_STS_ZONE_ACTIVE_RESOURCE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dblk_types.h167 #define BLK_STS_ZONE_ACTIVE_RESOURCE ((__force blk_status_t)16) macro
/openbmc/linux/drivers/block/null_blk/
H A Dzoned.c320 return BLK_STS_ZONE_ACTIVE_RESOURCE; in null_check_active()
/openbmc/linux/block/
H A Dblk-core.c172 [BLK_STS_ZONE_ACTIVE_RESOURCE] = { -EOVERFLOW, "active zones exceeded" },
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c124 return BLK_STS_ZONE_ACTIVE_RESOURCE; in virtblk_result()
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-block393 report this error with BLK_STS_ZONE_ACTIVE_RESOURCE, which user
/openbmc/linux/drivers/nvme/host/
H A Dcore.c286 return BLK_STS_ZONE_ACTIVE_RESOURCE; in nvme_error_status()