Home
last modified time | relevance | path

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

/Linux-v5.15/fs/zonefs/
Dsuper.c242 case BLK_ZONE_COND_OFFLINE: in zonefs_check_zone_condition()
268 zone->cond = BLK_ZONE_COND_OFFLINE; in zonefs_check_zone_condition()
308 if (zone->cond != BLK_ZONE_COND_OFFLINE && in zonefs_io_error_cb()
342 if (zone->cond == BLK_ZONE_COND_OFFLINE || in zonefs_io_error_cb()
346 if (zone->cond != BLK_ZONE_COND_OFFLINE) { in zonefs_io_error_cb()
347 zone->cond = BLK_ZONE_COND_OFFLINE; in zonefs_io_error_cb()
369 (zone->cond == BLK_ZONE_COND_OFFLINE || in zonefs_io_error_cb()
1428 zone->cond != BLK_ZONE_COND_OFFLINE) in zonefs_create_zgroup()
1430 else if (next->cond == BLK_ZONE_COND_OFFLINE) in zonefs_create_zgroup()
1431 zone->cond = BLK_ZONE_COND_OFFLINE; in zonefs_create_zgroup()
/Linux-v5.15/include/uapi/linux/
Dblkzoned.h73 BLK_ZONE_COND_OFFLINE = 0xF, enumerator
/Linux-v5.15/drivers/md/
Ddm-zone.c168 case BLK_ZONE_COND_OFFLINE: in dm_get_zone_wp_offset()
Ddm-zoned-metadata.c1417 if (blkz->cond == BLK_ZONE_COND_OFFLINE) in dmz_init_zone()
1584 if (blkz->cond == BLK_ZONE_COND_OFFLINE) in dmz_update_zone_cb()
/Linux-v5.15/block/
Dblk-zoned.c182 case BLK_ZONE_COND_OFFLINE: in blk_zone_need_reset_cb()
/Linux-v5.15/drivers/nvme/target/
Dzns.c205 [NVME_ZRASF_ZONE_STATE_OFFLINE] = BLK_ZONE_COND_OFFLINE, in nvmet_bdev_report_zone_cb()
/Linux-v5.15/drivers/scsi/
Dsd_zbc.c36 case BLK_ZONE_COND_OFFLINE: in sd_zbc_get_zone_wp_offset()
/Linux-v5.15/fs/btrfs/
Dzoned.c1135 case BLK_ZONE_COND_OFFLINE: in btrfs_load_block_group_zone_info()
/Linux-v5.15/Documentation/filesystems/
Dzonefs.rst190 * A zone may transition to the offline condition (BLK_ZONE_COND_OFFLINE):