Searched refs:BLK_ZONE_COND_OFFLINE (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/uapi/linux/
H A Dblkzoned.h50 * @BLK_ZONE_COND_OFFLINE: The zone is offline (sectors cannot be read/written).
60 * - ZC7: Offline | BLK_ZONE_COND_OFFLINE
73 BLK_ZONE_COND_OFFLINE = 0xF, enumerator in enum:blk_zone_cond
/linux-master/drivers/block/null_blk/
H A Dzoned.c379 zone->cond == BLK_ZONE_COND_OFFLINE) {
607 zone->cond != BLK_ZONE_COND_OFFLINE) {
622 zone->cond == BLK_ZONE_COND_OFFLINE) {
675 if (zone->cond == BLK_ZONE_COND_OFFLINE)
692 cond != BLK_ZONE_COND_OFFLINE))
711 zone->cond != BLK_ZONE_COND_OFFLINE)
H A Dmain.c553 return zone_cond_store(dev, page, count, BLK_ZONE_COND_OFFLINE);
/linux-master/fs/zonefs/
H A Dsuper.c195 case BLK_ZONE_COND_OFFLINE:
986 zone->cond != BLK_ZONE_COND_OFFLINE)
988 else if (next->cond == BLK_ZONE_COND_OFFLINE)
989 zone->cond = BLK_ZONE_COND_OFFLINE;
/linux-master/drivers/md/
H A Ddm-zone.c166 case BLK_ZONE_COND_OFFLINE:
H A Ddm-zoned-metadata.c1399 if (blkz->cond == BLK_ZONE_COND_OFFLINE)
1566 if (blkz->cond == BLK_ZONE_COND_OFFLINE)
/linux-master/block/
H A Dblk-zoned.c171 case BLK_ZONE_COND_OFFLINE:
/linux-master/drivers/scsi/
H A Dsd_zbc.c45 case BLK_ZONE_COND_OFFLINE:
/linux-master/drivers/nvme/target/
H A Dzns.c223 [NVME_ZRASF_ZONE_STATE_OFFLINE] = BLK_ZONE_COND_OFFLINE,
/linux-master/drivers/block/
H A Dvirtio_blk.c646 zone.cond = BLK_ZONE_COND_OFFLINE;
/linux-master/fs/btrfs/
H A Dzoned.c1350 case BLK_ZONE_COND_OFFLINE:
/linux-master/fs/f2fs/
H A Dsegment.c4962 static const char *f2fs_zone_status[BLK_ZONE_COND_OFFLINE + 1] = {
4970 [BLK_ZONE_COND_OFFLINE] = "OFFLINE",

Completed in 338 milliseconds