Home
last modified time | relevance | path

Searched refs:BIO_ZONE_WRITE_LOCKED (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/md/
Ddm-zone.c466 if (WARN_ON_ONCE(bio_flagged(clone, BIO_ZONE_WRITE_LOCKED))) in dm_zone_lock()
470 bio_set_flag(clone, BIO_ZONE_WRITE_LOCKED); in dm_zone_lock()
476 if (!bio_flagged(clone, BIO_ZONE_WRITE_LOCKED)) in dm_zone_unlock()
484 bio_clear_flag(clone, BIO_ZONE_WRITE_LOCKED); in dm_zone_unlock()
618 if (!bio_flagged(clone, BIO_ZONE_WRITE_LOCKED)) in dm_zone_endio()
/Linux-v6.6/include/linux/
Dblk_types.h347 BIO_ZONE_WRITE_LOCKED, /* Owns a zoned device zone write lock */ enumerator