Home
last modified time | relevance | path

Searched refs:BLK_ZONE_COND_READONLY (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Dblkzoned.h71 BLK_ZONE_COND_READONLY = 0xD, enumerator
/Linux-v5.15/fs/zonefs/
Dsuper.c254 case BLK_ZONE_COND_READONLY: in zonefs_check_zone_condition()
309 zone->cond != BLK_ZONE_COND_READONLY && in zonefs_io_error_cb()
351 } else if (zone->cond == BLK_ZONE_COND_READONLY || in zonefs_io_error_cb()
355 if (zone->cond != BLK_ZONE_COND_READONLY) { in zonefs_io_error_cb()
356 zone->cond = BLK_ZONE_COND_READONLY; in zonefs_io_error_cb()
370 zone->cond == BLK_ZONE_COND_READONLY)) in zonefs_io_error_cb()
1427 if (next->cond == BLK_ZONE_COND_READONLY && in zonefs_create_zgroup()
1429 zone->cond = BLK_ZONE_COND_READONLY; in zonefs_create_zgroup()
/Linux-v5.15/drivers/md/
Ddm-zone.c169 case BLK_ZONE_COND_READONLY: in dm_get_zone_wp_offset()
Ddm-zoned-metadata.c1419 else if (blkz->cond == BLK_ZONE_COND_READONLY) in dmz_init_zone()
1586 else if (blkz->cond == BLK_ZONE_COND_READONLY) in dmz_update_zone_cb()
/Linux-v5.15/block/
Dblk-zoned.c181 case BLK_ZONE_COND_READONLY: in blk_zone_need_reset_cb()
/Linux-v5.15/drivers/nvme/target/
Dzns.c203 [NVME_ZRASF_ZONE_STATE_READONLY] = BLK_ZONE_COND_READONLY, in nvmet_bdev_report_zone_cb()
/Linux-v5.15/drivers/scsi/
Dsd_zbc.c37 case BLK_ZONE_COND_READONLY: in sd_zbc_get_zone_wp_offset()
/Linux-v5.15/fs/btrfs/
Dzoned.c1136 case BLK_ZONE_COND_READONLY: in btrfs_load_block_group_zone_info()
/Linux-v5.15/Documentation/filesystems/
Dzonefs.rst181 * A zone may transition to the read-only condition (BLK_ZONE_COND_READONLY):