Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dblkdev.h903 static inline unsigned int blk_queue_get_max_sectors(struct request_queue *q, in blk_queue_get_max_sectors() function
937 return blk_queue_get_max_sectors(q, rq->cmd_flags); in blk_rq_get_max_sectors()
940 blk_queue_get_max_sectors(q, rq->cmd_flags)); in blk_rq_get_max_sectors()
/linux-4.1.27/block/
Dblk-core.c2029 if (blk_rq_sectors(rq) > blk_queue_get_max_sectors(q, rq->cmd_flags)) { in blk_rq_check_limits()