Searched refs:BLK_STS_ZONE_ACTIVE_RESOURCE (Results 1 - 5 of 5) sorted by path

/linux-master/block/
H A Dblk-core.c172 [BLK_STS_ZONE_ACTIVE_RESOURCE] = { -EOVERFLOW, "active zones exceeded" },
/linux-master/drivers/block/null_blk/
H A Dzoned.c282 return BLK_STS_ZONE_ACTIVE_RESOURCE;
/linux-master/drivers/block/
H A Dvirtio_blk.c124 return BLK_STS_ZONE_ACTIVE_RESOURCE;
/linux-master/drivers/nvme/host/
H A Dcore.c296 return BLK_STS_ZONE_ACTIVE_RESOURCE;
/linux-master/include/linux/
H A Dblk_types.h143 * BLK_STS_ZONE_ACTIVE_RESOURCE is returned from the driver in the completion
149 #define BLK_STS_ZONE_ACTIVE_RESOURCE ((__force blk_status_t)15) macro

Completed in 264 milliseconds