Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-zoned.c80 WARN_ON_ONCE(rq->rq_flags & RQF_ZONE_WRITE_LOCKED); in blk_req_zone_write_trylock()
81 rq->rq_flags |= RQF_ZONE_WRITE_LOCKED; in blk_req_zone_write_trylock()
93 WARN_ON_ONCE(rq->rq_flags & RQF_ZONE_WRITE_LOCKED); in __blk_req_zone_write_lock()
94 rq->rq_flags |= RQF_ZONE_WRITE_LOCKED; in __blk_req_zone_write_lock()
100 rq->rq_flags &= ~RQF_ZONE_WRITE_LOCKED; in __blk_req_zone_write_unlock()
/linux-6.3-rc2/include/linux/
A Dblk-mq.h59 #define RQF_ZONE_WRITE_LOCKED ((__force req_flags_t)(1 << 19)) macro
1176 if (rq->rq_flags & RQF_ZONE_WRITE_LOCKED) in blk_req_zone_write_unlock()

Completed in 8 milliseconds