Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h130 #define BLK_STS_ZONE_ACTIVE_RESOURCE ((__force blk_status_t)16) macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_zoned.c280 return BLK_STS_ZONE_ACTIVE_RESOURCE; in null_check_active()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst128 with BLK_STS_ZONE_ACTIVE_RESOURCE, which user space may see as the EOVERFLOW
/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c197 [BLK_STS_ZONE_ACTIVE_RESOURCE] = { -EOVERFLOW, "active zones exceeded" },
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c251 return BLK_STS_ZONE_ACTIVE_RESOURCE; in nvme_error_status()