Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h121 #define BLK_STS_ZONE_OPEN_RESOURCE ((__force blk_status_t)15) macro
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_zoned.c298 return BLK_STS_ZONE_OPEN_RESOURCE; in null_check_open()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst139 with BLK_STS_ZONE_OPEN_RESOURCE, which user space may see as the ETOOMANYREFS
/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c196 [BLK_STS_ZONE_OPEN_RESOURCE] = { -ETOOMANYREFS, "open zones exceeded" },
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c788 blk_stat = BLK_STS_ZONE_OPEN_RESOURCE; in scsi_io_completion_action()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c253 return BLK_STS_ZONE_OPEN_RESOURCE; in nvme_error_status()