Home
last modified time | relevance | path

Searched refs:blk_req_needs_zone_write_lock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dblk-mq.h1171 bool blk_req_needs_zone_write_lock(struct request *rq);
1178 if (blk_req_needs_zone_write_lock(rq)) in blk_req_zone_write_lock()
1196 if (!blk_req_needs_zone_write_lock(rq)) in blk_req_can_dispatch_to_zone()
1206 static inline bool blk_req_needs_zone_write_lock(struct request *rq) in blk_req_needs_zone_write_lock() function
/kernel/linux/linux-5.10/block/
H A Dblk-zoned.c66 bool blk_req_needs_zone_write_lock(struct request *rq) in blk_req_needs_zone_write_lock() function
83 EXPORT_SYMBOL_GPL(blk_req_needs_zone_write_lock); variable
/kernel/linux/linux-6.6/block/
H A Dblk-zoned.c58 bool blk_req_needs_zone_write_lock(struct request *rq) in blk_req_needs_zone_write_lock() function
65 EXPORT_SYMBOL_GPL(blk_req_needs_zone_write_lock); variable
/kernel/linux/linux-5.10/include/linux/
H A Dblkdev.h1912 bool blk_req_needs_zone_write_lock(struct request *rq);
1919 if (blk_req_needs_zone_write_lock(rq)) in blk_req_zone_write_lock()
1937 if (!blk_req_needs_zone_write_lock(rq)) in blk_req_can_dispatch_to_zone()
1942 static inline bool blk_req_needs_zone_write_lock(struct request *rq) in blk_req_needs_zone_write_lock() function

Completed in 7 milliseconds