Home
last modified time | relevance | path

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

/linux/fs/zonefs/
A 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/include/uapi/linux/
A Dblkzoned.h73 BLK_ZONE_COND_OFFLINE = 0xF, enumerator
/linux/drivers/md/
A Ddm-zone.c168 case BLK_ZONE_COND_OFFLINE: in dm_get_zone_wp_offset()
A 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/block/
A Dblk-zoned.c182 case BLK_ZONE_COND_OFFLINE: in blk_zone_need_reset_cb()
/linux/drivers/scsi/
A Dsd_zbc.c36 case BLK_ZONE_COND_OFFLINE: in sd_zbc_get_zone_wp_offset()
/linux/drivers/nvme/target/
A Dzns.c205 [NVME_ZRASF_ZONE_STATE_OFFLINE] = BLK_ZONE_COND_OFFLINE, in nvmet_bdev_report_zone_cb()
/linux/fs/btrfs/
A Dzoned.c1287 case BLK_ZONE_COND_OFFLINE: in btrfs_load_block_group_zone_info()
/linux/Documentation/filesystems/
A Dzonefs.rst190 * A zone may transition to the offline condition (BLK_ZONE_COND_OFFLINE):

Completed in 22 milliseconds