函数源码 |
Source File:include\linux\blkdev.h |
Create Date:2022-07-27 06:47:15 |
首页 | Copyright©Brick |
1742 1743 1744 1745 1746 1747 | static inline bool blk_req_can_dispatch_to_zone( struct request *rq) { if (!blk_req_needs_zone_write_lock(rq)) return true ; return !blk_req_zone_is_write_locked(rq); } |