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

/linux-master/include/uapi/linux/
H A Dblkzoned.h49 * @BLK_ZONE_COND_READONLY: The zone is read-only.
59 * - ZC6: Read Only | BLK_ZONE_COND_READONLY
71 BLK_ZONE_COND_READONLY = 0xD, enumerator in enum:blk_zone_cond
/linux-master/drivers/block/null_blk/
H A Dzoned.c378 zone->cond == BLK_ZONE_COND_READONLY ||
606 zone->cond != BLK_ZONE_COND_READONLY &&
621 if (zone->cond == BLK_ZONE_COND_READONLY ||
691 if (WARN_ON_ONCE(cond != BLK_ZONE_COND_READONLY &&
710 if (zone->cond != BLK_ZONE_COND_READONLY &&
H A Dmain.c544 return zone_cond_store(dev, page, count, BLK_ZONE_COND_READONLY);
/linux-master/fs/zonefs/
H A Dsuper.c200 case BLK_ZONE_COND_READONLY:
985 if (next->cond == BLK_ZONE_COND_READONLY &&
987 zone->cond = BLK_ZONE_COND_READONLY;
/linux-master/drivers/md/
H A Ddm-zone.c167 case BLK_ZONE_COND_READONLY:
H A Ddm-zoned-metadata.c1401 else if (blkz->cond == BLK_ZONE_COND_READONLY)
1568 else if (blkz->cond == BLK_ZONE_COND_READONLY)
/linux-master/block/
H A Dblk-zoned.c170 case BLK_ZONE_COND_READONLY:
/linux-master/drivers/scsi/
H A Dsd_zbc.c46 case BLK_ZONE_COND_READONLY:
/linux-master/drivers/nvme/target/
H A Dzns.c221 [NVME_ZRASF_ZONE_STATE_READONLY] = BLK_ZONE_COND_READONLY,
/linux-master/drivers/block/
H A Dvirtio_blk.c642 zone.cond = BLK_ZONE_COND_READONLY;
/linux-master/fs/btrfs/
H A Dzoned.c1351 case BLK_ZONE_COND_READONLY:
/linux-master/fs/f2fs/
H A Dsegment.c4968 [BLK_ZONE_COND_READONLY] = "READONLY",

Completed in 209 milliseconds