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

/linux-master/drivers/md/
H A Ddm-zone.c466 if (WARN_ON_ONCE(bio_flagged(clone, BIO_ZONE_WRITE_LOCKED)))
470 bio_set_flag(clone, BIO_ZONE_WRITE_LOCKED);
476 if (!bio_flagged(clone, BIO_ZONE_WRITE_LOCKED))
484 bio_clear_flag(clone, BIO_ZONE_WRITE_LOCKED);
618 if (!bio_flagged(clone, BIO_ZONE_WRITE_LOCKED))
/linux-master/include/linux/
H A Dblk_types.h307 BIO_ZONE_WRITE_LOCKED, /* Owns a zoned device zone write lock */ enumerator in enum:__anon1887

Completed in 164 milliseconds