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.c143 zones_cond[zno] = BLK_ZONE_COND_ACTIVE; in blk_zone_set_cond()
542 zwplug->cond = BLK_ZONE_COND_ACTIVE; in disk_insert_zone_wplug()
770 zwplug->cond = BLK_ZONE_COND_ACTIVE; in disk_zone_wplug_update_cond()
807 case BLK_ZONE_COND_ACTIVE: in blk_zone_wp_offset()
871 zone->cond = BLK_ZONE_COND_ACTIVE; in disk_report_zone()
/linux/fs/btrfs/
H A Dzoned.c499 case BLK_ZONE_COND_ACTIVE: in btrfs_get_dev_zone_info()