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

/linux-master/include/linux/
H A Dblk-mq.h1176 bool blk_req_needs_zone_write_lock(struct request *rq);
1183 if (blk_req_needs_zone_write_lock(rq))
1201 if (!blk_req_needs_zone_write_lock(rq))
1211 static inline bool blk_req_needs_zone_write_lock(struct request *rq) function
/linux-master/block/
H A Dblk-zoned.c57 bool blk_req_needs_zone_write_lock(struct request *rq) function
64 EXPORT_SYMBOL_GPL(blk_req_needs_zone_write_lock); variable

Completed in 122 milliseconds