Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dblk-mq.h1158 bool blk_req_needs_zone_write_lock(struct request *rq);
1165 if (blk_req_needs_zone_write_lock(rq)) in blk_req_zone_write_lock()
1183 if (!blk_req_needs_zone_write_lock(rq)) in blk_req_can_dispatch_to_zone()
1188 static inline bool blk_req_needs_zone_write_lock(struct request *rq) in blk_req_needs_zone_write_lock() function
/linux-6.1.9/block/
Dblk-zoned.c58 bool blk_req_needs_zone_write_lock(struct request *rq) in blk_req_needs_zone_write_lock() function
71 EXPORT_SYMBOL_GPL(blk_req_needs_zone_write_lock);