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

/linux-master/include/linux/
H A Dblk-mq.h1172 return op_needs_zoned_write_locking(req_op(rq)) &&
H A Dblkdev.h1307 static inline bool op_needs_zoned_write_locking(enum req_op op) function
1315 return bdev_is_zoned(bdev) && op_needs_zoned_write_locking(op);

Completed in 595 milliseconds