Home
last modified time | relevance | path

Searched refs:BLK_ZONE_COND_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dblkzoned.h84 BLK_ZONE_COND_ACTIVE = 0xFF, /* added in Linux 6.19 */ enumerator
85 #define BLK_ZONE_COND_ACTIVE BLK_ZONE_COND_ACTIVE macro
/linux/block/
H A Dblk-zoned.c148 zones_cond[zno] = BLK_ZONE_COND_ACTIVE; in blk_zone_set_cond()
537 zwplug->cond = BLK_ZONE_COND_ACTIVE; in disk_insert_zone_wplug()
771 zwplug->cond = BLK_ZONE_COND_ACTIVE; in disk_zone_wplug_update_cond()
802 case BLK_ZONE_COND_ACTIVE: in blk_zone_wp_offset()
866 zone->cond = BLK_ZONE_COND_ACTIVE; in disk_report_zone()
931 * the BLK_ZONE_COND_ACTIVE condition for a zone that is in the implicit
/linux/fs/btrfs/
H A Dzoned.c514 case BLK_ZONE_COND_ACTIVE: in btrfs_get_dev_zone_info()