Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dblk_types.h123 #define BLK_STS_ZONE_ACTIVE_RESOURCE ((__force blk_status_t)16) macro
/Linux-v5.10/drivers/block/
Dnull_blk_zoned.c272 return BLK_STS_ZONE_ACTIVE_RESOURCE; in null_check_active()
/Linux-v5.10/Documentation/block/
Dqueue-sysfs.rst128 with BLK_STS_ZONE_ACTIVE_RESOURCE, which user space may see as the EOVERFLOW
/Linux-v5.10/block/
Dblk-core.c191 [BLK_STS_ZONE_ACTIVE_RESOURCE] = { -EOVERFLOW, "active zones exceeded" },
/Linux-v5.10/drivers/nvme/host/
Dcore.c252 return BLK_STS_ZONE_ACTIVE_RESOURCE; in nvme_error_status()