Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef _LINUX_BLKDEV_H |
| 3 | #define _LINUX_BLKDEV_H |
| 4 | |
Russell King | 85fd0bc | 2012-05-14 08:29:23 +0200 | [diff] [blame] | 5 | #include <linux/sched.h> |
Ingo Molnar | e601757 | 2017-02-01 16:36:40 +0100 | [diff] [blame] | 6 | #include <linux/sched/clock.h> |
Russell King | 85fd0bc | 2012-05-14 08:29:23 +0200 | [diff] [blame] | 7 | |
Jens Axboe | f5ff842 | 2007-09-21 09:19:54 +0200 | [diff] [blame] | 8 | #ifdef CONFIG_BLOCK |
| 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #include <linux/major.h> |
| 11 | #include <linux/genhd.h> |
| 12 | #include <linux/list.h> |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 13 | #include <linux/llist.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/timer.h> |
| 15 | #include <linux/workqueue.h> |
| 16 | #include <linux/pagemap.h> |
Tejun Heo | 66114ca | 2015-05-22 17:13:32 -0400 | [diff] [blame] | 17 | #include <linux/backing-dev-defs.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include <linux/wait.h> |
| 19 | #include <linux/mempool.h> |
Dan Williams | 34c0fd5 | 2016-01-15 16:56:14 -0800 | [diff] [blame] | 20 | #include <linux/pfn.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <linux/bio.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <linux/stringify.h> |
Hugh Dickins | 3e6053d | 2008-09-11 10:57:55 +0200 | [diff] [blame] | 23 | #include <linux/gfp.h> |
FUJITA Tomonori | d351af0 | 2007-07-09 12:40:35 +0200 | [diff] [blame] | 24 | #include <linux/bsg.h> |
Jens Axboe | c7c22e4 | 2008-09-13 20:26:01 +0200 | [diff] [blame] | 25 | #include <linux/smp.h> |
Tejun Heo | 548bc8e | 2013-01-09 08:05:13 -0800 | [diff] [blame] | 26 | #include <linux/rcupdate.h> |
Tejun Heo | add703f | 2014-07-01 10:34:38 -0600 | [diff] [blame] | 27 | #include <linux/percpu-refcount.h> |
Christoph Hellwig | 84be456 | 2015-05-01 12:46:15 +0200 | [diff] [blame] | 28 | #include <linux/scatterlist.h> |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 29 | #include <linux/blkzoned.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | |
Paul Gortmaker | de47725 | 2011-05-26 13:46:22 -0400 | [diff] [blame] | 31 | struct module; |
Christoph Hellwig | 21b2f0c | 2006-03-22 17:52:04 +0100 | [diff] [blame] | 32 | struct scsi_ioctl_command; |
| 33 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | struct request_queue; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | struct elevator_queue; |
Jens Axboe | 2056a78 | 2006-03-23 20:00:26 +0100 | [diff] [blame] | 36 | struct blk_trace; |
Jens Axboe | 3d6392c | 2007-07-09 12:38:05 +0200 | [diff] [blame] | 37 | struct request; |
| 38 | struct sg_io_hdr; |
Mike Christie | aa387cc | 2011-07-31 22:05:09 +0200 | [diff] [blame] | 39 | struct bsg_job; |
Tejun Heo | 3c79839 | 2012-04-16 13:57:25 -0700 | [diff] [blame] | 40 | struct blkcg_gq; |
Ming Lei | 7c94e1c | 2014-09-25 23:23:43 +0800 | [diff] [blame] | 41 | struct blk_flush_queue; |
Christoph Hellwig | bbd3e06 | 2015-10-15 14:10:48 +0200 | [diff] [blame] | 42 | struct pr_ops; |
Josef Bacik | a790504 | 2018-07-03 09:32:35 -0600 | [diff] [blame] | 43 | struct rq_qos; |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 44 | struct blk_queue_stats; |
| 45 | struct blk_stat_callback; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
| 47 | #define BLKDEV_MIN_RQ 4 |
| 48 | #define BLKDEV_MAX_RQ 128 /* Default maximum */ |
| 49 | |
Minwoo Im | 096392e | 2018-02-15 23:53:17 +0900 | [diff] [blame] | 50 | /* Must be consistent with blk_mq_poll_stats_bkt() */ |
Stephen Bates | 0206319 | 2017-04-20 16:59:11 -0600 | [diff] [blame] | 51 | #define BLK_MQ_POLL_STATS_BKTS 16 |
| 52 | |
Yufen Yu | 29ece8b | 2019-03-18 22:44:41 +0800 | [diff] [blame] | 53 | /* Doing classic polling */ |
| 54 | #define BLK_MQ_POLL_CLASSIC -1 |
| 55 | |
Tejun Heo | 8bd435b | 2012-04-13 13:11:28 -0700 | [diff] [blame] | 56 | /* |
| 57 | * Maximum number of blkcg policies allowed to be registered concurrently. |
| 58 | * Defined here to simplify include dependency. |
| 59 | */ |
Jens Axboe | 01c5f85 | 2018-09-11 10:59:53 -0600 | [diff] [blame] | 60 | #define BLKCG_MAX_POLS 5 |
Tejun Heo | 8bd435b | 2012-04-13 13:11:28 -0700 | [diff] [blame] | 61 | |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 62 | typedef void (rq_end_io_fn)(struct request *, blk_status_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | |
Jens Axboe | 4aff5e2 | 2006-08-10 08:44:47 +0200 | [diff] [blame] | 64 | /* |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 65 | * request flags */ |
| 66 | typedef __u32 __bitwise req_flags_t; |
| 67 | |
| 68 | /* elevator knows about this request */ |
| 69 | #define RQF_SORTED ((__force req_flags_t)(1 << 0)) |
| 70 | /* drive already may have started this one */ |
| 71 | #define RQF_STARTED ((__force req_flags_t)(1 << 1)) |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 72 | /* may not be passed by ioscheduler */ |
| 73 | #define RQF_SOFTBARRIER ((__force req_flags_t)(1 << 3)) |
| 74 | /* request for flush sequence */ |
| 75 | #define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4)) |
| 76 | /* merge of different types, fail separately */ |
| 77 | #define RQF_MIXED_MERGE ((__force req_flags_t)(1 << 5)) |
| 78 | /* track inflight for MQ */ |
| 79 | #define RQF_MQ_INFLIGHT ((__force req_flags_t)(1 << 6)) |
| 80 | /* don't call prep for this one */ |
| 81 | #define RQF_DONTPREP ((__force req_flags_t)(1 << 7)) |
| 82 | /* set for "ide_preempt" requests and also for requests for which the SCSI |
| 83 | "quiesce" state must be ignored. */ |
| 84 | #define RQF_PREEMPT ((__force req_flags_t)(1 << 8)) |
| 85 | /* contains copies of user pages */ |
| 86 | #define RQF_COPY_USER ((__force req_flags_t)(1 << 9)) |
| 87 | /* vaguely specified driver internal error. Ignored by the block layer */ |
| 88 | #define RQF_FAILED ((__force req_flags_t)(1 << 10)) |
| 89 | /* don't warn about errors */ |
| 90 | #define RQF_QUIET ((__force req_flags_t)(1 << 11)) |
| 91 | /* elevator private data attached */ |
| 92 | #define RQF_ELVPRIV ((__force req_flags_t)(1 << 12)) |
Konstantin Khlebnikov | 4822e90 | 2018-10-11 10:07:06 +0300 | [diff] [blame] | 93 | /* account into disk and partition IO statistics */ |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 94 | #define RQF_IO_STAT ((__force req_flags_t)(1 << 13)) |
| 95 | /* request came from our alloc pool */ |
| 96 | #define RQF_ALLOCED ((__force req_flags_t)(1 << 14)) |
| 97 | /* runtime pm request */ |
| 98 | #define RQF_PM ((__force req_flags_t)(1 << 15)) |
| 99 | /* on IO scheduler merge hash */ |
| 100 | #define RQF_HASHED ((__force req_flags_t)(1 << 16)) |
Konstantin Khlebnikov | 4822e90 | 2018-10-11 10:07:06 +0300 | [diff] [blame] | 101 | /* track IO completion time */ |
Jens Axboe | cf43e6b | 2016-11-07 21:32:37 -0700 | [diff] [blame] | 102 | #define RQF_STATS ((__force req_flags_t)(1 << 17)) |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 103 | /* Look at ->special_vec for the actual data payload instead of the |
| 104 | bio chain. */ |
| 105 | #define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18)) |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 106 | /* The per-zone write lock is held for this request */ |
| 107 | #define RQF_ZONE_WRITE_LOCKED ((__force req_flags_t)(1 << 19)) |
Jens Axboe | 76a86f9 | 2018-01-10 11:30:56 -0700 | [diff] [blame] | 108 | /* already slept for hybrid poll */ |
Keith Busch | 12f5b93 | 2018-05-29 15:52:28 +0200 | [diff] [blame] | 109 | #define RQF_MQ_POLL_SLEPT ((__force req_flags_t)(1 << 20)) |
Christoph Hellwig | da66126 | 2018-06-14 13:58:45 +0200 | [diff] [blame] | 110 | /* ->timeout has been called, don't expire again */ |
| 111 | #define RQF_TIMED_OUT ((__force req_flags_t)(1 << 21)) |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 112 | |
| 113 | /* flags that prevent us from merging requests: */ |
| 114 | #define RQF_NOMERGE_FLAGS \ |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 115 | (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD) |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | /* |
Keith Busch | 12f5b93 | 2018-05-29 15:52:28 +0200 | [diff] [blame] | 118 | * Request state for blk-mq. |
| 119 | */ |
| 120 | enum mq_rq_state { |
| 121 | MQ_RQ_IDLE = 0, |
| 122 | MQ_RQ_IN_FLIGHT = 1, |
| 123 | MQ_RQ_COMPLETE = 2, |
| 124 | }; |
| 125 | |
| 126 | /* |
Christoph Hellwig | af76e55 | 2014-05-06 12:12:45 +0200 | [diff] [blame] | 127 | * Try to put the fields that are referenced together in the same cacheline. |
| 128 | * |
| 129 | * If you modify this structure, make sure to update blk_rq_init() and |
| 130 | * especially blk_mq_rq_ctx_init() to take care of the added fields. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | */ |
| 132 | struct request { |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 133 | struct request_queue *q; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 134 | struct blk_mq_ctx *mq_ctx; |
Jens Axboe | ea4f995 | 2018-10-29 15:06:13 -0600 | [diff] [blame] | 135 | struct blk_mq_hw_ctx *mq_hctx; |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 136 | |
Christoph Hellwig | ef295ec | 2016-10-28 08:48:16 -0600 | [diff] [blame] | 137 | unsigned int cmd_flags; /* op and common flags */ |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 138 | req_flags_t rq_flags; |
Jens Axboe | d486f1f | 2017-01-31 12:34:41 -0700 | [diff] [blame] | 139 | |
Minwoo Im | 2f578aa | 2019-06-09 05:15:51 +0900 | [diff] [blame] | 140 | int tag; |
Jens Axboe | d486f1f | 2017-01-31 12:34:41 -0700 | [diff] [blame] | 141 | int internal_tag; |
| 142 | |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 143 | /* the following two fields are internal, NEVER access directly */ |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 144 | unsigned int __data_len; /* total data len */ |
Richard Kennedy | 181fdde | 2010-03-19 08:58:16 +0100 | [diff] [blame] | 145 | sector_t __sector; /* sector cursor */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | |
| 147 | struct bio *bio; |
| 148 | struct bio *biotail; |
| 149 | |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 150 | struct list_head queuelist; |
| 151 | |
Jens Axboe | 360f92c | 2014-04-09 20:27:01 -0600 | [diff] [blame] | 152 | /* |
| 153 | * The hash is used inside the scheduler, and killed once the |
| 154 | * request reaches the dispatch list. The ipi_list is only used |
| 155 | * to queue the request for softirq completion, which is long |
| 156 | * after the request has been unhashed (and even removed from |
| 157 | * the dispatch list). |
| 158 | */ |
| 159 | union { |
| 160 | struct hlist_node hash; /* merge hash */ |
| 161 | struct list_head ipi_list; |
| 162 | }; |
| 163 | |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 164 | /* |
| 165 | * The rb_node is only used inside the io scheduler, requests |
| 166 | * are pruned when moved to the dispatch queue. So let the |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 167 | * completion_data share space with the rb_node. |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 168 | */ |
| 169 | union { |
| 170 | struct rb_node rb_node; /* sort/lookup */ |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 171 | struct bio_vec special_vec; |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 172 | void *completion_data; |
Christoph Hellwig | e26738e | 2017-04-20 16:03:11 +0200 | [diff] [blame] | 173 | int error_count; /* for legacy drivers, don't use */ |
Jens Axboe | e6a1c87 | 2006-08-10 09:00:21 +0200 | [diff] [blame] | 174 | }; |
Jens Axboe | 9817064 | 2006-07-28 09:23:08 +0200 | [diff] [blame] | 175 | |
Jens Axboe | ff7d145 | 2006-07-12 14:04:37 +0200 | [diff] [blame] | 176 | /* |
Vivek Goyal | 7f1dc8a | 2010-04-21 17:44:16 +0200 | [diff] [blame] | 177 | * Three pointers are available for the IO schedulers, if they need |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 178 | * more they have to dynamically allocate it. Flush requests are |
| 179 | * never put on the IO scheduler. So let the flush fields share |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 180 | * space with the elevator data. |
Jens Axboe | ff7d145 | 2006-07-12 14:04:37 +0200 | [diff] [blame] | 181 | */ |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 182 | union { |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 183 | struct { |
| 184 | struct io_cq *icq; |
| 185 | void *priv[2]; |
| 186 | } elv; |
| 187 | |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 188 | struct { |
| 189 | unsigned int seq; |
| 190 | struct list_head list; |
Jeff Moyer | 4853aba | 2011-08-15 21:37:25 +0200 | [diff] [blame] | 191 | rq_end_io_fn *saved_end_io; |
Mike Snitzer | c186794 | 2011-02-11 11:08:00 +0100 | [diff] [blame] | 192 | } flush; |
| 193 | }; |
Jens Axboe | ff7d145 | 2006-07-12 14:04:37 +0200 | [diff] [blame] | 194 | |
Jens Axboe | 8f34ee7 | 2006-06-13 09:02:34 +0200 | [diff] [blame] | 195 | struct gendisk *rq_disk; |
Jerome Marchand | 09e099d | 2011-01-05 16:57:38 +0100 | [diff] [blame] | 196 | struct hd_struct *part; |
Omar Sandoval | 522a777 | 2018-05-09 02:08:53 -0700 | [diff] [blame] | 197 | /* Time that I/O was submitted to the kernel. */ |
| 198 | u64 start_time_ns; |
Omar Sandoval | 544ccc8d | 2018-05-09 02:08:50 -0700 | [diff] [blame] | 199 | /* Time that I/O was submitted to the device. */ |
| 200 | u64 io_start_time_ns; |
| 201 | |
| 202 | #ifdef CONFIG_BLK_WBT |
| 203 | unsigned short wbt_flags; |
| 204 | #endif |
| 205 | #ifdef CONFIG_BLK_DEV_THROTTLING_LOW |
| 206 | unsigned short throtl_size; |
| 207 | #endif |
| 208 | |
| 209 | /* |
| 210 | * Number of scatter-gather DMA addr+len pairs after |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 211 | * physical address coalescing is performed. |
| 212 | */ |
| 213 | unsigned short nr_phys_segments; |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 214 | |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 215 | #if defined(CONFIG_BLK_DEV_INTEGRITY) |
| 216 | unsigned short nr_integrity_segments; |
| 217 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 219 | unsigned short write_hint; |
Jens Axboe | 8f34ee7 | 2006-06-13 09:02:34 +0200 | [diff] [blame] | 220 | unsigned short ioprio; |
| 221 | |
FUJITA Tomonori | 7a85f88 | 2008-03-04 11:17:11 +0100 | [diff] [blame] | 222 | unsigned int extra_len; /* length of alignment and padding */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | |
Keith Busch | 12f5b93 | 2018-05-29 15:52:28 +0200 | [diff] [blame] | 224 | enum mq_rq_state state; |
| 225 | refcount_t ref; |
Tejun Heo | 1d9bd51 | 2018-01-09 08:29:48 -0800 | [diff] [blame] | 226 | |
Jens Axboe | 0b7576d | 2018-05-29 08:47:57 -0600 | [diff] [blame] | 227 | unsigned int timeout; |
Christoph Hellwig | 079076b | 2018-11-14 17:02:05 +0100 | [diff] [blame] | 228 | unsigned long deadline; |
Jens Axboe | 0a72e7f | 2018-01-09 14:23:42 -0700 | [diff] [blame] | 229 | |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 230 | union { |
Linus Torvalds | 0a4b6e2 | 2018-01-29 11:51:49 -0800 | [diff] [blame] | 231 | struct __call_single_data csd; |
Jens Axboe | 7c3fb70 | 2018-01-10 11:46:39 -0700 | [diff] [blame] | 232 | u64 fifo_time; |
| 233 | }; |
| 234 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 235 | /* |
Jens Axboe | c00895a | 2006-09-30 20:29:12 +0200 | [diff] [blame] | 236 | * completion callback. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | */ |
| 238 | rq_end_io_fn *end_io; |
| 239 | void *end_io_data; |
| 240 | }; |
| 241 | |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 242 | static inline bool blk_op_is_scsi(unsigned int op) |
| 243 | { |
| 244 | return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; |
| 245 | } |
| 246 | |
| 247 | static inline bool blk_op_is_private(unsigned int op) |
| 248 | { |
| 249 | return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT; |
| 250 | } |
| 251 | |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 252 | static inline bool blk_rq_is_scsi(struct request *rq) |
| 253 | { |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 254 | return blk_op_is_scsi(req_op(rq)); |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 255 | } |
| 256 | |
| 257 | static inline bool blk_rq_is_private(struct request *rq) |
| 258 | { |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 259 | return blk_op_is_private(req_op(rq)); |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 260 | } |
| 261 | |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 262 | static inline bool blk_rq_is_passthrough(struct request *rq) |
| 263 | { |
Christoph Hellwig | aebf526 | 2017-01-31 16:57:31 +0100 | [diff] [blame] | 264 | return blk_rq_is_scsi(rq) || blk_rq_is_private(rq); |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 265 | } |
| 266 | |
Ming Lei | 14cb0dc | 2017-12-18 15:40:43 +0800 | [diff] [blame] | 267 | static inline bool bio_is_passthrough(struct bio *bio) |
| 268 | { |
| 269 | unsigned op = bio_op(bio); |
| 270 | |
| 271 | return blk_op_is_scsi(op) || blk_op_is_private(op); |
| 272 | } |
| 273 | |
Fernando Luis Vázquez Cao | 766ca44 | 2008-08-14 09:59:13 +0200 | [diff] [blame] | 274 | static inline unsigned short req_get_ioprio(struct request *req) |
| 275 | { |
| 276 | return req->ioprio; |
| 277 | } |
| 278 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 279 | #include <linux/elevator.h> |
| 280 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 281 | struct blk_queue_ctx; |
| 282 | |
Jens Axboe | dece163 | 2015-11-05 10:41:16 -0700 | [diff] [blame] | 283 | typedef blk_qc_t (make_request_fn) (struct request_queue *q, struct bio *bio); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | |
| 285 | struct bio_vec; |
Tejun Heo | 2fb98e8 | 2008-02-19 11:36:53 +0100 | [diff] [blame] | 286 | typedef int (dma_drain_needed_fn)(struct request *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 288 | enum blk_eh_timer_return { |
Christoph Hellwig | 88b0cfa | 2018-05-29 15:52:38 +0200 | [diff] [blame] | 289 | BLK_EH_DONE, /* drivers has completed the command */ |
| 290 | BLK_EH_RESET_TIMER, /* reset timer and try again */ |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 291 | }; |
| 292 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | enum blk_queue_state { |
| 294 | Queue_down, |
| 295 | Queue_up, |
| 296 | }; |
| 297 | |
Shaohua Li | ee1b6f7 | 2015-01-15 17:32:25 -0800 | [diff] [blame] | 298 | #define BLK_TAG_ALLOC_FIFO 0 /* allocate starting from 0 */ |
| 299 | #define BLK_TAG_ALLOC_RR 1 /* allocate starting from last allocated tag */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | |
FUJITA Tomonori | abf5439 | 2008-08-16 14:10:05 +0900 | [diff] [blame] | 301 | #define BLK_SCSI_MAX_CMDS (256) |
| 302 | #define BLK_SCSI_CMD_PER_LONG (BLK_SCSI_MAX_CMDS / (sizeof(long) * 8)) |
| 303 | |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 304 | /* |
| 305 | * Zoned block device models (zoned limit). |
| 306 | */ |
| 307 | enum blk_zoned_model { |
| 308 | BLK_ZONED_NONE, /* Regular block device */ |
| 309 | BLK_ZONED_HA, /* Host-aware zoned block device */ |
| 310 | BLK_ZONED_HM, /* Host-managed zoned block device */ |
| 311 | }; |
| 312 | |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 313 | struct queue_limits { |
| 314 | unsigned long bounce_pfn; |
| 315 | unsigned long seg_boundary_mask; |
Keith Busch | 03100aa | 2015-08-19 14:24:05 -0700 | [diff] [blame] | 316 | unsigned long virt_boundary_mask; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 317 | |
| 318 | unsigned int max_hw_sectors; |
Martin K. Petersen | ca369d5 | 2015-11-13 16:46:48 -0500 | [diff] [blame] | 319 | unsigned int max_dev_sectors; |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 320 | unsigned int chunk_sectors; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 321 | unsigned int max_sectors; |
| 322 | unsigned int max_segment_size; |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 323 | unsigned int physical_block_size; |
| 324 | unsigned int alignment_offset; |
| 325 | unsigned int io_min; |
| 326 | unsigned int io_opt; |
Christoph Hellwig | 67efc92 | 2009-09-30 13:54:20 +0200 | [diff] [blame] | 327 | unsigned int max_discard_sectors; |
Jens Axboe | 0034af0 | 2015-07-16 09:14:26 -0600 | [diff] [blame] | 328 | unsigned int max_hw_discard_sectors; |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 329 | unsigned int max_write_same_sectors; |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 330 | unsigned int max_write_zeroes_sectors; |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 331 | unsigned int discard_granularity; |
| 332 | unsigned int discard_alignment; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 333 | |
| 334 | unsigned short logical_block_size; |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 335 | unsigned short max_segments; |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 336 | unsigned short max_integrity_segments; |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 337 | unsigned short max_discard_segments; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 338 | |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 339 | unsigned char misaligned; |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 340 | unsigned char discard_misaligned; |
Kent Overstreet | c78afc6 | 2013-07-11 22:39:53 -0700 | [diff] [blame] | 341 | unsigned char raid_partial_stripes_expensive; |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 342 | enum blk_zoned_model zoned; |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 343 | }; |
| 344 | |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 345 | #ifdef CONFIG_BLK_DEV_ZONED |
| 346 | |
Damien Le Moal | a91e138 | 2018-10-12 19:08:43 +0900 | [diff] [blame] | 347 | extern unsigned int blkdev_nr_zones(struct block_device *bdev); |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 348 | extern int blkdev_report_zones(struct block_device *bdev, |
| 349 | sector_t sector, struct blk_zone *zones, |
| 350 | unsigned int *nr_zones, gfp_t gfp_mask); |
| 351 | extern int blkdev_reset_zones(struct block_device *bdev, sector_t sectors, |
| 352 | sector_t nr_sectors, gfp_t gfp_mask); |
Damien Le Moal | bf50545 | 2018-10-12 19:08:50 +0900 | [diff] [blame] | 353 | extern int blk_revalidate_disk_zones(struct gendisk *disk); |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 354 | |
Shaun Tancheff | 3ed05a9 | 2016-10-18 15:40:35 +0900 | [diff] [blame] | 355 | extern int blkdev_report_zones_ioctl(struct block_device *bdev, fmode_t mode, |
| 356 | unsigned int cmd, unsigned long arg); |
| 357 | extern int blkdev_reset_zones_ioctl(struct block_device *bdev, fmode_t mode, |
| 358 | unsigned int cmd, unsigned long arg); |
| 359 | |
| 360 | #else /* CONFIG_BLK_DEV_ZONED */ |
| 361 | |
Damien Le Moal | a91e138 | 2018-10-12 19:08:43 +0900 | [diff] [blame] | 362 | static inline unsigned int blkdev_nr_zones(struct block_device *bdev) |
| 363 | { |
| 364 | return 0; |
| 365 | } |
Damien Le Moal | bf50545 | 2018-10-12 19:08:50 +0900 | [diff] [blame] | 366 | |
| 367 | static inline int blk_revalidate_disk_zones(struct gendisk *disk) |
| 368 | { |
| 369 | return 0; |
| 370 | } |
| 371 | |
Shaun Tancheff | 3ed05a9 | 2016-10-18 15:40:35 +0900 | [diff] [blame] | 372 | static inline int blkdev_report_zones_ioctl(struct block_device *bdev, |
| 373 | fmode_t mode, unsigned int cmd, |
| 374 | unsigned long arg) |
| 375 | { |
| 376 | return -ENOTTY; |
| 377 | } |
| 378 | |
| 379 | static inline int blkdev_reset_zones_ioctl(struct block_device *bdev, |
| 380 | fmode_t mode, unsigned int cmd, |
| 381 | unsigned long arg) |
| 382 | { |
| 383 | return -ENOTTY; |
| 384 | } |
| 385 | |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 386 | #endif /* CONFIG_BLK_DEV_ZONED */ |
| 387 | |
Richard Kennedy | d7b7630 | 2011-07-13 21:17:23 +0200 | [diff] [blame] | 388 | struct request_queue { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | /* |
| 390 | * Together with queue_head for cacheline sharing |
| 391 | */ |
| 392 | struct list_head queue_head; |
| 393 | struct request *last_merge; |
Jens Axboe | b374d18 | 2008-10-31 10:05:07 +0100 | [diff] [blame] | 394 | struct elevator_queue *elevator; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 396 | struct blk_queue_stats *stats; |
Josef Bacik | a790504 | 2018-07-03 09:32:35 -0600 | [diff] [blame] | 397 | struct rq_qos *rq_qos; |
Jens Axboe | 87760e5 | 2016-11-09 12:38:14 -0700 | [diff] [blame] | 398 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | make_request_fn *make_request_fn; |
Tejun Heo | 2fb98e8 | 2008-02-19 11:36:53 +0100 | [diff] [blame] | 400 | dma_drain_needed_fn *dma_drain_needed; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | |
Jens Axboe | f8a5b12 | 2016-12-13 09:24:51 -0700 | [diff] [blame] | 402 | const struct blk_mq_ops *mq_ops; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 403 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 404 | /* sw queues */ |
Ming Lei | e6cdb09 | 2014-06-03 11:24:06 +0800 | [diff] [blame] | 405 | struct blk_mq_ctx __percpu *queue_ctx; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 406 | unsigned int nr_queues; |
| 407 | |
Jens Axboe | d278d4a | 2016-03-30 10:21:08 -0600 | [diff] [blame] | 408 | unsigned int queue_depth; |
| 409 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 410 | /* hw dispatch queues */ |
| 411 | struct blk_mq_hw_ctx **queue_hw_ctx; |
| 412 | unsigned int nr_hw_queues; |
| 413 | |
Jan Kara | dc3b17c | 2017-02-02 15:56:50 +0100 | [diff] [blame] | 414 | struct backing_dev_info *backing_dev_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 415 | |
| 416 | /* |
| 417 | * The queue owner gets to use this for whatever they like. |
| 418 | * ll_rw_blk doesn't touch it. |
| 419 | */ |
| 420 | void *queuedata; |
| 421 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 422 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | * various queue flags, see QUEUE_* below |
| 424 | */ |
| 425 | unsigned long queue_flags; |
Bart Van Assche | cd84a62 | 2018-09-26 14:01:04 -0700 | [diff] [blame] | 426 | /* |
| 427 | * Number of contexts that have called blk_set_pm_only(). If this |
| 428 | * counter is above zero then only RQF_PM and RQF_PREEMPT requests are |
| 429 | * processed. |
| 430 | */ |
| 431 | atomic_t pm_only; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 432 | |
| 433 | /* |
Tejun Heo | a73f730 | 2011-12-14 00:33:37 +0100 | [diff] [blame] | 434 | * ida allocated id for this queue. Used to index queues from |
| 435 | * ioctx. |
| 436 | */ |
| 437 | int id; |
| 438 | |
| 439 | /* |
Richard Kennedy | d7b7630 | 2011-07-13 21:17:23 +0200 | [diff] [blame] | 440 | * queue needs bounce pages for pages above this limit |
| 441 | */ |
| 442 | gfp_t bounce_gfp; |
| 443 | |
Christoph Hellwig | 0d945c1 | 2018-11-15 12:17:28 -0700 | [diff] [blame] | 444 | spinlock_t queue_lock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 445 | |
| 446 | /* |
| 447 | * queue kobject |
| 448 | */ |
| 449 | struct kobject kobj; |
| 450 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 451 | /* |
| 452 | * mq queue kobject |
| 453 | */ |
Ming Lei | 1db4909 | 2018-11-20 09:44:35 +0800 | [diff] [blame] | 454 | struct kobject *mq_kobj; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 455 | |
Dan Williams | ac6fc48 | 2015-10-21 13:20:18 -0400 | [diff] [blame] | 456 | #ifdef CONFIG_BLK_DEV_INTEGRITY |
| 457 | struct blk_integrity integrity; |
| 458 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ |
| 459 | |
Rafael J. Wysocki | 47fafbc | 2014-12-04 01:00:23 +0100 | [diff] [blame] | 460 | #ifdef CONFIG_PM |
Lin Ming | 6c95466 | 2013-03-23 11:42:26 +0800 | [diff] [blame] | 461 | struct device *dev; |
| 462 | int rpm_status; |
| 463 | unsigned int nr_pending; |
| 464 | #endif |
| 465 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | /* |
| 467 | * queue settings |
| 468 | */ |
| 469 | unsigned long nr_requests; /* Max # of requests */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | |
James Bottomley | fa0ccd8 | 2008-01-10 11:30:36 -0600 | [diff] [blame] | 471 | unsigned int dma_drain_size; |
Richard Kennedy | d7b7630 | 2011-07-13 21:17:23 +0200 | [diff] [blame] | 472 | void *dma_drain_buffer; |
Tejun Heo | e3790c7 | 2008-03-04 11:18:17 +0100 | [diff] [blame] | 473 | unsigned int dma_pad_mask; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | unsigned int dma_alignment; |
| 475 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 476 | unsigned int rq_timeout; |
Jens Axboe | 64f1c21 | 2016-11-14 13:03:03 -0700 | [diff] [blame] | 477 | int poll_nsec; |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 478 | |
| 479 | struct blk_stat_callback *poll_cb; |
Stephen Bates | 0206319 | 2017-04-20 16:59:11 -0600 | [diff] [blame] | 480 | struct blk_rq_stat poll_stat[BLK_MQ_POLL_STATS_BKTS]; |
Omar Sandoval | 34dbad5 | 2017-03-21 08:56:08 -0700 | [diff] [blame] | 481 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 482 | struct timer_list timeout; |
Christoph Hellwig | 287922e | 2015-10-30 20:57:30 +0800 | [diff] [blame] | 483 | struct work_struct timeout_work; |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 484 | |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 485 | struct list_head icq_list; |
Tejun Heo | 4eef304 | 2012-03-05 13:15:18 -0800 | [diff] [blame] | 486 | #ifdef CONFIG_BLK_CGROUP |
Tejun Heo | a2b1693 | 2012-04-13 13:11:33 -0700 | [diff] [blame] | 487 | DECLARE_BITMAP (blkcg_pols, BLKCG_MAX_POLS); |
Tejun Heo | 3c79839 | 2012-04-16 13:57:25 -0700 | [diff] [blame] | 488 | struct blkcg_gq *root_blkg; |
Tejun Heo | 03aa264 | 2012-03-05 13:15:19 -0800 | [diff] [blame] | 489 | struct list_head blkg_list; |
Tejun Heo | 4eef304 | 2012-03-05 13:15:18 -0800 | [diff] [blame] | 490 | #endif |
Tejun Heo | a612fdd | 2011-12-14 00:33:41 +0100 | [diff] [blame] | 491 | |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 492 | struct queue_limits limits; |
| 493 | |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 494 | #ifdef CONFIG_BLK_DEV_ZONED |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | /* |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 496 | * Zoned block device information for request dispatch control. |
| 497 | * nr_zones is the total number of zones of the device. This is always |
| 498 | * 0 for regular block devices. seq_zones_bitmap is a bitmap of nr_zones |
| 499 | * bits which indicates if a zone is conventional (bit clear) or |
| 500 | * sequential (bit set). seq_zones_wlock is a bitmap of nr_zones |
| 501 | * bits which indicates if a zone is write locked, that is, if a write |
| 502 | * request targeting the zone was dispatched. All three fields are |
| 503 | * initialized by the low level device driver (e.g. scsi/sd.c). |
| 504 | * Stacking drivers (device mappers) may or may not initialize |
| 505 | * these fields. |
Bart Van Assche | ccce20f | 2018-04-16 18:04:41 -0700 | [diff] [blame] | 506 | * |
| 507 | * Reads of this information must be protected with blk_queue_enter() / |
| 508 | * blk_queue_exit(). Modifying this information is only allowed while |
| 509 | * no requests are being processed. See also blk_mq_freeze_queue() and |
| 510 | * blk_mq_unfreeze_queue(). |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 511 | */ |
| 512 | unsigned int nr_zones; |
| 513 | unsigned long *seq_zones_bitmap; |
| 514 | unsigned long *seq_zones_wlock; |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 515 | #endif /* CONFIG_BLK_DEV_ZONED */ |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 516 | |
| 517 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | * sg stuff |
| 519 | */ |
| 520 | unsigned int sg_timeout; |
| 521 | unsigned int sg_reserved_size; |
Christoph Lameter | 1946089 | 2005-06-23 00:08:19 -0700 | [diff] [blame] | 522 | int node; |
Alexey Dobriyan | 6c5c934 | 2006-09-29 01:59:40 -0700 | [diff] [blame] | 523 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
Jens Axboe | 2056a78 | 2006-03-23 20:00:26 +0100 | [diff] [blame] | 524 | struct blk_trace *blk_trace; |
Waiman Long | 5acb3cc | 2017-09-20 13:12:20 -0600 | [diff] [blame] | 525 | struct mutex blk_trace_mutex; |
Alexey Dobriyan | 6c5c934 | 2006-09-29 01:59:40 -0700 | [diff] [blame] | 526 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | /* |
Tejun Heo | 4913efe | 2010-09-03 11:56:16 +0200 | [diff] [blame] | 528 | * for flush operations |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 | */ |
Ming Lei | 7c94e1c | 2014-09-25 23:23:43 +0800 | [diff] [blame] | 530 | struct blk_flush_queue *fq; |
Al Viro | 483f4af | 2006-03-18 18:34:37 -0500 | [diff] [blame] | 531 | |
Christoph Hellwig | 6fca6a6 | 2014-05-28 08:08:02 -0600 | [diff] [blame] | 532 | struct list_head requeue_list; |
| 533 | spinlock_t requeue_lock; |
Mike Snitzer | 2849450 | 2016-09-14 13:28:30 -0400 | [diff] [blame] | 534 | struct delayed_work requeue_work; |
Christoph Hellwig | 6fca6a6 | 2014-05-28 08:08:02 -0600 | [diff] [blame] | 535 | |
Al Viro | 483f4af | 2006-03-18 18:34:37 -0500 | [diff] [blame] | 536 | struct mutex sysfs_lock; |
FUJITA Tomonori | d351af0 | 2007-07-09 12:40:35 +0200 | [diff] [blame] | 537 | |
Ming Lei | 2f8f133 | 2019-04-30 09:52:27 +0800 | [diff] [blame] | 538 | /* |
| 539 | * for reusing dead hctx instance in case of updating |
| 540 | * nr_hw_queues |
| 541 | */ |
| 542 | struct list_head unused_hctx_list; |
| 543 | spinlock_t unused_hctx_lock; |
| 544 | |
Bob Liu | 7996a8b | 2019-05-21 11:25:55 +0800 | [diff] [blame] | 545 | int mq_freeze_depth; |
Tejun Heo | d732580 | 2012-03-05 13:14:58 -0800 | [diff] [blame] | 546 | |
FUJITA Tomonori | d351af0 | 2007-07-09 12:40:35 +0200 | [diff] [blame] | 547 | #if defined(CONFIG_BLK_DEV_BSG) |
| 548 | struct bsg_class_device bsg_dev; |
| 549 | #endif |
Vivek Goyal | e43473b | 2010-09-15 17:06:35 -0400 | [diff] [blame] | 550 | |
| 551 | #ifdef CONFIG_BLK_DEV_THROTTLING |
| 552 | /* Throttle data */ |
| 553 | struct throtl_data *td; |
| 554 | #endif |
Tejun Heo | 548bc8e | 2013-01-09 08:05:13 -0800 | [diff] [blame] | 555 | struct rcu_head rcu_head; |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 556 | wait_queue_head_t mq_freeze_wq; |
Bob Liu | 7996a8b | 2019-05-21 11:25:55 +0800 | [diff] [blame] | 557 | /* |
| 558 | * Protect concurrent access to q_usage_counter by |
| 559 | * percpu_ref_kill() and percpu_ref_reinit(). |
| 560 | */ |
| 561 | struct mutex mq_freeze_lock; |
Dan Williams | 3ef28e8 | 2015-10-21 13:20:12 -0400 | [diff] [blame] | 562 | struct percpu_ref q_usage_counter; |
Jens Axboe | 0d2602c | 2014-05-13 15:10:52 -0600 | [diff] [blame] | 563 | |
| 564 | struct blk_mq_tag_set *tag_set; |
| 565 | struct list_head tag_set_list; |
Kent Overstreet | 338aa96 | 2018-05-20 18:25:47 -0400 | [diff] [blame] | 566 | struct bio_set bio_split; |
Akinobu Mita | 4593fdb | 2015-09-27 02:09:20 +0900 | [diff] [blame] | 567 | |
Omar Sandoval | 03796c1 | 2017-01-31 14:53:18 -0800 | [diff] [blame] | 568 | #ifdef CONFIG_BLK_DEBUG_FS |
Omar Sandoval | 07e4fea | 2017-01-25 08:06:40 -0800 | [diff] [blame] | 569 | struct dentry *debugfs_dir; |
Omar Sandoval | d332ce0 | 2017-05-04 08:24:40 -0600 | [diff] [blame] | 570 | struct dentry *sched_debugfs_dir; |
Ming Lei | cc56694 | 2018-12-17 09:46:00 +0800 | [diff] [blame] | 571 | struct dentry *rqos_debugfs_dir; |
Omar Sandoval | 07e4fea | 2017-01-25 08:06:40 -0800 | [diff] [blame] | 572 | #endif |
| 573 | |
Akinobu Mita | 4593fdb | 2015-09-27 02:09:20 +0900 | [diff] [blame] | 574 | bool mq_sysfs_init_done; |
Christoph Hellwig | 6d247d7 | 2017-01-27 09:51:45 -0700 | [diff] [blame] | 575 | |
| 576 | size_t cmd_size; |
Bart Van Assche | dc9edc4 | 2017-06-14 13:27:50 -0600 | [diff] [blame] | 577 | |
| 578 | struct work_struct release_work; |
Jens Axboe | f793dfd | 2017-06-26 08:15:27 -0600 | [diff] [blame] | 579 | |
| 580 | #define BLK_MAX_WRITE_HINTS 5 |
| 581 | u64 write_hints[BLK_MAX_WRITE_HINTS]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | }; |
| 583 | |
Jens Axboe | eca7abf | 2019-02-09 15:42:07 -0700 | [diff] [blame] | 584 | #define QUEUE_FLAG_STOPPED 0 /* queue is stopped */ |
| 585 | #define QUEUE_FLAG_DYING 1 /* queue being torn down */ |
Jens Axboe | eca7abf | 2019-02-09 15:42:07 -0700 | [diff] [blame] | 586 | #define QUEUE_FLAG_NOMERGES 3 /* disable merge attempts */ |
| 587 | #define QUEUE_FLAG_SAME_COMP 4 /* complete on same CPU-group */ |
| 588 | #define QUEUE_FLAG_FAIL_IO 5 /* fake timeout */ |
| 589 | #define QUEUE_FLAG_NONROT 6 /* non-rotational device (SSD) */ |
| 590 | #define QUEUE_FLAG_VIRT QUEUE_FLAG_NONROT /* paravirt device */ |
| 591 | #define QUEUE_FLAG_IO_STAT 7 /* do disk/partitions IO accounting */ |
| 592 | #define QUEUE_FLAG_DISCARD 8 /* supports DISCARD */ |
| 593 | #define QUEUE_FLAG_NOXMERGES 9 /* No extended merges */ |
| 594 | #define QUEUE_FLAG_ADD_RANDOM 10 /* Contributes to random pool */ |
| 595 | #define QUEUE_FLAG_SECERASE 11 /* supports secure erase */ |
| 596 | #define QUEUE_FLAG_SAME_FORCE 12 /* force complete on same CPU */ |
| 597 | #define QUEUE_FLAG_DEAD 13 /* queue tear-down finished */ |
| 598 | #define QUEUE_FLAG_INIT_DONE 14 /* queue is initialized */ |
Jens Axboe | eca7abf | 2019-02-09 15:42:07 -0700 | [diff] [blame] | 599 | #define QUEUE_FLAG_POLL 16 /* IO polling enabled if set */ |
| 600 | #define QUEUE_FLAG_WC 17 /* Write back caching */ |
| 601 | #define QUEUE_FLAG_FUA 18 /* device supports FUA writes */ |
| 602 | #define QUEUE_FLAG_DAX 19 /* device supports DAX */ |
| 603 | #define QUEUE_FLAG_STATS 20 /* track IO start and completion times */ |
| 604 | #define QUEUE_FLAG_POLL_STATS 21 /* collecting stats for hybrid polling */ |
| 605 | #define QUEUE_FLAG_REGISTERED 22 /* queue has been registered to a disk */ |
| 606 | #define QUEUE_FLAG_SCSI_PASSTHROUGH 23 /* queue supports SCSI commands */ |
| 607 | #define QUEUE_FLAG_QUIESCED 24 /* queue has been quiesced */ |
| 608 | #define QUEUE_FLAG_PCI_P2PDMA 25 /* device supports PCI p2p requests */ |
Tejun Heo | 797e7db | 2006-01-06 09:51:03 +0100 | [diff] [blame] | 609 | |
Jens Axboe | 94eddfb | 2013-11-19 09:25:07 -0700 | [diff] [blame] | 610 | #define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \ |
Jens Axboe | 6e0de61 | 2018-12-05 06:50:40 -0700 | [diff] [blame] | 611 | (1 << QUEUE_FLAG_SAME_COMP)) |
Jens Axboe | 94eddfb | 2013-11-19 09:25:07 -0700 | [diff] [blame] | 612 | |
Bart Van Assche | 8814ce8 | 2018-03-07 17:10:04 -0800 | [diff] [blame] | 613 | void blk_queue_flag_set(unsigned int flag, struct request_queue *q); |
| 614 | void blk_queue_flag_clear(unsigned int flag, struct request_queue *q); |
| 615 | bool blk_queue_flag_test_and_set(unsigned int flag, struct request_queue *q); |
Bart Van Assche | 8814ce8 | 2018-03-07 17:10:04 -0800 | [diff] [blame] | 616 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 617 | #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags) |
Bart Van Assche | 3f3299d | 2012-11-28 13:42:38 +0100 | [diff] [blame] | 618 | #define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags) |
Bart Van Assche | c246e80 | 2012-12-06 14:32:01 +0100 | [diff] [blame] | 619 | #define blk_queue_dead(q) test_bit(QUEUE_FLAG_DEAD, &(q)->queue_flags) |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 620 | #define blk_queue_init_done(q) test_bit(QUEUE_FLAG_INIT_DONE, &(q)->queue_flags) |
Alan D. Brunelle | ac9fafa | 2008-04-29 14:44:19 +0200 | [diff] [blame] | 621 | #define blk_queue_nomerges(q) test_bit(QUEUE_FLAG_NOMERGES, &(q)->queue_flags) |
Alan D. Brunelle | 488991e | 2010-01-29 09:04:08 +0100 | [diff] [blame] | 622 | #define blk_queue_noxmerges(q) \ |
| 623 | test_bit(QUEUE_FLAG_NOXMERGES, &(q)->queue_flags) |
Jens Axboe | a68bbddba | 2008-09-24 13:03:33 +0200 | [diff] [blame] | 624 | #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) |
Jens Axboe | bc58ba9 | 2009-01-23 10:54:44 +0100 | [diff] [blame] | 625 | #define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags) |
Jens Axboe | e2e1a14 | 2010-06-09 10:42:09 +0200 | [diff] [blame] | 626 | #define blk_queue_add_random(q) test_bit(QUEUE_FLAG_ADD_RANDOM, &(q)->queue_flags) |
Christoph Hellwig | c15227d | 2009-09-30 13:52:12 +0200 | [diff] [blame] | 627 | #define blk_queue_discard(q) test_bit(QUEUE_FLAG_DISCARD, &(q)->queue_flags) |
Christoph Hellwig | 288dab8 | 2016-06-09 16:00:36 +0200 | [diff] [blame] | 628 | #define blk_queue_secure_erase(q) \ |
| 629 | (test_bit(QUEUE_FLAG_SECERASE, &(q)->queue_flags)) |
Toshi Kani | 163d4ba | 2016-06-23 17:05:50 -0400 | [diff] [blame] | 630 | #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) |
Bart Van Assche | 9efc160 | 2017-05-31 14:43:46 -0700 | [diff] [blame] | 631 | #define blk_queue_scsi_passthrough(q) \ |
| 632 | test_bit(QUEUE_FLAG_SCSI_PASSTHROUGH, &(q)->queue_flags) |
Logan Gunthorpe | 49d92c0 | 2018-10-04 15:27:41 -0600 | [diff] [blame] | 633 | #define blk_queue_pci_p2pdma(q) \ |
| 634 | test_bit(QUEUE_FLAG_PCI_P2PDMA, &(q)->queue_flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 635 | |
Christoph Hellwig | 33659eb | 2010-08-07 18:17:56 +0200 | [diff] [blame] | 636 | #define blk_noretry_request(rq) \ |
| 637 | ((rq)->cmd_flags & (REQ_FAILFAST_DEV|REQ_FAILFAST_TRANSPORT| \ |
| 638 | REQ_FAILFAST_DRIVER)) |
Ming Lei | f4560ff | 2017-06-18 14:24:27 -0600 | [diff] [blame] | 639 | #define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags) |
Bart Van Assche | cd84a62 | 2018-09-26 14:01:04 -0700 | [diff] [blame] | 640 | #define blk_queue_pm_only(q) atomic_read(&(q)->pm_only) |
Dave Chinner | 0ce9144 | 2018-04-18 14:08:27 +1000 | [diff] [blame] | 641 | #define blk_queue_fua(q) test_bit(QUEUE_FLAG_FUA, &(q)->queue_flags) |
Bart Van Assche | c9254f2 | 2017-11-09 10:49:57 -0800 | [diff] [blame] | 642 | |
Bart Van Assche | cd84a62 | 2018-09-26 14:01:04 -0700 | [diff] [blame] | 643 | extern void blk_set_pm_only(struct request_queue *q); |
| 644 | extern void blk_clear_pm_only(struct request_queue *q); |
Jens Axboe | 4aff5e2 | 2006-08-10 08:44:47 +0200 | [diff] [blame] | 645 | |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 646 | static inline bool blk_account_rq(struct request *rq) |
| 647 | { |
| 648 | return (rq->rq_flags & RQF_STARTED) && !blk_rq_is_passthrough(rq); |
| 649 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 650 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 651 | #define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist) |
| 652 | |
Mike Christie | 4e1b2d52 | 2016-06-05 14:32:22 -0500 | [diff] [blame] | 653 | #define rq_data_dir(rq) (op_is_write(req_op(rq)) ? WRITE : READ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 654 | |
Christoph Hellwig | 9d9de53 | 2019-03-03 08:18:30 -0700 | [diff] [blame] | 655 | #define rq_dma_dir(rq) \ |
| 656 | (op_is_write(req_op(rq)) ? DMA_TO_DEVICE : DMA_FROM_DEVICE) |
| 657 | |
Christoph Hellwig | 3ab3a03 | 2019-03-03 08:40:36 -0700 | [diff] [blame] | 658 | #define dma_map_bvec(dev, bv, dir, attrs) \ |
| 659 | dma_map_page_attrs(dev, (bv)->bv_page, (bv)->bv_offset, (bv)->bv_len, \ |
| 660 | (dir), (attrs)) |
| 661 | |
Jens Axboe | 344e9ff | 2018-11-15 12:22:51 -0700 | [diff] [blame] | 662 | static inline bool queue_is_mq(struct request_queue *q) |
Jens Axboe | 49fd524 | 2014-04-16 10:57:18 -0600 | [diff] [blame] | 663 | { |
Jens Axboe | a1ce35f | 2018-10-29 10:23:51 -0600 | [diff] [blame] | 664 | return q->mq_ops; |
Jens Axboe | 49fd524 | 2014-04-16 10:57:18 -0600 | [diff] [blame] | 665 | } |
| 666 | |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 667 | static inline enum blk_zoned_model |
| 668 | blk_queue_zoned_model(struct request_queue *q) |
| 669 | { |
| 670 | return q->limits.zoned; |
| 671 | } |
| 672 | |
| 673 | static inline bool blk_queue_is_zoned(struct request_queue *q) |
| 674 | { |
| 675 | switch (blk_queue_zoned_model(q)) { |
| 676 | case BLK_ZONED_HA: |
| 677 | case BLK_ZONED_HM: |
| 678 | return true; |
| 679 | default: |
| 680 | return false; |
| 681 | } |
| 682 | } |
| 683 | |
Damien Le Moal | f99e864 | 2017-01-12 07:58:32 -0700 | [diff] [blame] | 684 | static inline unsigned int blk_queue_zone_sectors(struct request_queue *q) |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 685 | { |
| 686 | return blk_queue_is_zoned(q) ? q->limits.chunk_sectors : 0; |
| 687 | } |
| 688 | |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 689 | #ifdef CONFIG_BLK_DEV_ZONED |
Damien Le Moal | 965b652 | 2018-10-12 19:08:48 +0900 | [diff] [blame] | 690 | static inline unsigned int blk_queue_nr_zones(struct request_queue *q) |
| 691 | { |
| 692 | return blk_queue_is_zoned(q) ? q->nr_zones : 0; |
| 693 | } |
| 694 | |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 695 | static inline unsigned int blk_queue_zone_no(struct request_queue *q, |
| 696 | sector_t sector) |
| 697 | { |
| 698 | if (!blk_queue_is_zoned(q)) |
| 699 | return 0; |
| 700 | return sector >> ilog2(q->limits.chunk_sectors); |
| 701 | } |
| 702 | |
| 703 | static inline bool blk_queue_zone_is_seq(struct request_queue *q, |
| 704 | sector_t sector) |
| 705 | { |
| 706 | if (!blk_queue_is_zoned(q) || !q->seq_zones_bitmap) |
| 707 | return false; |
| 708 | return test_bit(blk_queue_zone_no(q, sector), q->seq_zones_bitmap); |
| 709 | } |
Damien Le Moal | 965b652 | 2018-10-12 19:08:48 +0900 | [diff] [blame] | 710 | #else /* CONFIG_BLK_DEV_ZONED */ |
| 711 | static inline unsigned int blk_queue_nr_zones(struct request_queue *q) |
| 712 | { |
| 713 | return 0; |
| 714 | } |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 715 | #endif /* CONFIG_BLK_DEV_ZONED */ |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 716 | |
Jens Axboe | 1faa16d | 2009-04-06 14:48:01 +0200 | [diff] [blame] | 717 | static inline bool rq_is_sync(struct request *rq) |
| 718 | { |
Christoph Hellwig | ef295ec | 2016-10-28 08:48:16 -0600 | [diff] [blame] | 719 | return op_is_sync(rq->cmd_flags); |
Jens Axboe | 1faa16d | 2009-04-06 14:48:01 +0200 | [diff] [blame] | 720 | } |
| 721 | |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 722 | static inline bool rq_mergeable(struct request *rq) |
| 723 | { |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 724 | if (blk_rq_is_passthrough(rq)) |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 725 | return false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 726 | |
Mike Christie | 3a5e02c | 2016-06-05 14:32:23 -0500 | [diff] [blame] | 727 | if (req_op(rq) == REQ_OP_FLUSH) |
| 728 | return false; |
| 729 | |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 730 | if (req_op(rq) == REQ_OP_WRITE_ZEROES) |
| 731 | return false; |
| 732 | |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 733 | if (rq->cmd_flags & REQ_NOMERGE_FLAGS) |
| 734 | return false; |
Christoph Hellwig | e806402 | 2016-10-20 15:12:13 +0200 | [diff] [blame] | 735 | if (rq->rq_flags & RQF_NOMERGE_FLAGS) |
| 736 | return false; |
Martin K. Petersen | e2a60da | 2012-09-18 12:19:25 -0400 | [diff] [blame] | 737 | |
| 738 | return true; |
| 739 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 740 | |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 741 | static inline bool blk_write_same_mergeable(struct bio *a, struct bio *b) |
| 742 | { |
Christoph Hellwig | efbeccd | 2017-06-19 09:24:41 +0200 | [diff] [blame] | 743 | if (bio_page(a) == bio_page(b) && |
| 744 | bio_offset(a) == bio_offset(b)) |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 745 | return true; |
| 746 | |
| 747 | return false; |
| 748 | } |
| 749 | |
Jens Axboe | d278d4a | 2016-03-30 10:21:08 -0600 | [diff] [blame] | 750 | static inline unsigned int blk_queue_depth(struct request_queue *q) |
| 751 | { |
| 752 | if (q->queue_depth) |
| 753 | return q->queue_depth; |
| 754 | |
| 755 | return q->nr_requests; |
| 756 | } |
| 757 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 758 | extern unsigned long blk_max_low_pfn, blk_max_pfn; |
| 759 | |
| 760 | /* |
| 761 | * standard bounce addresses: |
| 762 | * |
| 763 | * BLK_BOUNCE_HIGH : bounce all highmem pages |
| 764 | * BLK_BOUNCE_ANY : don't bounce anything |
| 765 | * BLK_BOUNCE_ISA : bounce pages above ISA DMA boundary |
| 766 | */ |
Andi Kleen | 2472892 | 2008-04-21 09:51:05 +0200 | [diff] [blame] | 767 | |
| 768 | #if BITS_PER_LONG == 32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | #define BLK_BOUNCE_HIGH ((u64)blk_max_low_pfn << PAGE_SHIFT) |
Andi Kleen | 2472892 | 2008-04-21 09:51:05 +0200 | [diff] [blame] | 770 | #else |
| 771 | #define BLK_BOUNCE_HIGH -1ULL |
| 772 | #endif |
| 773 | #define BLK_BOUNCE_ANY (-1ULL) |
FUJITA Tomonori | bfe1723 | 2010-05-31 15:59:03 +0900 | [diff] [blame] | 774 | #define BLK_BOUNCE_ISA (DMA_BIT_MASK(24)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 775 | |
Jens Axboe | 3d6392c | 2007-07-09 12:38:05 +0200 | [diff] [blame] | 776 | /* |
| 777 | * default timeout for SG_IO if none specified |
| 778 | */ |
| 779 | #define BLK_DEFAULT_SG_TIMEOUT (60 * HZ) |
Linus Torvalds | f2f1fa7 | 2008-12-05 14:49:18 -0800 | [diff] [blame] | 780 | #define BLK_MIN_SG_TIMEOUT (7 * HZ) |
Jens Axboe | 3d6392c | 2007-07-09 12:38:05 +0200 | [diff] [blame] | 781 | |
FUJITA Tomonori | 152e283 | 2008-08-28 16:17:06 +0900 | [diff] [blame] | 782 | struct rq_map_data { |
| 783 | struct page **pages; |
| 784 | int page_order; |
| 785 | int nr_entries; |
FUJITA Tomonori | 56c451f | 2008-12-18 14:49:37 +0900 | [diff] [blame] | 786 | unsigned long offset; |
FUJITA Tomonori | 97ae77a | 2008-12-18 14:49:38 +0900 | [diff] [blame] | 787 | int null_mapped; |
FUJITA Tomonori | ecb554a | 2009-07-09 14:46:53 +0200 | [diff] [blame] | 788 | int from_user; |
FUJITA Tomonori | 152e283 | 2008-08-28 16:17:06 +0900 | [diff] [blame] | 789 | }; |
| 790 | |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 791 | struct req_iterator { |
Kent Overstreet | 7988613 | 2013-11-23 17:19:00 -0800 | [diff] [blame] | 792 | struct bvec_iter iter; |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 793 | struct bio *bio; |
| 794 | }; |
| 795 | |
| 796 | /* This should not be used directly - use rq_for_each_segment */ |
Jens Axboe | 1e42807 | 2009-02-23 09:03:10 +0100 | [diff] [blame] | 797 | #define for_each_bio(_bio) \ |
| 798 | for (; _bio; _bio = _bio->bi_next) |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 799 | #define __rq_for_each_bio(_bio, rq) \ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 800 | if ((rq->bio)) \ |
| 801 | for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next) |
| 802 | |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 803 | #define rq_for_each_segment(bvl, _rq, _iter) \ |
| 804 | __rq_for_each_bio(_iter.bio, _rq) \ |
Kent Overstreet | 7988613 | 2013-11-23 17:19:00 -0800 | [diff] [blame] | 805 | bio_for_each_segment(bvl, _iter.bio, _iter.iter) |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 806 | |
Ming Lei | d18d917 | 2019-02-15 19:13:11 +0800 | [diff] [blame] | 807 | #define rq_for_each_bvec(bvl, _rq, _iter) \ |
| 808 | __rq_for_each_bio(_iter.bio, _rq) \ |
| 809 | bio_for_each_bvec(bvl, _iter.bio, _iter.iter) |
| 810 | |
Kent Overstreet | 4550dd6 | 2013-08-07 14:26:21 -0700 | [diff] [blame] | 811 | #define rq_iter_last(bvec, _iter) \ |
Kent Overstreet | 7988613 | 2013-11-23 17:19:00 -0800 | [diff] [blame] | 812 | (_iter.bio->bi_next == NULL && \ |
Kent Overstreet | 4550dd6 | 2013-08-07 14:26:21 -0700 | [diff] [blame] | 813 | bio_iter_last(bvec, _iter.iter)) |
NeilBrown | 5705f70 | 2007-09-25 12:35:59 +0200 | [diff] [blame] | 814 | |
Ilya Loginov | 2d4dc89 | 2009-11-26 09:16:19 +0100 | [diff] [blame] | 815 | #ifndef ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE |
| 816 | # error "You should define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE for your platform" |
| 817 | #endif |
| 818 | #if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE |
| 819 | extern void rq_flush_dcache_pages(struct request *rq); |
| 820 | #else |
| 821 | static inline void rq_flush_dcache_pages(struct request *rq) |
| 822 | { |
| 823 | } |
| 824 | #endif |
| 825 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | extern int blk_register_queue(struct gendisk *disk); |
| 827 | extern void blk_unregister_queue(struct gendisk *disk); |
Jens Axboe | dece163 | 2015-11-05 10:41:16 -0700 | [diff] [blame] | 828 | extern blk_qc_t generic_make_request(struct bio *bio); |
Christoph Hellwig | f421e1d | 2017-11-02 21:29:50 +0300 | [diff] [blame] | 829 | extern blk_qc_t direct_make_request(struct bio *bio); |
FUJITA Tomonori | 2a4aa30 | 2008-04-29 09:54:36 +0200 | [diff] [blame] | 830 | extern void blk_rq_init(struct request_queue *q, struct request *rq); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 831 | extern void blk_put_request(struct request *); |
Bart Van Assche | cd6ce14 | 2017-06-20 11:15:39 -0700 | [diff] [blame] | 832 | extern struct request *blk_get_request(struct request_queue *, unsigned int op, |
Christoph Hellwig | ff005a0 | 2018-05-09 09:54:05 +0200 | [diff] [blame] | 833 | blk_mq_req_flags_t flags); |
Kiyoshi Ueda | ef9e3fa | 2008-10-01 16:12:15 +0200 | [diff] [blame] | 834 | extern int blk_lld_busy(struct request_queue *q); |
Mike Snitzer | 78d8e58 | 2015-06-26 10:01:13 -0400 | [diff] [blame] | 835 | extern int blk_rq_prep_clone(struct request *rq, struct request *rq_src, |
| 836 | struct bio_set *bs, gfp_t gfp_mask, |
| 837 | int (*bio_ctr)(struct bio *, struct bio *, void *), |
| 838 | void *data); |
| 839 | extern void blk_rq_unprep_clone(struct request *rq); |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 840 | extern blk_status_t blk_insert_cloned_request(struct request_queue *q, |
Kiyoshi Ueda | 82124d6 | 2008-09-18 10:45:38 -0400 | [diff] [blame] | 841 | struct request *rq); |
Jens Axboe | 0abc2a1 | 2017-12-18 15:40:44 +0800 | [diff] [blame] | 842 | extern int blk_rq_append_bio(struct request *rq, struct bio **bio); |
NeilBrown | af67c31 | 2017-06-18 14:38:57 +1000 | [diff] [blame] | 843 | extern void blk_queue_split(struct request_queue *, struct bio **); |
Paolo Bonzini | 0bfc96c | 2012-01-12 16:01:28 +0100 | [diff] [blame] | 844 | extern int scsi_verify_blk_ioctl(struct block_device *, unsigned int); |
Paolo Bonzini | 577ebb3 | 2012-01-12 16:01:27 +0100 | [diff] [blame] | 845 | extern int scsi_cmd_blk_ioctl(struct block_device *, fmode_t, |
| 846 | unsigned int, void __user *); |
Al Viro | 74f3c8a | 2007-08-27 15:38:10 -0400 | [diff] [blame] | 847 | extern int scsi_cmd_ioctl(struct request_queue *, struct gendisk *, fmode_t, |
| 848 | unsigned int, void __user *); |
Al Viro | e915e87 | 2008-09-02 17:16:41 -0400 | [diff] [blame] | 849 | extern int sg_scsi_ioctl(struct request_queue *, struct gendisk *, fmode_t, |
| 850 | struct scsi_ioctl_command __user *); |
Andrew Morton | 3fcfab1 | 2006-10-19 23:28:16 -0700 | [diff] [blame] | 851 | |
Bart Van Assche | 9a95e4e | 2017-11-09 10:49:59 -0800 | [diff] [blame] | 852 | extern int blk_queue_enter(struct request_queue *q, blk_mq_req_flags_t flags); |
Dan Williams | 2e6edc95 | 2015-11-19 13:29:28 -0800 | [diff] [blame] | 853 | extern void blk_queue_exit(struct request_queue *q); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 854 | extern void blk_sync_queue(struct request_queue *q); |
FUJITA Tomonori | a3bce90 | 2008-08-28 16:17:05 +0900 | [diff] [blame] | 855 | extern int blk_rq_map_user(struct request_queue *, struct request *, |
FUJITA Tomonori | 152e283 | 2008-08-28 16:17:06 +0900 | [diff] [blame] | 856 | struct rq_map_data *, void __user *, unsigned long, |
| 857 | gfp_t); |
Jens Axboe | 8e5cfc4 | 2006-12-19 11:12:46 +0100 | [diff] [blame] | 858 | extern int blk_rq_unmap_user(struct bio *); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 859 | extern int blk_rq_map_kern(struct request_queue *, struct request *, void *, unsigned int, gfp_t); |
| 860 | extern int blk_rq_map_user_iov(struct request_queue *, struct request *, |
Kent Overstreet | 26e49cf | 2015-01-18 16:16:31 +0100 | [diff] [blame] | 861 | struct rq_map_data *, const struct iov_iter *, |
| 862 | gfp_t); |
Christoph Hellwig | b7819b9 | 2017-04-20 16:02:55 +0200 | [diff] [blame] | 863 | extern void blk_execute_rq(struct request_queue *, struct gendisk *, |
James Bottomley | 994ca9a | 2005-06-20 14:11:09 +0200 | [diff] [blame] | 864 | struct request *, int); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 865 | extern void blk_execute_rq_nowait(struct request_queue *, struct gendisk *, |
Jens Axboe | 15fc858 | 2006-01-06 10:00:50 +0100 | [diff] [blame] | 866 | struct request *, int, rq_end_io_fn *); |
Mike Christie | 6e39b69 | 2005-11-11 05:30:24 -0600 | [diff] [blame] | 867 | |
Chaitanya Kulkarni | e47bc4e | 2019-06-20 10:59:16 -0700 | [diff] [blame^] | 868 | /* Helper to convert REQ_OP_XXX to its string format XXX */ |
| 869 | extern const char *blk_op_str(unsigned int op); |
| 870 | |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 871 | int blk_status_to_errno(blk_status_t status); |
| 872 | blk_status_t errno_to_blk_status(int errno); |
| 873 | |
Jens Axboe | 0a1b8b8 | 2018-11-26 08:24:43 -0700 | [diff] [blame] | 874 | int blk_poll(struct request_queue *q, blk_qc_t cookie, bool spin); |
Jens Axboe | 05229beed | 2015-11-05 10:44:55 -0700 | [diff] [blame] | 875 | |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 876 | static inline struct request_queue *bdev_get_queue(struct block_device *bdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 877 | { |
Tejun Heo | ff9ea32 | 2014-09-08 08:03:56 +0900 | [diff] [blame] | 878 | return bdev->bd_disk->queue; /* this is never NULL */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | } |
| 880 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 881 | /* |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 882 | * The basic unit of block I/O is a sector. It is used in a number of contexts |
| 883 | * in Linux (blk, bio, genhd). The size of one sector is 512 = 2**9 |
| 884 | * bytes. Variables of type sector_t represent an offset or size that is a |
| 885 | * multiple of 512 bytes. Hence these two constants. |
| 886 | */ |
| 887 | #ifndef SECTOR_SHIFT |
| 888 | #define SECTOR_SHIFT 9 |
| 889 | #endif |
| 890 | #ifndef SECTOR_SIZE |
| 891 | #define SECTOR_SIZE (1 << SECTOR_SHIFT) |
| 892 | #endif |
| 893 | |
| 894 | /* |
Tejun Heo | 80a761f | 2009-07-03 17:48:17 +0900 | [diff] [blame] | 895 | * blk_rq_pos() : the current sector |
| 896 | * blk_rq_bytes() : bytes left in the entire request |
| 897 | * blk_rq_cur_bytes() : bytes left in the current segment |
| 898 | * blk_rq_err_bytes() : bytes left till the next error boundary |
| 899 | * blk_rq_sectors() : sectors left in the entire request |
| 900 | * blk_rq_cur_sectors() : sectors left in the current segment |
Tejun Heo | 5efccd1 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 901 | */ |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 902 | static inline sector_t blk_rq_pos(const struct request *rq) |
| 903 | { |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 904 | return rq->__sector; |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 905 | } |
| 906 | |
Tejun Heo | 2e46e8b | 2009-05-07 22:24:41 +0900 | [diff] [blame] | 907 | static inline unsigned int blk_rq_bytes(const struct request *rq) |
| 908 | { |
Tejun Heo | a2dec7b | 2009-05-07 22:24:44 +0900 | [diff] [blame] | 909 | return rq->__data_len; |
Tejun Heo | 2e46e8b | 2009-05-07 22:24:41 +0900 | [diff] [blame] | 910 | } |
| 911 | |
| 912 | static inline int blk_rq_cur_bytes(const struct request *rq) |
| 913 | { |
| 914 | return rq->bio ? bio_cur_bytes(rq->bio) : 0; |
| 915 | } |
Tejun Heo | 5efccd1 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 916 | |
Tejun Heo | 80a761f | 2009-07-03 17:48:17 +0900 | [diff] [blame] | 917 | extern unsigned int blk_rq_err_bytes(const struct request *rq); |
| 918 | |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 919 | static inline unsigned int blk_rq_sectors(const struct request *rq) |
| 920 | { |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 921 | return blk_rq_bytes(rq) >> SECTOR_SHIFT; |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 922 | } |
| 923 | |
| 924 | static inline unsigned int blk_rq_cur_sectors(const struct request *rq) |
| 925 | { |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 926 | return blk_rq_cur_bytes(rq) >> SECTOR_SHIFT; |
Tejun Heo | 5b93629 | 2009-05-07 22:24:38 +0900 | [diff] [blame] | 927 | } |
| 928 | |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 929 | #ifdef CONFIG_BLK_DEV_ZONED |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 930 | static inline unsigned int blk_rq_zone_no(struct request *rq) |
| 931 | { |
| 932 | return blk_queue_zone_no(rq->q, blk_rq_pos(rq)); |
| 933 | } |
| 934 | |
| 935 | static inline unsigned int blk_rq_zone_is_seq(struct request *rq) |
| 936 | { |
| 937 | return blk_queue_zone_is_seq(rq->q, blk_rq_pos(rq)); |
| 938 | } |
Bart Van Assche | 6a5ac98 | 2018-06-15 14:55:21 -0700 | [diff] [blame] | 939 | #endif /* CONFIG_BLK_DEV_ZONED */ |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 940 | |
Christoph Hellwig | 2e3258e | 2017-01-13 12:29:10 +0100 | [diff] [blame] | 941 | /* |
| 942 | * Some commands like WRITE SAME have a payload or data transfer size which |
| 943 | * is different from the size of the request. Any driver that supports such |
| 944 | * commands using the RQF_SPECIAL_PAYLOAD flag needs to use this helper to |
| 945 | * calculate the data transfer size. |
| 946 | */ |
| 947 | static inline unsigned int blk_rq_payload_bytes(struct request *rq) |
| 948 | { |
| 949 | if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) |
| 950 | return rq->special_vec.bv_len; |
| 951 | return blk_rq_bytes(rq); |
| 952 | } |
| 953 | |
Christoph Hellwig | 3aef3ca | 2019-03-03 09:14:01 -0700 | [diff] [blame] | 954 | /* |
| 955 | * Return the first full biovec in the request. The caller needs to check that |
| 956 | * there are any bvecs before calling this helper. |
| 957 | */ |
| 958 | static inline struct bio_vec req_bvec(struct request *rq) |
| 959 | { |
| 960 | if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) |
| 961 | return rq->special_vec; |
| 962 | return mp_bvec_iter_bvec(rq->bio->bi_io_vec, rq->bio->bi_iter); |
| 963 | } |
| 964 | |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 965 | static inline unsigned int blk_queue_get_max_sectors(struct request_queue *q, |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 966 | int op) |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 967 | { |
Adrian Hunter | 7afafc8 | 2016-08-16 10:59:35 +0300 | [diff] [blame] | 968 | if (unlikely(op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE)) |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 969 | return min(q->limits.max_discard_sectors, |
| 970 | UINT_MAX >> SECTOR_SHIFT); |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 971 | |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 972 | if (unlikely(op == REQ_OP_WRITE_SAME)) |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 973 | return q->limits.max_write_same_sectors; |
| 974 | |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 975 | if (unlikely(op == REQ_OP_WRITE_ZEROES)) |
| 976 | return q->limits.max_write_zeroes_sectors; |
| 977 | |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 978 | return q->limits.max_sectors; |
| 979 | } |
| 980 | |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 981 | /* |
| 982 | * Return maximum size of a request at given offset. Only valid for |
| 983 | * file system requests. |
| 984 | */ |
| 985 | static inline unsigned int blk_max_size_offset(struct request_queue *q, |
| 986 | sector_t offset) |
| 987 | { |
| 988 | if (!q->limits.chunk_sectors) |
Jens Axboe | 736ed4d | 2014-06-17 22:09:29 -0700 | [diff] [blame] | 989 | return q->limits.max_sectors; |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 990 | |
Keith Busch | 15bfd21 | 2018-06-26 09:14:58 -0600 | [diff] [blame] | 991 | return min(q->limits.max_sectors, (unsigned int)(q->limits.chunk_sectors - |
| 992 | (offset & (q->limits.chunk_sectors - 1)))); |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 993 | } |
| 994 | |
Damien Le Moal | 17007f3 | 2016-07-20 21:40:47 -0600 | [diff] [blame] | 995 | static inline unsigned int blk_rq_get_max_sectors(struct request *rq, |
| 996 | sector_t offset) |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 997 | { |
| 998 | struct request_queue *q = rq->q; |
| 999 | |
Christoph Hellwig | 57292b5 | 2017-01-31 16:57:29 +0100 | [diff] [blame] | 1000 | if (blk_rq_is_passthrough(rq)) |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 1001 | return q->limits.max_hw_sectors; |
| 1002 | |
Adrian Hunter | 7afafc8 | 2016-08-16 10:59:35 +0300 | [diff] [blame] | 1003 | if (!q->limits.chunk_sectors || |
| 1004 | req_op(rq) == REQ_OP_DISCARD || |
| 1005 | req_op(rq) == REQ_OP_SECURE_ERASE) |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 1006 | return blk_queue_get_max_sectors(q, req_op(rq)); |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1007 | |
Damien Le Moal | 17007f3 | 2016-07-20 21:40:47 -0600 | [diff] [blame] | 1008 | return min(blk_max_size_offset(q, offset), |
Mike Christie | 8fe0d47 | 2016-06-05 14:32:15 -0500 | [diff] [blame] | 1009 | blk_queue_get_max_sectors(q, req_op(rq))); |
Martin K. Petersen | f31dc1c | 2012-09-18 12:19:26 -0400 | [diff] [blame] | 1010 | } |
| 1011 | |
Jun'ichi Nomura | 75afb35 | 2013-09-21 13:57:47 -0600 | [diff] [blame] | 1012 | static inline unsigned int blk_rq_count_bios(struct request *rq) |
| 1013 | { |
| 1014 | unsigned int nr_bios = 0; |
| 1015 | struct bio *bio; |
| 1016 | |
| 1017 | __rq_for_each_bio(bio, rq) |
| 1018 | nr_bios++; |
| 1019 | |
| 1020 | return nr_bios; |
| 1021 | } |
| 1022 | |
Christoph Hellwig | ef71de8 | 2017-11-02 21:29:51 +0300 | [diff] [blame] | 1023 | void blk_steal_bios(struct bio_list *list, struct request *rq); |
| 1024 | |
Tejun Heo | 9934c8c | 2009-05-08 11:54:16 +0900 | [diff] [blame] | 1025 | /* |
Tejun Heo | 2e60e02 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 1026 | * Request completion related functions. |
| 1027 | * |
| 1028 | * blk_update_request() completes given number of bytes and updates |
| 1029 | * the request without completing it. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1030 | */ |
Christoph Hellwig | 2a842ac | 2017-06-03 09:38:04 +0200 | [diff] [blame] | 1031 | extern bool blk_update_request(struct request *rq, blk_status_t error, |
Tejun Heo | 2e60e02 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 1032 | unsigned int nr_bytes); |
Tejun Heo | 2e60e02 | 2009-04-23 11:05:18 +0900 | [diff] [blame] | 1033 | |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 1034 | extern void __blk_complete_request(struct request *); |
| 1035 | extern void blk_abort_request(struct request *); |
Jens Axboe | ff856ba | 2006-01-09 16:02:34 +0100 | [diff] [blame] | 1036 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1037 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1038 | * Access functions for manipulating queue properties |
| 1039 | */ |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1040 | extern void blk_cleanup_queue(struct request_queue *); |
| 1041 | extern void blk_queue_make_request(struct request_queue *, make_request_fn *); |
| 1042 | extern void blk_queue_bounce_limit(struct request_queue *, u64); |
Martin K. Petersen | 086fa5f | 2010-02-26 00:20:38 -0500 | [diff] [blame] | 1043 | extern void blk_queue_max_hw_sectors(struct request_queue *, unsigned int); |
Jens Axboe | 762380a | 2014-06-05 13:38:39 -0600 | [diff] [blame] | 1044 | extern void blk_queue_chunk_sectors(struct request_queue *, unsigned int); |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 1045 | extern void blk_queue_max_segments(struct request_queue *, unsigned short); |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1046 | extern void blk_queue_max_discard_segments(struct request_queue *, |
| 1047 | unsigned short); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1048 | extern void blk_queue_max_segment_size(struct request_queue *, unsigned int); |
Christoph Hellwig | 67efc92 | 2009-09-30 13:54:20 +0200 | [diff] [blame] | 1049 | extern void blk_queue_max_discard_sectors(struct request_queue *q, |
| 1050 | unsigned int max_discard_sectors); |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 1051 | extern void blk_queue_max_write_same_sectors(struct request_queue *q, |
| 1052 | unsigned int max_write_same_sectors); |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 1053 | extern void blk_queue_max_write_zeroes_sectors(struct request_queue *q, |
| 1054 | unsigned int max_write_same_sectors); |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1055 | extern void blk_queue_logical_block_size(struct request_queue *, unsigned short); |
Martin K. Petersen | 892b6f9 | 2010-10-13 21:18:03 +0200 | [diff] [blame] | 1056 | extern void blk_queue_physical_block_size(struct request_queue *, unsigned int); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1057 | extern void blk_queue_alignment_offset(struct request_queue *q, |
| 1058 | unsigned int alignment); |
Martin K. Petersen | 7c958e3 | 2009-07-31 11:49:11 -0400 | [diff] [blame] | 1059 | extern void blk_limits_io_min(struct queue_limits *limits, unsigned int min); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1060 | extern void blk_queue_io_min(struct request_queue *q, unsigned int min); |
Martin K. Petersen | 3c5820c | 2009-09-11 21:54:52 +0200 | [diff] [blame] | 1061 | extern void blk_limits_io_opt(struct queue_limits *limits, unsigned int opt); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1062 | extern void blk_queue_io_opt(struct request_queue *q, unsigned int opt); |
Jens Axboe | d278d4a | 2016-03-30 10:21:08 -0600 | [diff] [blame] | 1063 | extern void blk_set_queue_depth(struct request_queue *q, unsigned int depth); |
Martin K. Petersen | e475bba | 2009-06-16 08:23:52 +0200 | [diff] [blame] | 1064 | extern void blk_set_default_limits(struct queue_limits *lim); |
Martin K. Petersen | b1bd055 | 2012-01-11 16:27:11 +0100 | [diff] [blame] | 1065 | extern void blk_set_stacking_limits(struct queue_limits *lim); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1066 | extern int blk_stack_limits(struct queue_limits *t, struct queue_limits *b, |
| 1067 | sector_t offset); |
Martin K. Petersen | 17be8c2 | 2010-01-11 03:21:49 -0500 | [diff] [blame] | 1068 | extern int bdev_stack_limits(struct queue_limits *t, struct block_device *bdev, |
| 1069 | sector_t offset); |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1070 | extern void disk_stack_limits(struct gendisk *disk, struct block_device *bdev, |
| 1071 | sector_t offset); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1072 | extern void blk_queue_stack_limits(struct request_queue *t, struct request_queue *b); |
FUJITA Tomonori | 27f8221 | 2008-07-04 09:30:03 +0200 | [diff] [blame] | 1073 | extern void blk_queue_update_dma_pad(struct request_queue *, unsigned int); |
Tejun Heo | 2fb98e8 | 2008-02-19 11:36:53 +0100 | [diff] [blame] | 1074 | extern int blk_queue_dma_drain(struct request_queue *q, |
| 1075 | dma_drain_needed_fn *dma_drain_needed, |
| 1076 | void *buf, unsigned int size); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1077 | extern void blk_queue_segment_boundary(struct request_queue *, unsigned long); |
Keith Busch | 03100aa | 2015-08-19 14:24:05 -0700 | [diff] [blame] | 1078 | extern void blk_queue_virt_boundary(struct request_queue *, unsigned long); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1079 | extern void blk_queue_dma_alignment(struct request_queue *, int); |
James Bottomley | 11c3e68 | 2007-12-31 16:37:00 -0600 | [diff] [blame] | 1080 | extern void blk_queue_update_dma_alignment(struct request_queue *, int); |
Jens Axboe | 242f9dc | 2008-09-14 05:55:09 -0700 | [diff] [blame] | 1081 | extern void blk_queue_rq_timeout(struct request_queue *, unsigned int); |
Jens Axboe | 93e9d8e | 2016-04-12 12:32:46 -0600 | [diff] [blame] | 1082 | extern void blk_queue_write_cache(struct request_queue *q, bool enabled, bool fua); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1083 | |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1084 | /* |
| 1085 | * Number of physical segments as sent to the device. |
| 1086 | * |
| 1087 | * Normally this is the number of discontiguous data segments sent by the |
| 1088 | * submitter. But for data-less command like discard we might have no |
| 1089 | * actual data segments submitted, but the driver might have to add it's |
| 1090 | * own special payload. In that case we still return 1 here so that this |
| 1091 | * special payload will be mapped. |
| 1092 | */ |
Christoph Hellwig | f9d03f9 | 2016-12-08 15:20:32 -0700 | [diff] [blame] | 1093 | static inline unsigned short blk_rq_nr_phys_segments(struct request *rq) |
| 1094 | { |
| 1095 | if (rq->rq_flags & RQF_SPECIAL_PAYLOAD) |
| 1096 | return 1; |
| 1097 | return rq->nr_phys_segments; |
| 1098 | } |
| 1099 | |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1100 | /* |
| 1101 | * Number of discard segments (or ranges) the driver needs to fill in. |
| 1102 | * Each discard bio merged into a request is counted as one segment. |
| 1103 | */ |
| 1104 | static inline unsigned short blk_rq_nr_discard_segments(struct request *rq) |
| 1105 | { |
| 1106 | return max_t(unsigned short, rq->nr_phys_segments, 1); |
| 1107 | } |
| 1108 | |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1109 | extern int blk_rq_map_sg(struct request_queue *, struct request *, struct scatterlist *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1110 | extern void blk_dump_rq_flags(struct request *, char *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1111 | extern long nr_blockdev_pages(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1112 | |
Tejun Heo | 09ac46c | 2011-12-14 00:33:38 +0100 | [diff] [blame] | 1113 | bool __must_check blk_get_queue(struct request_queue *); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1114 | struct request_queue *blk_alloc_queue(gfp_t); |
Christoph Hellwig | 6d46964 | 2018-11-14 17:02:18 +0100 | [diff] [blame] | 1115 | struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id); |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1116 | extern void blk_put_queue(struct request_queue *); |
Jens Axboe | 3f21c26 | 2015-06-05 10:57:37 -0600 | [diff] [blame] | 1117 | extern void blk_set_queue_dying(struct request_queue *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1118 | |
Shaohua Li | 316cc67 | 2011-07-08 08:19:21 +0200 | [diff] [blame] | 1119 | /* |
Suresh Jayaraman | 75df713 | 2011-09-21 10:00:16 +0200 | [diff] [blame] | 1120 | * blk_plug permits building a queue of related requests by holding the I/O |
| 1121 | * fragments for a short period. This allows merging of sequential requests |
| 1122 | * into single larger request. As the requests are moved from a per-task list to |
| 1123 | * the device's request_queue in a batch, this results in improved scalability |
| 1124 | * as the lock contention for request_queue lock is reduced. |
| 1125 | * |
| 1126 | * It is ok not to disable preemption when adding the request to the plug list |
| 1127 | * or when attempting a merge, because blk_schedule_flush_list() will only flush |
| 1128 | * the plug list when the task sleeps by itself. For details, please see |
| 1129 | * schedule() where blk_schedule_flush_plug() is called. |
Shaohua Li | 316cc67 | 2011-07-08 08:19:21 +0200 | [diff] [blame] | 1130 | */ |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1131 | struct blk_plug { |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 1132 | struct list_head mq_list; /* blk-mq requests */ |
Suresh Jayaraman | 75df713 | 2011-09-21 10:00:16 +0200 | [diff] [blame] | 1133 | struct list_head cb_list; /* md requires an unplug callback */ |
Jens Axboe | 5f0ed77 | 2018-11-23 22:04:33 -0700 | [diff] [blame] | 1134 | unsigned short rq_count; |
Jens Axboe | ce5b009 | 2018-11-27 17:13:56 -0700 | [diff] [blame] | 1135 | bool multiple_queues; |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1136 | }; |
Shaohua Li | 55c022b | 2011-07-08 08:19:20 +0200 | [diff] [blame] | 1137 | #define BLK_MAX_REQUEST_COUNT 16 |
Shaohua Li | 50d24c3 | 2016-11-03 17:03:53 -0700 | [diff] [blame] | 1138 | #define BLK_PLUG_FLUSH_SIZE (128 * 1024) |
Shaohua Li | 55c022b | 2011-07-08 08:19:20 +0200 | [diff] [blame] | 1139 | |
NeilBrown | 9cbb175 | 2012-07-31 09:08:14 +0200 | [diff] [blame] | 1140 | struct blk_plug_cb; |
NeilBrown | 74018dc | 2012-07-31 09:08:15 +0200 | [diff] [blame] | 1141 | typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool); |
NeilBrown | 048c937 | 2011-04-18 09:52:22 +0200 | [diff] [blame] | 1142 | struct blk_plug_cb { |
| 1143 | struct list_head list; |
NeilBrown | 9cbb175 | 2012-07-31 09:08:14 +0200 | [diff] [blame] | 1144 | blk_plug_cb_fn callback; |
| 1145 | void *data; |
NeilBrown | 048c937 | 2011-04-18 09:52:22 +0200 | [diff] [blame] | 1146 | }; |
NeilBrown | 9cbb175 | 2012-07-31 09:08:14 +0200 | [diff] [blame] | 1147 | extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug, |
| 1148 | void *data, int size); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1149 | extern void blk_start_plug(struct blk_plug *); |
| 1150 | extern void blk_finish_plug(struct blk_plug *); |
Jens Axboe | f660378 | 2011-04-15 15:49:07 +0200 | [diff] [blame] | 1151 | extern void blk_flush_plug_list(struct blk_plug *, bool); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1152 | |
| 1153 | static inline void blk_flush_plug(struct task_struct *tsk) |
| 1154 | { |
| 1155 | struct blk_plug *plug = tsk->plug; |
| 1156 | |
Christoph Hellwig | 88b996c | 2011-04-15 15:20:10 +0200 | [diff] [blame] | 1157 | if (plug) |
Jens Axboe | a237c1c | 2011-04-16 13:27:55 +0200 | [diff] [blame] | 1158 | blk_flush_plug_list(plug, false); |
| 1159 | } |
| 1160 | |
| 1161 | static inline void blk_schedule_flush_plug(struct task_struct *tsk) |
| 1162 | { |
| 1163 | struct blk_plug *plug = tsk->plug; |
| 1164 | |
| 1165 | if (plug) |
Jens Axboe | f660378 | 2011-04-15 15:49:07 +0200 | [diff] [blame] | 1166 | blk_flush_plug_list(plug, true); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1167 | } |
| 1168 | |
| 1169 | static inline bool blk_needs_flush_plug(struct task_struct *tsk) |
| 1170 | { |
| 1171 | struct blk_plug *plug = tsk->plug; |
| 1172 | |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 1173 | return plug && |
Jens Axboe | a1ce35f | 2018-10-29 10:23:51 -0600 | [diff] [blame] | 1174 | (!list_empty(&plug->mq_list) || |
Jens Axboe | 320ae51 | 2013-10-24 09:20:05 +0100 | [diff] [blame] | 1175 | !list_empty(&plug->cb_list)); |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1176 | } |
| 1177 | |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1178 | extern int blkdev_issue_flush(struct block_device *, gfp_t, sector_t *); |
| 1179 | extern int blkdev_issue_write_same(struct block_device *bdev, sector_t sector, |
| 1180 | sector_t nr_sects, gfp_t gfp_mask, struct page *page); |
Christoph Hellwig | e950fdf | 2016-07-19 11:23:33 +0200 | [diff] [blame] | 1181 | |
| 1182 | #define BLKDEV_DISCARD_SECURE (1 << 0) /* issue a secure erase */ |
Christoph Hellwig | dd3932e | 2010-09-16 20:51:46 +0200 | [diff] [blame] | 1183 | |
Dmitry Monakhov | fbd9b09 | 2010-04-28 17:55:06 +0400 | [diff] [blame] | 1184 | extern int blkdev_issue_discard(struct block_device *bdev, sector_t sector, |
| 1185 | sector_t nr_sects, gfp_t gfp_mask, unsigned long flags); |
Christoph Hellwig | 38f2525 | 2016-04-16 14:55:28 -0400 | [diff] [blame] | 1186 | extern int __blkdev_issue_discard(struct block_device *bdev, sector_t sector, |
Christoph Hellwig | 288dab8 | 2016-06-09 16:00:36 +0200 | [diff] [blame] | 1187 | sector_t nr_sects, gfp_t gfp_mask, int flags, |
Mike Christie | 469e321 | 2016-06-05 14:31:49 -0500 | [diff] [blame] | 1188 | struct bio **biop); |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1189 | |
| 1190 | #define BLKDEV_ZERO_NOUNMAP (1 << 0) /* do not free blocks */ |
Christoph Hellwig | cb365b9 | 2017-04-05 19:21:10 +0200 | [diff] [blame] | 1191 | #define BLKDEV_ZERO_NOFALLBACK (1 << 1) /* don't write explicit zeroes */ |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1192 | |
Chaitanya Kulkarni | e73c23f | 2016-11-30 12:28:58 -0800 | [diff] [blame] | 1193 | extern int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, |
| 1194 | sector_t nr_sects, gfp_t gfp_mask, struct bio **biop, |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1195 | unsigned flags); |
Dmitry Monakhov | 3f14d79 | 2010-04-28 17:55:09 +0400 | [diff] [blame] | 1196 | extern int blkdev_issue_zeroout(struct block_device *bdev, sector_t sector, |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1197 | sector_t nr_sects, gfp_t gfp_mask, unsigned flags); |
| 1198 | |
Christoph Hellwig | 2cf6d26 | 2010-08-18 05:29:10 -0400 | [diff] [blame] | 1199 | static inline int sb_issue_discard(struct super_block *sb, sector_t block, |
| 1200 | sector_t nr_blocks, gfp_t gfp_mask, unsigned long flags) |
David Woodhouse | fb2dce8 | 2008-08-05 18:01:53 +0100 | [diff] [blame] | 1201 | { |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1202 | return blkdev_issue_discard(sb->s_bdev, |
| 1203 | block << (sb->s_blocksize_bits - |
| 1204 | SECTOR_SHIFT), |
| 1205 | nr_blocks << (sb->s_blocksize_bits - |
| 1206 | SECTOR_SHIFT), |
Christoph Hellwig | 2cf6d26 | 2010-08-18 05:29:10 -0400 | [diff] [blame] | 1207 | gfp_mask, flags); |
David Woodhouse | fb2dce8 | 2008-08-05 18:01:53 +0100 | [diff] [blame] | 1208 | } |
Lukas Czerner | e6fa0be | 2010-10-27 21:30:04 -0400 | [diff] [blame] | 1209 | static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, |
Theodore Ts'o | a107e5a | 2010-10-27 23:44:47 -0400 | [diff] [blame] | 1210 | sector_t nr_blocks, gfp_t gfp_mask) |
Lukas Czerner | e6fa0be | 2010-10-27 21:30:04 -0400 | [diff] [blame] | 1211 | { |
| 1212 | return blkdev_issue_zeroout(sb->s_bdev, |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1213 | block << (sb->s_blocksize_bits - |
| 1214 | SECTOR_SHIFT), |
| 1215 | nr_blocks << (sb->s_blocksize_bits - |
| 1216 | SECTOR_SHIFT), |
Christoph Hellwig | ee472d8 | 2017-04-05 19:21:08 +0200 | [diff] [blame] | 1217 | gfp_mask, 0); |
Lukas Czerner | e6fa0be | 2010-10-27 21:30:04 -0400 | [diff] [blame] | 1218 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1219 | |
Christoph Hellwig | f00c4d8 | 2017-11-05 10:36:31 +0300 | [diff] [blame] | 1220 | extern int blk_verify_command(unsigned char *cmd, fmode_t mode); |
Adel Gadllah | 0b07de8 | 2008-06-26 13:48:27 +0200 | [diff] [blame] | 1221 | |
Martin K. Petersen | eb28d31 | 2010-02-26 00:20:37 -0500 | [diff] [blame] | 1222 | enum blk_default_limits { |
| 1223 | BLK_MAX_SEGMENTS = 128, |
| 1224 | BLK_SAFE_MAX_SECTORS = 255, |
Jeff Moyer | d2be537 | 2015-08-13 14:57:57 -0400 | [diff] [blame] | 1225 | BLK_DEF_MAX_SECTORS = 2560, |
Martin K. Petersen | eb28d31 | 2010-02-26 00:20:37 -0500 | [diff] [blame] | 1226 | BLK_MAX_SEGMENT_SIZE = 65536, |
| 1227 | BLK_SEG_BOUNDARY_MASK = 0xFFFFFFFFUL, |
| 1228 | }; |
Milan Broz | 0e435ac | 2008-12-03 12:55:08 +0100 | [diff] [blame] | 1229 | |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1230 | static inline unsigned long queue_segment_boundary(struct request_queue *q) |
| 1231 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1232 | return q->limits.seg_boundary_mask; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1233 | } |
| 1234 | |
Keith Busch | 03100aa | 2015-08-19 14:24:05 -0700 | [diff] [blame] | 1235 | static inline unsigned long queue_virt_boundary(struct request_queue *q) |
| 1236 | { |
| 1237 | return q->limits.virt_boundary_mask; |
| 1238 | } |
| 1239 | |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1240 | static inline unsigned int queue_max_sectors(struct request_queue *q) |
| 1241 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1242 | return q->limits.max_sectors; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1243 | } |
| 1244 | |
| 1245 | static inline unsigned int queue_max_hw_sectors(struct request_queue *q) |
| 1246 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1247 | return q->limits.max_hw_sectors; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1248 | } |
| 1249 | |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 1250 | static inline unsigned short queue_max_segments(struct request_queue *q) |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1251 | { |
Martin K. Petersen | 8a78362 | 2010-02-26 00:20:39 -0500 | [diff] [blame] | 1252 | return q->limits.max_segments; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1253 | } |
| 1254 | |
Christoph Hellwig | 1e73973 | 2017-02-08 14:46:49 +0100 | [diff] [blame] | 1255 | static inline unsigned short queue_max_discard_segments(struct request_queue *q) |
| 1256 | { |
| 1257 | return q->limits.max_discard_segments; |
| 1258 | } |
| 1259 | |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1260 | static inline unsigned int queue_max_segment_size(struct request_queue *q) |
| 1261 | { |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1262 | return q->limits.max_segment_size; |
Martin K. Petersen | ae03bf6 | 2009-05-22 17:17:50 -0400 | [diff] [blame] | 1263 | } |
| 1264 | |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1265 | static inline unsigned short queue_logical_block_size(struct request_queue *q) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1266 | { |
| 1267 | int retval = 512; |
| 1268 | |
Martin K. Petersen | 025146e | 2009-05-22 17:17:51 -0400 | [diff] [blame] | 1269 | if (q && q->limits.logical_block_size) |
| 1270 | retval = q->limits.logical_block_size; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1271 | |
| 1272 | return retval; |
| 1273 | } |
| 1274 | |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1275 | static inline unsigned short bdev_logical_block_size(struct block_device *bdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1276 | { |
Martin K. Petersen | e1defc4 | 2009-05-22 17:17:49 -0400 | [diff] [blame] | 1277 | return queue_logical_block_size(bdev_get_queue(bdev)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1278 | } |
| 1279 | |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1280 | static inline unsigned int queue_physical_block_size(struct request_queue *q) |
| 1281 | { |
| 1282 | return q->limits.physical_block_size; |
| 1283 | } |
| 1284 | |
Martin K. Petersen | 892b6f9 | 2010-10-13 21:18:03 +0200 | [diff] [blame] | 1285 | static inline unsigned int bdev_physical_block_size(struct block_device *bdev) |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1286 | { |
| 1287 | return queue_physical_block_size(bdev_get_queue(bdev)); |
| 1288 | } |
| 1289 | |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1290 | static inline unsigned int queue_io_min(struct request_queue *q) |
| 1291 | { |
| 1292 | return q->limits.io_min; |
| 1293 | } |
| 1294 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1295 | static inline int bdev_io_min(struct block_device *bdev) |
| 1296 | { |
| 1297 | return queue_io_min(bdev_get_queue(bdev)); |
| 1298 | } |
| 1299 | |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1300 | static inline unsigned int queue_io_opt(struct request_queue *q) |
| 1301 | { |
| 1302 | return q->limits.io_opt; |
| 1303 | } |
| 1304 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1305 | static inline int bdev_io_opt(struct block_device *bdev) |
| 1306 | { |
| 1307 | return queue_io_opt(bdev_get_queue(bdev)); |
| 1308 | } |
| 1309 | |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1310 | static inline int queue_alignment_offset(struct request_queue *q) |
| 1311 | { |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1312 | if (q->limits.misaligned) |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1313 | return -1; |
| 1314 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1315 | return q->limits.alignment_offset; |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1316 | } |
| 1317 | |
Martin K. Petersen | e03a72e | 2010-01-11 03:21:51 -0500 | [diff] [blame] | 1318 | static inline int queue_limit_alignment_offset(struct queue_limits *lim, sector_t sector) |
Martin K. Petersen | 81744ee | 2009-12-29 08:35:35 +0100 | [diff] [blame] | 1319 | { |
| 1320 | unsigned int granularity = max(lim->physical_block_size, lim->io_min); |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1321 | unsigned int alignment = sector_div(sector, granularity >> SECTOR_SHIFT) |
| 1322 | << SECTOR_SHIFT; |
Martin K. Petersen | 81744ee | 2009-12-29 08:35:35 +0100 | [diff] [blame] | 1323 | |
Mike Snitzer | b8839b8 | 2014-10-08 18:26:13 -0400 | [diff] [blame] | 1324 | return (granularity + lim->alignment_offset - alignment) % granularity; |
Martin K. Petersen | c72758f | 2009-05-22 17:17:53 -0400 | [diff] [blame] | 1325 | } |
| 1326 | |
Martin K. Petersen | ac481c2 | 2009-10-03 20:52:01 +0200 | [diff] [blame] | 1327 | static inline int bdev_alignment_offset(struct block_device *bdev) |
| 1328 | { |
| 1329 | struct request_queue *q = bdev_get_queue(bdev); |
| 1330 | |
| 1331 | if (q->limits.misaligned) |
| 1332 | return -1; |
| 1333 | |
| 1334 | if (bdev != bdev->bd_contains) |
| 1335 | return bdev->bd_part->alignment_offset; |
| 1336 | |
| 1337 | return q->limits.alignment_offset; |
| 1338 | } |
| 1339 | |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 1340 | static inline int queue_discard_alignment(struct request_queue *q) |
| 1341 | { |
| 1342 | if (q->limits.discard_misaligned) |
| 1343 | return -1; |
| 1344 | |
| 1345 | return q->limits.discard_alignment; |
| 1346 | } |
| 1347 | |
Martin K. Petersen | e03a72e | 2010-01-11 03:21:51 -0500 | [diff] [blame] | 1348 | static inline int queue_limit_discard_alignment(struct queue_limits *lim, sector_t sector) |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 1349 | { |
Linus Torvalds | 5977107 | 2012-12-19 07:18:35 -0800 | [diff] [blame] | 1350 | unsigned int alignment, granularity, offset; |
Martin K. Petersen | dd3d145 | 2010-01-11 03:21:48 -0500 | [diff] [blame] | 1351 | |
Martin K. Petersen | a934a00 | 2011-05-18 10:37:35 +0200 | [diff] [blame] | 1352 | if (!lim->max_discard_sectors) |
| 1353 | return 0; |
| 1354 | |
Linus Torvalds | 5977107 | 2012-12-19 07:18:35 -0800 | [diff] [blame] | 1355 | /* Why are these in bytes, not sectors? */ |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1356 | alignment = lim->discard_alignment >> SECTOR_SHIFT; |
| 1357 | granularity = lim->discard_granularity >> SECTOR_SHIFT; |
Linus Torvalds | 5977107 | 2012-12-19 07:18:35 -0800 | [diff] [blame] | 1358 | if (!granularity) |
| 1359 | return 0; |
| 1360 | |
| 1361 | /* Offset of the partition start in 'granularity' sectors */ |
| 1362 | offset = sector_div(sector, granularity); |
| 1363 | |
| 1364 | /* And why do we do this modulus *again* in blkdev_issue_discard()? */ |
| 1365 | offset = (granularity + alignment - offset) % granularity; |
| 1366 | |
| 1367 | /* Turn it back into bytes, gaah */ |
Bart Van Assche | 233bde2 | 2018-03-14 15:48:06 -0700 | [diff] [blame] | 1368 | return offset << SECTOR_SHIFT; |
Martin K. Petersen | 86b3728 | 2009-11-10 11:50:21 +0100 | [diff] [blame] | 1369 | } |
| 1370 | |
Paolo Bonzini | c6e6663 | 2012-08-02 09:48:50 +0200 | [diff] [blame] | 1371 | static inline int bdev_discard_alignment(struct block_device *bdev) |
| 1372 | { |
| 1373 | struct request_queue *q = bdev_get_queue(bdev); |
| 1374 | |
| 1375 | if (bdev != bdev->bd_contains) |
| 1376 | return bdev->bd_part->discard_alignment; |
| 1377 | |
| 1378 | return q->limits.discard_alignment; |
| 1379 | } |
| 1380 | |
Martin K. Petersen | 4363ac7 | 2012-09-18 12:19:27 -0400 | [diff] [blame] | 1381 | static inline unsigned int bdev_write_same(struct block_device *bdev) |
| 1382 | { |
| 1383 | struct request_queue *q = bdev_get_queue(bdev); |
| 1384 | |
| 1385 | if (q) |
| 1386 | return q->limits.max_write_same_sectors; |
| 1387 | |
| 1388 | return 0; |
| 1389 | } |
| 1390 | |
Chaitanya Kulkarni | a6f0788 | 2016-11-30 12:28:59 -0800 | [diff] [blame] | 1391 | static inline unsigned int bdev_write_zeroes_sectors(struct block_device *bdev) |
| 1392 | { |
| 1393 | struct request_queue *q = bdev_get_queue(bdev); |
| 1394 | |
| 1395 | if (q) |
| 1396 | return q->limits.max_write_zeroes_sectors; |
| 1397 | |
| 1398 | return 0; |
| 1399 | } |
| 1400 | |
Damien Le Moal | 797476b | 2016-10-18 15:40:29 +0900 | [diff] [blame] | 1401 | static inline enum blk_zoned_model bdev_zoned_model(struct block_device *bdev) |
| 1402 | { |
| 1403 | struct request_queue *q = bdev_get_queue(bdev); |
| 1404 | |
| 1405 | if (q) |
| 1406 | return blk_queue_zoned_model(q); |
| 1407 | |
| 1408 | return BLK_ZONED_NONE; |
| 1409 | } |
| 1410 | |
| 1411 | static inline bool bdev_is_zoned(struct block_device *bdev) |
| 1412 | { |
| 1413 | struct request_queue *q = bdev_get_queue(bdev); |
| 1414 | |
| 1415 | if (q) |
| 1416 | return blk_queue_is_zoned(q); |
| 1417 | |
| 1418 | return false; |
| 1419 | } |
| 1420 | |
Damien Le Moal | f99e864 | 2017-01-12 07:58:32 -0700 | [diff] [blame] | 1421 | static inline unsigned int bdev_zone_sectors(struct block_device *bdev) |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 1422 | { |
| 1423 | struct request_queue *q = bdev_get_queue(bdev); |
| 1424 | |
| 1425 | if (q) |
Damien Le Moal | f99e864 | 2017-01-12 07:58:32 -0700 | [diff] [blame] | 1426 | return blk_queue_zone_sectors(q); |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 1427 | return 0; |
| 1428 | } |
Hannes Reinecke | 6a0cb1b | 2016-10-18 15:40:33 +0900 | [diff] [blame] | 1429 | |
Jens Axboe | 165125e | 2007-07-24 09:28:11 +0200 | [diff] [blame] | 1430 | static inline int queue_dma_alignment(struct request_queue *q) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1431 | { |
Pete Wyckoff | 482eb68 | 2008-01-01 10:23:02 -0500 | [diff] [blame] | 1432 | return q ? q->dma_alignment : 511; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1433 | } |
| 1434 | |
Namhyung Kim | 1441779 | 2010-09-15 13:08:27 +0200 | [diff] [blame] | 1435 | static inline int blk_rq_aligned(struct request_queue *q, unsigned long addr, |
FUJITA Tomonori | 8790407 | 2008-08-28 15:05:58 +0900 | [diff] [blame] | 1436 | unsigned int len) |
| 1437 | { |
| 1438 | unsigned int alignment = queue_dma_alignment(q) | q->dma_pad_mask; |
Namhyung Kim | 1441779 | 2010-09-15 13:08:27 +0200 | [diff] [blame] | 1439 | return !(addr & alignment) && !(len & alignment); |
FUJITA Tomonori | 8790407 | 2008-08-28 15:05:58 +0900 | [diff] [blame] | 1440 | } |
| 1441 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1442 | /* assumes size > 256 */ |
| 1443 | static inline unsigned int blksize_bits(unsigned int size) |
| 1444 | { |
| 1445 | unsigned int bits = 8; |
| 1446 | do { |
| 1447 | bits++; |
| 1448 | size >>= 1; |
| 1449 | } while (size > 256); |
| 1450 | return bits; |
| 1451 | } |
| 1452 | |
Adrian Bunk | 2befb9e | 2005-09-10 00:27:17 -0700 | [diff] [blame] | 1453 | static inline unsigned int block_size(struct block_device *bdev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1454 | { |
| 1455 | return bdev->bd_block_size; |
| 1456 | } |
| 1457 | |
| 1458 | typedef struct {struct page *v;} Sector; |
| 1459 | |
| 1460 | unsigned char *read_dev_sector(struct block_device *, sector_t, Sector *); |
| 1461 | |
| 1462 | static inline void put_dev_sector(Sector p) |
| 1463 | { |
Kirill A. Shutemov | 09cbfea | 2016-04-01 15:29:47 +0300 | [diff] [blame] | 1464 | put_page(p.v); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1465 | } |
| 1466 | |
Jens Axboe | 59c3d45 | 2014-04-08 09:15:35 -0600 | [diff] [blame] | 1467 | int kblockd_schedule_work(struct work_struct *work); |
Jens Axboe | ee63cfa | 2016-08-24 15:52:48 -0600 | [diff] [blame] | 1468 | int kblockd_schedule_work_on(int cpu, struct work_struct *work); |
Jens Axboe | 818cd1c | 2017-04-10 09:54:55 -0600 | [diff] [blame] | 1469 | int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1470 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1471 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ |
| 1472 | MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor)) |
| 1473 | #define MODULE_ALIAS_BLOCKDEV_MAJOR(major) \ |
| 1474 | MODULE_ALIAS("block-major-" __stringify(major) "-*") |
| 1475 | |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1476 | #if defined(CONFIG_BLK_DEV_INTEGRITY) |
| 1477 | |
Martin K. Petersen | 8288f49 | 2014-09-26 19:20:02 -0400 | [diff] [blame] | 1478 | enum blk_integrity_flags { |
| 1479 | BLK_INTEGRITY_VERIFY = 1 << 0, |
| 1480 | BLK_INTEGRITY_GENERATE = 1 << 1, |
Martin K. Petersen | 3aec2f4 | 2014-09-26 19:20:03 -0400 | [diff] [blame] | 1481 | BLK_INTEGRITY_DEVICE_CAPABLE = 1 << 2, |
Martin K. Petersen | aae7df5 | 2014-09-26 19:20:05 -0400 | [diff] [blame] | 1482 | BLK_INTEGRITY_IP_CHECKSUM = 1 << 3, |
Martin K. Petersen | 8288f49 | 2014-09-26 19:20:02 -0400 | [diff] [blame] | 1483 | }; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1484 | |
Martin K. Petersen | 1859308 | 2014-09-26 19:20:01 -0400 | [diff] [blame] | 1485 | struct blk_integrity_iter { |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1486 | void *prot_buf; |
| 1487 | void *data_buf; |
Martin K. Petersen | 3be91c4 | 2014-09-26 19:19:59 -0400 | [diff] [blame] | 1488 | sector_t seed; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1489 | unsigned int data_size; |
Martin K. Petersen | 3be91c4 | 2014-09-26 19:19:59 -0400 | [diff] [blame] | 1490 | unsigned short interval; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1491 | const char *disk_name; |
| 1492 | }; |
| 1493 | |
Christoph Hellwig | 4e4cbee | 2017-06-03 09:38:06 +0200 | [diff] [blame] | 1494 | typedef blk_status_t (integrity_processing_fn) (struct blk_integrity_iter *); |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1495 | |
Martin K. Petersen | 0f8087e | 2015-10-21 13:19:33 -0400 | [diff] [blame] | 1496 | struct blk_integrity_profile { |
| 1497 | integrity_processing_fn *generate_fn; |
| 1498 | integrity_processing_fn *verify_fn; |
| 1499 | const char *name; |
| 1500 | }; |
| 1501 | |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1502 | extern void blk_integrity_register(struct gendisk *, struct blk_integrity *); |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1503 | extern void blk_integrity_unregister(struct gendisk *); |
Martin K. Petersen | ad7fce9 | 2008-10-01 03:38:39 -0400 | [diff] [blame] | 1504 | extern int blk_integrity_compare(struct gendisk *, struct gendisk *); |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 1505 | extern int blk_rq_map_integrity_sg(struct request_queue *, struct bio *, |
| 1506 | struct scatterlist *); |
| 1507 | extern int blk_rq_count_integrity_sg(struct request_queue *, struct bio *); |
Martin K. Petersen | 4eaf99b | 2014-09-26 19:20:06 -0400 | [diff] [blame] | 1508 | extern bool blk_integrity_merge_rq(struct request_queue *, struct request *, |
| 1509 | struct request *); |
| 1510 | extern bool blk_integrity_merge_bio(struct request_queue *, struct request *, |
| 1511 | struct bio *); |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1512 | |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1513 | static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk) |
| 1514 | { |
Dan Williams | ac6fc48 | 2015-10-21 13:20:18 -0400 | [diff] [blame] | 1515 | struct blk_integrity *bi = &disk->queue->integrity; |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1516 | |
| 1517 | if (!bi->profile) |
| 1518 | return NULL; |
| 1519 | |
| 1520 | return bi; |
| 1521 | } |
| 1522 | |
Jens Axboe | b04accc | 2008-10-02 12:53:22 +0200 | [diff] [blame] | 1523 | static inline |
| 1524 | struct blk_integrity *bdev_get_integrity(struct block_device *bdev) |
| 1525 | { |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1526 | return blk_get_integrity(bdev->bd_disk); |
Martin K. Petersen | b02739b | 2008-10-02 18:47:49 +0200 | [diff] [blame] | 1527 | } |
| 1528 | |
Martin K. Petersen | 180b2f9 | 2014-09-26 19:19:56 -0400 | [diff] [blame] | 1529 | static inline bool blk_integrity_rq(struct request *rq) |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1530 | { |
Martin K. Petersen | 180b2f9 | 2014-09-26 19:19:56 -0400 | [diff] [blame] | 1531 | return rq->cmd_flags & REQ_INTEGRITY; |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1532 | } |
| 1533 | |
Martin K. Petersen | 13f05c8 | 2010-09-10 20:50:10 +0200 | [diff] [blame] | 1534 | static inline void blk_queue_max_integrity_segments(struct request_queue *q, |
| 1535 | unsigned int segs) |
| 1536 | { |
| 1537 | q->limits.max_integrity_segments = segs; |
| 1538 | } |
| 1539 | |
| 1540 | static inline unsigned short |
| 1541 | queue_max_integrity_segments(struct request_queue *q) |
| 1542 | { |
| 1543 | return q->limits.max_integrity_segments; |
| 1544 | } |
| 1545 | |
Greg Edwards | 359f642 | 2018-07-25 10:22:58 -0400 | [diff] [blame] | 1546 | /** |
| 1547 | * bio_integrity_intervals - Return number of integrity intervals for a bio |
| 1548 | * @bi: blk_integrity profile for device |
| 1549 | * @sectors: Size of the bio in 512-byte sectors |
| 1550 | * |
| 1551 | * Description: The block layer calculates everything in 512 byte |
| 1552 | * sectors but integrity metadata is done in terms of the data integrity |
| 1553 | * interval size of the storage device. Convert the block layer sectors |
| 1554 | * to the appropriate number of integrity intervals. |
| 1555 | */ |
| 1556 | static inline unsigned int bio_integrity_intervals(struct blk_integrity *bi, |
| 1557 | unsigned int sectors) |
| 1558 | { |
| 1559 | return sectors >> (bi->interval_exp - 9); |
| 1560 | } |
| 1561 | |
| 1562 | static inline unsigned int bio_integrity_bytes(struct blk_integrity *bi, |
| 1563 | unsigned int sectors) |
| 1564 | { |
| 1565 | return bio_integrity_intervals(bi, sectors) * bi->tuple_size; |
| 1566 | } |
| 1567 | |
Christoph Hellwig | 2a876f5 | 2019-03-03 08:38:29 -0700 | [diff] [blame] | 1568 | /* |
| 1569 | * Return the first bvec that contains integrity data. Only drivers that are |
| 1570 | * limited to a single integrity segment should use this helper. |
| 1571 | */ |
| 1572 | static inline struct bio_vec *rq_integrity_vec(struct request *rq) |
| 1573 | { |
| 1574 | if (WARN_ON_ONCE(queue_max_integrity_segments(rq->q) > 1)) |
| 1575 | return NULL; |
| 1576 | return rq->bio->bi_integrity->bip_vec; |
| 1577 | } |
| 1578 | |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1579 | #else /* CONFIG_BLK_DEV_INTEGRITY */ |
| 1580 | |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1581 | struct bio; |
| 1582 | struct block_device; |
| 1583 | struct gendisk; |
| 1584 | struct blk_integrity; |
| 1585 | |
| 1586 | static inline int blk_integrity_rq(struct request *rq) |
| 1587 | { |
| 1588 | return 0; |
| 1589 | } |
| 1590 | static inline int blk_rq_count_integrity_sg(struct request_queue *q, |
| 1591 | struct bio *b) |
| 1592 | { |
| 1593 | return 0; |
| 1594 | } |
| 1595 | static inline int blk_rq_map_integrity_sg(struct request_queue *q, |
| 1596 | struct bio *b, |
| 1597 | struct scatterlist *s) |
| 1598 | { |
| 1599 | return 0; |
| 1600 | } |
| 1601 | static inline struct blk_integrity *bdev_get_integrity(struct block_device *b) |
| 1602 | { |
Michele Curti | 61a04e5 | 2014-10-09 15:30:17 -0700 | [diff] [blame] | 1603 | return NULL; |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1604 | } |
| 1605 | static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk) |
| 1606 | { |
| 1607 | return NULL; |
| 1608 | } |
| 1609 | static inline int blk_integrity_compare(struct gendisk *a, struct gendisk *b) |
| 1610 | { |
| 1611 | return 0; |
| 1612 | } |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1613 | static inline void blk_integrity_register(struct gendisk *d, |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1614 | struct blk_integrity *b) |
| 1615 | { |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1616 | } |
| 1617 | static inline void blk_integrity_unregister(struct gendisk *d) |
| 1618 | { |
| 1619 | } |
| 1620 | static inline void blk_queue_max_integrity_segments(struct request_queue *q, |
| 1621 | unsigned int segs) |
| 1622 | { |
| 1623 | } |
| 1624 | static inline unsigned short queue_max_integrity_segments(struct request_queue *q) |
| 1625 | { |
| 1626 | return 0; |
| 1627 | } |
Martin K. Petersen | 4eaf99b | 2014-09-26 19:20:06 -0400 | [diff] [blame] | 1628 | static inline bool blk_integrity_merge_rq(struct request_queue *rq, |
| 1629 | struct request *r1, |
| 1630 | struct request *r2) |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1631 | { |
Martin K. Petersen | cb1a5ab | 2014-10-28 20:27:43 -0600 | [diff] [blame] | 1632 | return true; |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1633 | } |
Martin K. Petersen | 4eaf99b | 2014-09-26 19:20:06 -0400 | [diff] [blame] | 1634 | static inline bool blk_integrity_merge_bio(struct request_queue *rq, |
| 1635 | struct request *r, |
| 1636 | struct bio *b) |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1637 | { |
Martin K. Petersen | cb1a5ab | 2014-10-28 20:27:43 -0600 | [diff] [blame] | 1638 | return true; |
Stephen Rothwell | fd83240 | 2012-01-12 09:17:30 +0100 | [diff] [blame] | 1639 | } |
Martin K. Petersen | 25520d5 | 2015-10-21 13:19:49 -0400 | [diff] [blame] | 1640 | |
Greg Edwards | 359f642 | 2018-07-25 10:22:58 -0400 | [diff] [blame] | 1641 | static inline unsigned int bio_integrity_intervals(struct blk_integrity *bi, |
| 1642 | unsigned int sectors) |
| 1643 | { |
| 1644 | return 0; |
| 1645 | } |
| 1646 | |
| 1647 | static inline unsigned int bio_integrity_bytes(struct blk_integrity *bi, |
| 1648 | unsigned int sectors) |
| 1649 | { |
| 1650 | return 0; |
| 1651 | } |
| 1652 | |
Christoph Hellwig | 2a876f5 | 2019-03-03 08:38:29 -0700 | [diff] [blame] | 1653 | static inline struct bio_vec *rq_integrity_vec(struct request *rq) |
| 1654 | { |
| 1655 | return NULL; |
| 1656 | } |
| 1657 | |
Martin K. Petersen | 7ba1ba1 | 2008-06-30 20:04:41 +0200 | [diff] [blame] | 1658 | #endif /* CONFIG_BLK_DEV_INTEGRITY */ |
| 1659 | |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1660 | struct block_device_operations { |
Al Viro | d4430d6 | 2008-03-02 09:09:22 -0500 | [diff] [blame] | 1661 | int (*open) (struct block_device *, fmode_t); |
Al Viro | db2a144 | 2013-05-05 21:52:57 -0400 | [diff] [blame] | 1662 | void (*release) (struct gendisk *, fmode_t); |
Tejun Heo | 3f289dc | 2018-07-18 04:47:36 -0700 | [diff] [blame] | 1663 | int (*rw_page)(struct block_device *, sector_t, struct page *, unsigned int); |
Al Viro | d4430d6 | 2008-03-02 09:09:22 -0500 | [diff] [blame] | 1664 | int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); |
| 1665 | int (*compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long); |
Tejun Heo | 77ea887 | 2010-12-08 20:57:37 +0100 | [diff] [blame] | 1666 | unsigned int (*check_events) (struct gendisk *disk, |
| 1667 | unsigned int clearing); |
| 1668 | /* ->media_changed() is DEPRECATED, use ->check_events() instead */ |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1669 | int (*media_changed) (struct gendisk *); |
Tejun Heo | c3e33e0 | 2010-05-15 20:09:29 +0200 | [diff] [blame] | 1670 | void (*unlock_native_capacity) (struct gendisk *); |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1671 | int (*revalidate_disk) (struct gendisk *); |
| 1672 | int (*getgeo)(struct block_device *, struct hd_geometry *); |
Nitin Gupta | b3a27d0 | 2010-05-17 11:02:43 +0530 | [diff] [blame] | 1673 | /* this callback is with swap_lock and sometimes page table lock held */ |
| 1674 | void (*swap_slot_free_notify) (struct block_device *, unsigned long); |
Christoph Hellwig | e76239a | 2018-10-12 19:08:49 +0900 | [diff] [blame] | 1675 | int (*report_zones)(struct gendisk *, sector_t sector, |
| 1676 | struct blk_zone *zones, unsigned int *nr_zones, |
| 1677 | gfp_t gfp_mask); |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1678 | struct module *owner; |
Christoph Hellwig | bbd3e06 | 2015-10-15 14:10:48 +0200 | [diff] [blame] | 1679 | const struct pr_ops *pr_ops; |
Al Viro | 08f8585 | 2007-10-08 13:26:20 -0400 | [diff] [blame] | 1680 | }; |
| 1681 | |
Al Viro | 633a08b | 2007-08-29 20:34:12 -0400 | [diff] [blame] | 1682 | extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int, |
| 1683 | unsigned long); |
Matthew Wilcox | 47a191f | 2014-06-04 16:07:46 -0700 | [diff] [blame] | 1684 | extern int bdev_read_page(struct block_device *, sector_t, struct page *); |
| 1685 | extern int bdev_write_page(struct block_device *, sector_t, struct page *, |
| 1686 | struct writeback_control *); |
Christoph Hellwig | 6cc77e9 | 2017-12-21 15:43:38 +0900 | [diff] [blame] | 1687 | |
| 1688 | #ifdef CONFIG_BLK_DEV_ZONED |
| 1689 | bool blk_req_needs_zone_write_lock(struct request *rq); |
| 1690 | void __blk_req_zone_write_lock(struct request *rq); |
| 1691 | void __blk_req_zone_write_unlock(struct request *rq); |
| 1692 | |
| 1693 | static inline void blk_req_zone_write_lock(struct request *rq) |
| 1694 | { |
| 1695 | if (blk_req_needs_zone_write_lock(rq)) |
| 1696 | __blk_req_zone_write_lock(rq); |
| 1697 | } |
| 1698 | |
| 1699 | static inline void blk_req_zone_write_unlock(struct request *rq) |
| 1700 | { |
| 1701 | if (rq->rq_flags & RQF_ZONE_WRITE_LOCKED) |
| 1702 | __blk_req_zone_write_unlock(rq); |
| 1703 | } |
| 1704 | |
| 1705 | static inline bool blk_req_zone_is_write_locked(struct request *rq) |
| 1706 | { |
| 1707 | return rq->q->seq_zones_wlock && |
| 1708 | test_bit(blk_rq_zone_no(rq), rq->q->seq_zones_wlock); |
| 1709 | } |
| 1710 | |
| 1711 | static inline bool blk_req_can_dispatch_to_zone(struct request *rq) |
| 1712 | { |
| 1713 | if (!blk_req_needs_zone_write_lock(rq)) |
| 1714 | return true; |
| 1715 | return !blk_req_zone_is_write_locked(rq); |
| 1716 | } |
| 1717 | #else |
| 1718 | static inline bool blk_req_needs_zone_write_lock(struct request *rq) |
| 1719 | { |
| 1720 | return false; |
| 1721 | } |
| 1722 | |
| 1723 | static inline void blk_req_zone_write_lock(struct request *rq) |
| 1724 | { |
| 1725 | } |
| 1726 | |
| 1727 | static inline void blk_req_zone_write_unlock(struct request *rq) |
| 1728 | { |
| 1729 | } |
| 1730 | static inline bool blk_req_zone_is_write_locked(struct request *rq) |
| 1731 | { |
| 1732 | return false; |
| 1733 | } |
| 1734 | |
| 1735 | static inline bool blk_req_can_dispatch_to_zone(struct request *rq) |
| 1736 | { |
| 1737 | return true; |
| 1738 | } |
| 1739 | #endif /* CONFIG_BLK_DEV_ZONED */ |
| 1740 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1741 | #else /* CONFIG_BLOCK */ |
Fabian Frederick | ac13a82 | 2014-06-04 16:06:27 -0700 | [diff] [blame] | 1742 | |
| 1743 | struct block_device; |
| 1744 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1745 | /* |
| 1746 | * stubs for when the block layer is configured out |
| 1747 | */ |
| 1748 | #define buffer_heads_over_limit 0 |
| 1749 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1750 | static inline long nr_blockdev_pages(void) |
| 1751 | { |
| 1752 | return 0; |
| 1753 | } |
| 1754 | |
Jens Axboe | 1f940bd | 2011-03-11 20:17:08 +0100 | [diff] [blame] | 1755 | struct blk_plug { |
| 1756 | }; |
| 1757 | |
| 1758 | static inline void blk_start_plug(struct blk_plug *plug) |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1759 | { |
| 1760 | } |
| 1761 | |
Jens Axboe | 1f940bd | 2011-03-11 20:17:08 +0100 | [diff] [blame] | 1762 | static inline void blk_finish_plug(struct blk_plug *plug) |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1763 | { |
| 1764 | } |
| 1765 | |
Jens Axboe | 1f940bd | 2011-03-11 20:17:08 +0100 | [diff] [blame] | 1766 | static inline void blk_flush_plug(struct task_struct *task) |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1767 | { |
| 1768 | } |
| 1769 | |
Jens Axboe | a237c1c | 2011-04-16 13:27:55 +0200 | [diff] [blame] | 1770 | static inline void blk_schedule_flush_plug(struct task_struct *task) |
| 1771 | { |
| 1772 | } |
| 1773 | |
| 1774 | |
Jens Axboe | 73c1010 | 2011-03-08 13:19:51 +0100 | [diff] [blame] | 1775 | static inline bool blk_needs_flush_plug(struct task_struct *tsk) |
| 1776 | { |
| 1777 | return false; |
| 1778 | } |
| 1779 | |
Fabian Frederick | ac13a82 | 2014-06-04 16:06:27 -0700 | [diff] [blame] | 1780 | static inline int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask, |
| 1781 | sector_t *error_sector) |
| 1782 | { |
| 1783 | return 0; |
| 1784 | } |
| 1785 | |
David Howells | 9361401 | 2006-09-30 20:45:40 +0200 | [diff] [blame] | 1786 | #endif /* CONFIG_BLOCK */ |
| 1787 | |
Jens Axboe | 0619317 | 2018-11-13 21:16:54 -0700 | [diff] [blame] | 1788 | static inline void blk_wake_io_task(struct task_struct *waiter) |
| 1789 | { |
| 1790 | /* |
| 1791 | * If we're polling, the task itself is doing the completions. For |
| 1792 | * that case, we don't need to signal a wakeup, it's enough to just |
| 1793 | * mark us as RUNNING. |
| 1794 | */ |
| 1795 | if (waiter == current) |
| 1796 | __set_current_state(TASK_RUNNING); |
| 1797 | else |
| 1798 | wake_up_process(waiter); |
| 1799 | } |
| 1800 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1801 | #endif |