blob: 21e21f273a21861203486cbf51a7b588577e7e35 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _LINUX_BLKDEV_H
3#define _LINUX_BLKDEV_H
4
Russell King85fd0bc2012-05-14 08:29:23 +02005#include <linux/sched.h>
Ingo Molnare6017572017-02-01 16:36:40 +01006#include <linux/sched/clock.h>
Russell King85fd0bc2012-05-14 08:29:23 +02007
Jens Axboef5ff8422007-09-21 09:19:54 +02008#ifdef CONFIG_BLOCK
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/major.h>
11#include <linux/genhd.h>
12#include <linux/list.h>
Jens Axboe320ae512013-10-24 09:20:05 +010013#include <linux/llist.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <linux/timer.h>
15#include <linux/workqueue.h>
16#include <linux/pagemap.h>
Tejun Heo66114ca2015-05-22 17:13:32 -040017#include <linux/backing-dev-defs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/wait.h>
19#include <linux/mempool.h>
Dan Williams34c0fd52016-01-15 16:56:14 -080020#include <linux/pfn.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/bio.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/stringify.h>
Hugh Dickins3e6053d2008-09-11 10:57:55 +020023#include <linux/gfp.h>
FUJITA Tomonorid351af02007-07-09 12:40:35 +020024#include <linux/bsg.h>
Jens Axboec7c22e42008-09-13 20:26:01 +020025#include <linux/smp.h>
Tejun Heo548bc8e2013-01-09 08:05:13 -080026#include <linux/rcupdate.h>
Tejun Heoadd703f2014-07-01 10:34:38 -060027#include <linux/percpu-refcount.h>
Christoph Hellwig84be4562015-05-01 12:46:15 +020028#include <linux/scatterlist.h>
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +090029#include <linux/blkzoned.h>
Tejun Heo1d9bd512018-01-09 08:29:48 -080030#include <linux/seqlock.h>
31#include <linux/u64_stats_sync.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070032
Paul Gortmakerde477252011-05-26 13:46:22 -040033struct module;
Christoph Hellwig21b2f0c2006-03-22 17:52:04 +010034struct scsi_ioctl_command;
35
Linus Torvalds1da177e2005-04-16 15:20:36 -070036struct request_queue;
Linus Torvalds1da177e2005-04-16 15:20:36 -070037struct elevator_queue;
Jens Axboe2056a782006-03-23 20:00:26 +010038struct blk_trace;
Jens Axboe3d6392c2007-07-09 12:38:05 +020039struct request;
40struct sg_io_hdr;
Mike Christieaa387cc2011-07-31 22:05:09 +020041struct bsg_job;
Tejun Heo3c798392012-04-16 13:57:25 -070042struct blkcg_gq;
Ming Lei7c94e1c2014-09-25 23:23:43 +080043struct blk_flush_queue;
Christoph Hellwigbbd3e062015-10-15 14:10:48 +020044struct pr_ops;
Jens Axboe87760e52016-11-09 12:38:14 -070045struct rq_wb;
Omar Sandoval34dbad52017-03-21 08:56:08 -070046struct blk_queue_stats;
47struct blk_stat_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
49#define BLKDEV_MIN_RQ 4
50#define BLKDEV_MAX_RQ 128 /* Default maximum */
51
Minwoo Im096392e2018-02-15 23:53:17 +090052/* Must be consistent with blk_mq_poll_stats_bkt() */
Stephen Bates02063192017-04-20 16:59:11 -060053#define BLK_MQ_POLL_STATS_BKTS 16
54
Tejun Heo8bd435b2012-04-13 13:11:28 -070055/*
56 * Maximum number of blkcg policies allowed to be registered concurrently.
57 * Defined here to simplify include dependency.
58 */
Arianna Avanzinie21b7a02017-04-12 18:23:08 +020059#define BLKCG_MAX_POLS 3
Tejun Heo8bd435b2012-04-13 13:11:28 -070060
Christoph Hellwig2a842ac2017-06-03 09:38:04 +020061typedef void (rq_end_io_fn)(struct request *, blk_status_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
Tejun Heo5b788ce2012-06-04 20:40:59 -070063#define BLK_RL_SYNCFULL (1U << 0)
64#define BLK_RL_ASYNCFULL (1U << 1)
65
Linus Torvalds1da177e2005-04-16 15:20:36 -070066struct request_list {
Tejun Heo5b788ce2012-06-04 20:40:59 -070067 struct request_queue *q; /* the queue this rl belongs to */
Tejun Heoa0516612012-06-26 15:05:44 -070068#ifdef CONFIG_BLK_CGROUP
69 struct blkcg_gq *blkg; /* blkg this request pool belongs to */
70#endif
Jens Axboe1faa16d2009-04-06 14:48:01 +020071 /*
72 * count[], starved[], and wait[] are indexed by
73 * BLK_RW_SYNC/BLK_RW_ASYNC
74 */
Tejun Heo8a5ecdd2012-06-04 20:40:58 -070075 int count[2];
76 int starved[2];
77 mempool_t *rq_pool;
78 wait_queue_head_t wait[2];
Tejun Heo5b788ce2012-06-04 20:40:59 -070079 unsigned int flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -070080};
81
Jens Axboe4aff5e22006-08-10 08:44:47 +020082/*
Christoph Hellwige8064022016-10-20 15:12:13 +020083 * request flags */
84typedef __u32 __bitwise req_flags_t;
85
86/* elevator knows about this request */
87#define RQF_SORTED ((__force req_flags_t)(1 << 0))
88/* drive already may have started this one */
89#define RQF_STARTED ((__force req_flags_t)(1 << 1))
90/* uses tagged queueing */
91#define RQF_QUEUED ((__force req_flags_t)(1 << 2))
92/* may not be passed by ioscheduler */
93#define RQF_SOFTBARRIER ((__force req_flags_t)(1 << 3))
94/* request for flush sequence */
95#define RQF_FLUSH_SEQ ((__force req_flags_t)(1 << 4))
96/* merge of different types, fail separately */
97#define RQF_MIXED_MERGE ((__force req_flags_t)(1 << 5))
98/* track inflight for MQ */
99#define RQF_MQ_INFLIGHT ((__force req_flags_t)(1 << 6))
100/* don't call prep for this one */
101#define RQF_DONTPREP ((__force req_flags_t)(1 << 7))
102/* set for "ide_preempt" requests and also for requests for which the SCSI
103 "quiesce" state must be ignored. */
104#define RQF_PREEMPT ((__force req_flags_t)(1 << 8))
105/* contains copies of user pages */
106#define RQF_COPY_USER ((__force req_flags_t)(1 << 9))
107/* vaguely specified driver internal error. Ignored by the block layer */
108#define RQF_FAILED ((__force req_flags_t)(1 << 10))
109/* don't warn about errors */
110#define RQF_QUIET ((__force req_flags_t)(1 << 11))
111/* elevator private data attached */
112#define RQF_ELVPRIV ((__force req_flags_t)(1 << 12))
113/* account I/O stat */
114#define RQF_IO_STAT ((__force req_flags_t)(1 << 13))
115/* request came from our alloc pool */
116#define RQF_ALLOCED ((__force req_flags_t)(1 << 14))
117/* runtime pm request */
118#define RQF_PM ((__force req_flags_t)(1 << 15))
119/* on IO scheduler merge hash */
120#define RQF_HASHED ((__force req_flags_t)(1 << 16))
Jens Axboecf43e6b2016-11-07 21:32:37 -0700121/* IO stats tracking on */
122#define RQF_STATS ((__force req_flags_t)(1 << 17))
Christoph Hellwigf9d03f92016-12-08 15:20:32 -0700123/* Look at ->special_vec for the actual data payload instead of the
124 bio chain. */
125#define RQF_SPECIAL_PAYLOAD ((__force req_flags_t)(1 << 18))
Christoph Hellwig6cc77e92017-12-21 15:43:38 +0900126/* The per-zone write lock is held for this request */
127#define RQF_ZONE_WRITE_LOCKED ((__force req_flags_t)(1 << 19))
Tejun Heo634f9e42018-01-09 08:29:51 -0800128/* timeout is expired */
129#define RQF_MQ_TIMEOUT_EXPIRED ((__force req_flags_t)(1 << 20))
Jens Axboe76a86f92018-01-10 11:30:56 -0700130/* already slept for hybrid poll */
131#define RQF_MQ_POLL_SLEPT ((__force req_flags_t)(1 << 21))
Christoph Hellwige8064022016-10-20 15:12:13 +0200132
133/* flags that prevent us from merging requests: */
134#define RQF_NOMERGE_FLAGS \
Christoph Hellwigf9d03f92016-12-08 15:20:32 -0700135 (RQF_STARTED | RQF_SOFTBARRIER | RQF_FLUSH_SEQ | RQF_SPECIAL_PAYLOAD)
Christoph Hellwige8064022016-10-20 15:12:13 +0200136
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137/*
Christoph Hellwigaf76e552014-05-06 12:12:45 +0200138 * Try to put the fields that are referenced together in the same cacheline.
139 *
140 * If you modify this structure, make sure to update blk_rq_init() and
141 * especially blk_mq_rq_ctx_init() to take care of the added fields.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 */
143struct request {
Jens Axboe165125e2007-07-24 09:28:11 +0200144 struct request_queue *q;
Jens Axboe320ae512013-10-24 09:20:05 +0100145 struct blk_mq_ctx *mq_ctx;
Jens Axboee6a1c872006-08-10 09:00:21 +0200146
Richard Kennedy181fdde2010-03-19 08:58:16 +0100147 int cpu;
Christoph Hellwigef295ec2016-10-28 08:48:16 -0600148 unsigned int cmd_flags; /* op and common flags */
Christoph Hellwige8064022016-10-20 15:12:13 +0200149 req_flags_t rq_flags;
Jens Axboed486f1f2017-01-31 12:34:41 -0700150
151 int internal_tag;
152
Tejun Heoa2dec7b2009-05-07 22:24:44 +0900153 /* the following two fields are internal, NEVER access directly */
Tejun Heoa2dec7b2009-05-07 22:24:44 +0900154 unsigned int __data_len; /* total data len */
Jens Axboebd166ef2017-01-17 06:03:22 -0700155 int tag;
Richard Kennedy181fdde2010-03-19 08:58:16 +0100156 sector_t __sector; /* sector cursor */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157
158 struct bio *bio;
159 struct bio *biotail;
160
Jens Axboe7c3fb702018-01-10 11:46:39 -0700161 struct list_head queuelist;
162
Jens Axboe360f92c2014-04-09 20:27:01 -0600163 /*
164 * The hash is used inside the scheduler, and killed once the
165 * request reaches the dispatch list. The ipi_list is only used
166 * to queue the request for softirq completion, which is long
167 * after the request has been unhashed (and even removed from
168 * the dispatch list).
169 */
170 union {
171 struct hlist_node hash; /* merge hash */
172 struct list_head ipi_list;
173 };
174
Jens Axboee6a1c872006-08-10 09:00:21 +0200175 /*
176 * The rb_node is only used inside the io scheduler, requests
177 * are pruned when moved to the dispatch queue. So let the
Mike Snitzerc1867942011-02-11 11:08:00 +0100178 * completion_data share space with the rb_node.
Jens Axboee6a1c872006-08-10 09:00:21 +0200179 */
180 union {
181 struct rb_node rb_node; /* sort/lookup */
Christoph Hellwigf9d03f92016-12-08 15:20:32 -0700182 struct bio_vec special_vec;
Mike Snitzerc1867942011-02-11 11:08:00 +0100183 void *completion_data;
Christoph Hellwige26738e2017-04-20 16:03:11 +0200184 int error_count; /* for legacy drivers, don't use */
Jens Axboee6a1c872006-08-10 09:00:21 +0200185 };
Jens Axboe98170642006-07-28 09:23:08 +0200186
Jens Axboeff7d1452006-07-12 14:04:37 +0200187 /*
Vivek Goyal7f1dc8a2010-04-21 17:44:16 +0200188 * Three pointers are available for the IO schedulers, if they need
Mike Snitzerc1867942011-02-11 11:08:00 +0100189 * more they have to dynamically allocate it. Flush requests are
190 * never put on the IO scheduler. So let the flush fields share
Tejun Heoa612fdd2011-12-14 00:33:41 +0100191 * space with the elevator data.
Jens Axboeff7d1452006-07-12 14:04:37 +0200192 */
Mike Snitzerc1867942011-02-11 11:08:00 +0100193 union {
Tejun Heoa612fdd2011-12-14 00:33:41 +0100194 struct {
195 struct io_cq *icq;
196 void *priv[2];
197 } elv;
198
Mike Snitzerc1867942011-02-11 11:08:00 +0100199 struct {
200 unsigned int seq;
201 struct list_head list;
Jeff Moyer4853aba2011-08-15 21:37:25 +0200202 rq_end_io_fn *saved_end_io;
Mike Snitzerc1867942011-02-11 11:08:00 +0100203 } flush;
204 };
Jens Axboeff7d1452006-07-12 14:04:37 +0200205
Jens Axboe8f34ee72006-06-13 09:02:34 +0200206 struct gendisk *rq_disk;
Jerome Marchand09e099d2011-01-05 16:57:38 +0100207 struct hd_struct *part;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 unsigned long start_time;
Jens Axboecf43e6b2016-11-07 21:32:37 -0700209 struct blk_issue_stat issue_stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 /* Number of scatter-gather DMA addr+len pairs after
211 * physical address coalescing is performed.
212 */
213 unsigned short nr_phys_segments;
Jens Axboe7c3fb702018-01-10 11:46:39 -0700214
Martin K. Petersen13f05c82010-09-10 20:50:10 +0200215#if defined(CONFIG_BLK_DEV_INTEGRITY)
216 unsigned short nr_integrity_segments;
217#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218
Jens Axboe7c3fb702018-01-10 11:46:39 -0700219 unsigned short write_hint;
Jens Axboe8f34ee72006-06-13 09:02:34 +0200220 unsigned short ioprio;
221
Jens Axboe1dd51982017-04-05 12:16:38 -0600222 unsigned int timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 void *special; /* opaque pointer available for LLD use */
Jens Axboecdd60262006-07-28 09:32:07 +0200225
FUJITA Tomonori7a85f882008-03-04 11:17:11 +0100226 unsigned int extra_len; /* length of alignment and padding */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227
Tejun Heo1d9bd512018-01-09 08:29:48 -0800228 /*
229 * On blk-mq, the lower bits of ->gstate (generation number and
230 * state) carry the MQ_RQ_* state value and the upper bits the
231 * generation number which is monotonically incremented and used to
232 * distinguish the reuse instances.
233 *
234 * ->gstate_seq allows updates to ->gstate and other fields
235 * (currently ->deadline) during request start to be read
236 * atomically from the timeout path, so that it can operate on a
237 * coherent set of information.
238 */
239 seqcount_t gstate_seq;
240 u64 gstate;
Jens Axboecb6934f2017-06-27 09:22:02 -0600241
Tejun Heo1d9bd512018-01-09 08:29:48 -0800242 /*
243 * ->aborted_gstate is used by the timeout to claim a specific
244 * recycle instance of this request. See blk_mq_timeout_work().
245 */
246 struct u64_stats_sync aborted_gstate_sync;
247 u64 aborted_gstate;
248
Jens Axboe0a72e7f2018-01-09 14:23:42 -0700249 /* access through blk_rq_set_deadline, blk_rq_deadline */
250 unsigned long __deadline;
251
Jens Axboe242f9dc2008-09-14 05:55:09 -0700252 struct list_head timeout_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
Jens Axboe7c3fb702018-01-10 11:46:39 -0700254 union {
Linus Torvalds0a4b6e22018-01-29 11:51:49 -0800255 struct __call_single_data csd;
Jens Axboe7c3fb702018-01-10 11:46:39 -0700256 u64 fifo_time;
257 };
258
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259 /*
Jens Axboec00895a2006-09-30 20:29:12 +0200260 * completion callback.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261 */
262 rq_end_io_fn *end_io;
263 void *end_io_data;
FUJITA Tomonoriabae1fd2007-07-16 08:52:14 +0200264
265 /* for bidi */
266 struct request *next_rq;
Jens Axboe7c3fb702018-01-10 11:46:39 -0700267
268#ifdef CONFIG_BLK_CGROUP
269 struct request_list *rl; /* rl this rq is alloced from */
270 unsigned long long start_time_ns;
271 unsigned long long io_start_time_ns; /* when passed to hardware */
272#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273};
274
Ming Lei14cb0dc2017-12-18 15:40:43 +0800275static inline bool blk_op_is_scsi(unsigned int op)
276{
277 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT;
278}
279
280static inline bool blk_op_is_private(unsigned int op)
281{
282 return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT;
283}
284
Christoph Hellwigaebf5262017-01-31 16:57:31 +0100285static inline bool blk_rq_is_scsi(struct request *rq)
286{
Ming Lei14cb0dc2017-12-18 15:40:43 +0800287 return blk_op_is_scsi(req_op(rq));
Christoph Hellwigaebf5262017-01-31 16:57:31 +0100288}
289
290static inline bool blk_rq_is_private(struct request *rq)
291{
Ming Lei14cb0dc2017-12-18 15:40:43 +0800292 return blk_op_is_private(req_op(rq));
Christoph Hellwigaebf5262017-01-31 16:57:31 +0100293}
294
Christoph Hellwig57292b52017-01-31 16:57:29 +0100295static inline bool blk_rq_is_passthrough(struct request *rq)
296{
Christoph Hellwigaebf5262017-01-31 16:57:31 +0100297 return blk_rq_is_scsi(rq) || blk_rq_is_private(rq);
Christoph Hellwig57292b52017-01-31 16:57:29 +0100298}
299
Ming Lei14cb0dc2017-12-18 15:40:43 +0800300static inline bool bio_is_passthrough(struct bio *bio)
301{
302 unsigned op = bio_op(bio);
303
304 return blk_op_is_scsi(op) || blk_op_is_private(op);
305}
306
Fernando Luis Vázquez Cao766ca442008-08-14 09:59:13 +0200307static inline unsigned short req_get_ioprio(struct request *req)
308{
309 return req->ioprio;
310}
311
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312#include <linux/elevator.h>
313
Jens Axboe320ae512013-10-24 09:20:05 +0100314struct blk_queue_ctx;
315
Jens Axboe165125e2007-07-24 09:28:11 +0200316typedef void (request_fn_proc) (struct request_queue *q);
Jens Axboedece1632015-11-05 10:41:16 -0700317typedef blk_qc_t (make_request_fn) (struct request_queue *q, struct bio *bio);
Christoph Hellwigea435e12017-11-02 21:29:54 +0300318typedef bool (poll_q_fn) (struct request_queue *q, blk_qc_t);
Jens Axboe165125e2007-07-24 09:28:11 +0200319typedef int (prep_rq_fn) (struct request_queue *, struct request *);
James Bottomley28018c22010-07-01 19:49:17 +0900320typedef void (unprep_rq_fn) (struct request_queue *, struct request *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321
322struct bio_vec;
Jens Axboeff856ba2006-01-09 16:02:34 +0100323typedef void (softirq_done_fn)(struct request *);
Tejun Heo2fb98e82008-02-19 11:36:53 +0100324typedef int (dma_drain_needed_fn)(struct request *);
Kiyoshi Uedaef9e3fa2008-10-01 16:12:15 +0200325typedef int (lld_busy_fn) (struct request_queue *q);
Mike Christieaa387cc2011-07-31 22:05:09 +0200326typedef int (bsg_job_fn) (struct bsg_job *);
Christoph Hellwig6d247d72017-01-27 09:51:45 -0700327typedef int (init_rq_fn)(struct request_queue *, struct request *, gfp_t);
328typedef void (exit_rq_fn)(struct request_queue *, struct request *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329
Jens Axboe242f9dc2008-09-14 05:55:09 -0700330enum blk_eh_timer_return {
331 BLK_EH_NOT_HANDLED,
332 BLK_EH_HANDLED,
333 BLK_EH_RESET_TIMER,
334};
335
336typedef enum blk_eh_timer_return (rq_timed_out_fn)(struct request *);
337
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338enum blk_queue_state {
339 Queue_down,
340 Queue_up,
341};
342
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343struct blk_queue_tag {
344 struct request **tag_index; /* map of busy tags */
345 unsigned long *tag_map; /* bit map of free/busy tags */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 int max_depth; /* what we will send to device */
Tejun Heoba025082005-08-05 13:28:11 -0700347 int real_max_depth; /* what the array can hold */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348 atomic_t refcnt; /* map can be shared */
Shaohua Liee1b6f72015-01-15 17:32:25 -0800349 int alloc_policy; /* tag allocation policy */
350 int next_tag; /* next tag */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351};
Shaohua Liee1b6f72015-01-15 17:32:25 -0800352#define BLK_TAG_ALLOC_FIFO 0 /* allocate starting from 0 */
353#define BLK_TAG_ALLOC_RR 1 /* allocate starting from last allocated tag */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354
FUJITA Tomonoriabf54392008-08-16 14:10:05 +0900355#define BLK_SCSI_MAX_CMDS (256)
356#define BLK_SCSI_CMD_PER_LONG (BLK_SCSI_MAX_CMDS / (sizeof(long) * 8))
357
Damien Le Moal797476b2016-10-18 15:40:29 +0900358/*
359 * Zoned block device models (zoned limit).
360 */
361enum blk_zoned_model {
362 BLK_ZONED_NONE, /* Regular block device */
363 BLK_ZONED_HA, /* Host-aware zoned block device */
364 BLK_ZONED_HM, /* Host-managed zoned block device */
365};
366
Martin K. Petersen025146e2009-05-22 17:17:51 -0400367struct queue_limits {
368 unsigned long bounce_pfn;
369 unsigned long seg_boundary_mask;
Keith Busch03100aa2015-08-19 14:24:05 -0700370 unsigned long virt_boundary_mask;
Martin K. Petersen025146e2009-05-22 17:17:51 -0400371
372 unsigned int max_hw_sectors;
Martin K. Petersenca369d52015-11-13 16:46:48 -0500373 unsigned int max_dev_sectors;
Jens Axboe762380a2014-06-05 13:38:39 -0600374 unsigned int chunk_sectors;
Martin K. Petersen025146e2009-05-22 17:17:51 -0400375 unsigned int max_sectors;
376 unsigned int max_segment_size;
Martin K. Petersenc72758f2009-05-22 17:17:53 -0400377 unsigned int physical_block_size;
378 unsigned int alignment_offset;
379 unsigned int io_min;
380 unsigned int io_opt;
Christoph Hellwig67efc922009-09-30 13:54:20 +0200381 unsigned int max_discard_sectors;
Jens Axboe0034af02015-07-16 09:14:26 -0600382 unsigned int max_hw_discard_sectors;
Martin K. Petersen4363ac72012-09-18 12:19:27 -0400383 unsigned int max_write_same_sectors;
Chaitanya Kulkarnia6f07882016-11-30 12:28:59 -0800384 unsigned int max_write_zeroes_sectors;
Martin K. Petersen86b37282009-11-10 11:50:21 +0100385 unsigned int discard_granularity;
386 unsigned int discard_alignment;
Martin K. Petersen025146e2009-05-22 17:17:51 -0400387
388 unsigned short logical_block_size;
Martin K. Petersen8a783622010-02-26 00:20:39 -0500389 unsigned short max_segments;
Martin K. Petersen13f05c82010-09-10 20:50:10 +0200390 unsigned short max_integrity_segments;
Christoph Hellwig1e739732017-02-08 14:46:49 +0100391 unsigned short max_discard_segments;
Martin K. Petersen025146e2009-05-22 17:17:51 -0400392
Martin K. Petersenc72758f2009-05-22 17:17:53 -0400393 unsigned char misaligned;
Martin K. Petersen86b37282009-11-10 11:50:21 +0100394 unsigned char discard_misaligned;
Martin K. Petersene692cb62010-12-01 19:41:49 +0100395 unsigned char cluster;
Kent Overstreetc78afc62013-07-11 22:39:53 -0700396 unsigned char raid_partial_stripes_expensive;
Damien Le Moal797476b2016-10-18 15:40:29 +0900397 enum blk_zoned_model zoned;
Martin K. Petersen025146e2009-05-22 17:17:51 -0400398};
399
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +0900400#ifdef CONFIG_BLK_DEV_ZONED
401
402struct blk_zone_report_hdr {
403 unsigned int nr_zones;
404 u8 padding[60];
405};
406
407extern int blkdev_report_zones(struct block_device *bdev,
408 sector_t sector, struct blk_zone *zones,
409 unsigned int *nr_zones, gfp_t gfp_mask);
410extern int blkdev_reset_zones(struct block_device *bdev, sector_t sectors,
411 sector_t nr_sectors, gfp_t gfp_mask);
412
Shaun Tancheff3ed05a92016-10-18 15:40:35 +0900413extern int blkdev_report_zones_ioctl(struct block_device *bdev, fmode_t mode,
414 unsigned int cmd, unsigned long arg);
415extern int blkdev_reset_zones_ioctl(struct block_device *bdev, fmode_t mode,
416 unsigned int cmd, unsigned long arg);
417
418#else /* CONFIG_BLK_DEV_ZONED */
419
420static inline int blkdev_report_zones_ioctl(struct block_device *bdev,
421 fmode_t mode, unsigned int cmd,
422 unsigned long arg)
423{
424 return -ENOTTY;
425}
426
427static inline int blkdev_reset_zones_ioctl(struct block_device *bdev,
428 fmode_t mode, unsigned int cmd,
429 unsigned long arg)
430{
431 return -ENOTTY;
432}
433
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +0900434#endif /* CONFIG_BLK_DEV_ZONED */
435
Richard Kennedyd7b76302011-07-13 21:17:23 +0200436struct request_queue {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 /*
438 * Together with queue_head for cacheline sharing
439 */
440 struct list_head queue_head;
441 struct request *last_merge;
Jens Axboeb374d182008-10-31 10:05:07 +0100442 struct elevator_queue *elevator;
Tejun Heo8a5ecdd2012-06-04 20:40:58 -0700443 int nr_rqs[2]; /* # allocated [a]sync rqs */
444 int nr_rqs_elvpriv; /* # allocated rqs w/ elvpriv */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445
Jens Axboe8e8320c2017-06-20 17:56:13 -0600446 atomic_t shared_hctx_restart;
447
Omar Sandoval34dbad52017-03-21 08:56:08 -0700448 struct blk_queue_stats *stats;
Jens Axboe87760e52016-11-09 12:38:14 -0700449 struct rq_wb *rq_wb;
450
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451 /*
Tejun Heoa0516612012-06-26 15:05:44 -0700452 * If blkcg is not used, @q->root_rl serves all requests. If blkcg
453 * is used, root blkg allocates from @q->root_rl and all other
454 * blkgs from their own blkg->rl. Which one to use should be
455 * determined using bio_request_list().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 */
Tejun Heoa0516612012-06-26 15:05:44 -0700457 struct request_list root_rl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458
459 request_fn_proc *request_fn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 make_request_fn *make_request_fn;
Christoph Hellwigea435e12017-11-02 21:29:54 +0300461 poll_q_fn *poll_fn;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 prep_rq_fn *prep_rq_fn;
James Bottomley28018c22010-07-01 19:49:17 +0900463 unprep_rq_fn *unprep_rq_fn;
Jens Axboeff856ba2006-01-09 16:02:34 +0100464 softirq_done_fn *softirq_done_fn;
Jens Axboe242f9dc2008-09-14 05:55:09 -0700465 rq_timed_out_fn *rq_timed_out_fn;
Tejun Heo2fb98e82008-02-19 11:36:53 +0100466 dma_drain_needed_fn *dma_drain_needed;
Kiyoshi Uedaef9e3fa2008-10-01 16:12:15 +0200467 lld_busy_fn *lld_busy_fn;
Bart Van Assched280bab2017-06-20 11:15:40 -0700468 /* Called just after a request is allocated */
Christoph Hellwig6d247d72017-01-27 09:51:45 -0700469 init_rq_fn *init_rq_fn;
Bart Van Assched280bab2017-06-20 11:15:40 -0700470 /* Called just before a request is freed */
Christoph Hellwig6d247d72017-01-27 09:51:45 -0700471 exit_rq_fn *exit_rq_fn;
Bart Van Assched280bab2017-06-20 11:15:40 -0700472 /* Called from inside blk_get_request() */
473 void (*initialize_rq_fn)(struct request *rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474
Jens Axboef8a5b122016-12-13 09:24:51 -0700475 const struct blk_mq_ops *mq_ops;
Jens Axboe320ae512013-10-24 09:20:05 +0100476
477 unsigned int *mq_map;
478
479 /* sw queues */
Ming Leie6cdb092014-06-03 11:24:06 +0800480 struct blk_mq_ctx __percpu *queue_ctx;
Jens Axboe320ae512013-10-24 09:20:05 +0100481 unsigned int nr_queues;
482
Jens Axboed278d4a2016-03-30 10:21:08 -0600483 unsigned int queue_depth;
484
Jens Axboe320ae512013-10-24 09:20:05 +0100485 /* hw dispatch queues */
486 struct blk_mq_hw_ctx **queue_hw_ctx;
487 unsigned int nr_hw_queues;
488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 /*
Tejun Heo8922e162005-10-20 16:23:44 +0200490 * Dispatch queue sorting
491 */
Jens Axboe1b47f532005-10-20 16:37:00 +0200492 sector_t end_sector;
Tejun Heo8922e162005-10-20 16:23:44 +0200493 struct request *boundary_rq;
Tejun Heo8922e162005-10-20 16:23:44 +0200494
495 /*
Jens Axboe3cca6dc2011-03-02 11:08:00 -0500496 * Delayed queue handling
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 */
Jens Axboe3cca6dc2011-03-02 11:08:00 -0500498 struct delayed_work delay_work;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
Jan Karadc3b17c2017-02-02 15:56:50 +0100500 struct backing_dev_info *backing_dev_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501
502 /*
503 * The queue owner gets to use this for whatever they like.
504 * ll_rw_blk doesn't touch it.
505 */
506 void *queuedata;
507
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 * various queue flags, see QUEUE_* below
510 */
511 unsigned long queue_flags;
512
513 /*
Tejun Heoa73f7302011-12-14 00:33:37 +0100514 * ida allocated id for this queue. Used to index queues from
515 * ioctx.
516 */
517 int id;
518
519 /*
Richard Kennedyd7b76302011-07-13 21:17:23 +0200520 * queue needs bounce pages for pages above this limit
521 */
522 gfp_t bounce_gfp;
523
524 /*
152587d2005-04-12 16:22:06 -0500525 * protects queue structures from reentrancy. ->__queue_lock should
526 * _never_ be used directly, it is queue private. always use
527 * ->queue_lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528 */
152587d2005-04-12 16:22:06 -0500529 spinlock_t __queue_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 spinlock_t *queue_lock;
531
532 /*
533 * queue kobject
534 */
535 struct kobject kobj;
536
Jens Axboe320ae512013-10-24 09:20:05 +0100537 /*
538 * mq queue kobject
539 */
540 struct kobject mq_kobj;
541
Dan Williamsac6fc482015-10-21 13:20:18 -0400542#ifdef CONFIG_BLK_DEV_INTEGRITY
543 struct blk_integrity integrity;
544#endif /* CONFIG_BLK_DEV_INTEGRITY */
545
Rafael J. Wysocki47fafbc2014-12-04 01:00:23 +0100546#ifdef CONFIG_PM
Lin Ming6c954662013-03-23 11:42:26 +0800547 struct device *dev;
548 int rpm_status;
549 unsigned int nr_pending;
550#endif
551
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552 /*
553 * queue settings
554 */
555 unsigned long nr_requests; /* Max # of requests */
556 unsigned int nr_congestion_on;
557 unsigned int nr_congestion_off;
558 unsigned int nr_batching;
559
James Bottomleyfa0ccd82008-01-10 11:30:36 -0600560 unsigned int dma_drain_size;
Richard Kennedyd7b76302011-07-13 21:17:23 +0200561 void *dma_drain_buffer;
Tejun Heoe3790c72008-03-04 11:18:17 +0100562 unsigned int dma_pad_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 unsigned int dma_alignment;
564
565 struct blk_queue_tag *queue_tags;
Jens Axboe6eca9002007-10-25 10:14:47 +0200566 struct list_head tag_busy_list;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567
Tejun Heo15853af2005-11-10 08:52:05 +0100568 unsigned int nr_sorted;
Jens Axboe0a7ae2f2009-05-20 08:54:31 +0200569 unsigned int in_flight[2];
Jens Axboecf43e6b2016-11-07 21:32:37 -0700570
Bart Van Assche24faf6f2012-11-28 13:46:45 +0100571 /*
572 * Number of active block driver functions for which blk_drain_queue()
573 * must wait. Must be incremented around functions that unlock the
574 * queue_lock internally, e.g. scsi_request_fn().
575 */
576 unsigned int request_fn_active;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577
Jens Axboe242f9dc2008-09-14 05:55:09 -0700578 unsigned int rq_timeout;
Jens Axboe64f1c212016-11-14 13:03:03 -0700579 int poll_nsec;
Omar Sandoval34dbad52017-03-21 08:56:08 -0700580
581 struct blk_stat_callback *poll_cb;
Stephen Bates02063192017-04-20 16:59:11 -0600582 struct blk_rq_stat poll_stat[BLK_MQ_POLL_STATS_BKTS];
Omar Sandoval34dbad52017-03-21 08:56:08 -0700583
Jens Axboe242f9dc2008-09-14 05:55:09 -0700584 struct timer_list timeout;
Christoph Hellwig287922e2015-10-30 20:57:30 +0800585 struct work_struct timeout_work;
Jens Axboe242f9dc2008-09-14 05:55:09 -0700586 struct list_head timeout_list;
587
Tejun Heoa612fdd2011-12-14 00:33:41 +0100588 struct list_head icq_list;
Tejun Heo4eef3042012-03-05 13:15:18 -0800589#ifdef CONFIG_BLK_CGROUP
Tejun Heoa2b16932012-04-13 13:11:33 -0700590 DECLARE_BITMAP (blkcg_pols, BLKCG_MAX_POLS);
Tejun Heo3c798392012-04-16 13:57:25 -0700591 struct blkcg_gq *root_blkg;
Tejun Heo03aa2642012-03-05 13:15:19 -0800592 struct list_head blkg_list;
Tejun Heo4eef3042012-03-05 13:15:18 -0800593#endif
Tejun Heoa612fdd2011-12-14 00:33:41 +0100594
Martin K. Petersen025146e2009-05-22 17:17:51 -0400595 struct queue_limits limits;
596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 /*
Christoph Hellwig6cc77e92017-12-21 15:43:38 +0900598 * Zoned block device information for request dispatch control.
599 * nr_zones is the total number of zones of the device. This is always
600 * 0 for regular block devices. seq_zones_bitmap is a bitmap of nr_zones
601 * bits which indicates if a zone is conventional (bit clear) or
602 * sequential (bit set). seq_zones_wlock is a bitmap of nr_zones
603 * bits which indicates if a zone is write locked, that is, if a write
604 * request targeting the zone was dispatched. All three fields are
605 * initialized by the low level device driver (e.g. scsi/sd.c).
606 * Stacking drivers (device mappers) may or may not initialize
607 * these fields.
Bart Van Asscheccce20f2018-04-16 18:04:41 -0700608 *
609 * Reads of this information must be protected with blk_queue_enter() /
610 * blk_queue_exit(). Modifying this information is only allowed while
611 * no requests are being processed. See also blk_mq_freeze_queue() and
612 * blk_mq_unfreeze_queue().
Christoph Hellwig6cc77e92017-12-21 15:43:38 +0900613 */
614 unsigned int nr_zones;
615 unsigned long *seq_zones_bitmap;
616 unsigned long *seq_zones_wlock;
617
618 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 * sg stuff
620 */
621 unsigned int sg_timeout;
622 unsigned int sg_reserved_size;
Christoph Lameter19460892005-06-23 00:08:19 -0700623 int node;
Alexey Dobriyan6c5c9342006-09-29 01:59:40 -0700624#ifdef CONFIG_BLK_DEV_IO_TRACE
Jens Axboe2056a782006-03-23 20:00:26 +0100625 struct blk_trace *blk_trace;
Waiman Long5acb3cc2017-09-20 13:12:20 -0600626 struct mutex blk_trace_mutex;
Alexey Dobriyan6c5c9342006-09-29 01:59:40 -0700627#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 /*
Tejun Heo4913efe2010-09-03 11:56:16 +0200629 * for flush operations
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 */
Ming Lei7c94e1c2014-09-25 23:23:43 +0800631 struct blk_flush_queue *fq;
Al Viro483f4af2006-03-18 18:34:37 -0500632
Christoph Hellwig6fca6a62014-05-28 08:08:02 -0600633 struct list_head requeue_list;
634 spinlock_t requeue_lock;
Mike Snitzer28494502016-09-14 13:28:30 -0400635 struct delayed_work requeue_work;
Christoph Hellwig6fca6a62014-05-28 08:08:02 -0600636
Al Viro483f4af2006-03-18 18:34:37 -0500637 struct mutex sysfs_lock;
FUJITA Tomonorid351af02007-07-09 12:40:35 +0200638
Tejun Heod7325802012-03-05 13:14:58 -0800639 int bypass_depth;
Christoph Hellwig4ecd4fe2015-05-07 09:38:13 +0200640 atomic_t mq_freeze_depth;
Tejun Heod7325802012-03-05 13:14:58 -0800641
FUJITA Tomonorid351af02007-07-09 12:40:35 +0200642#if defined(CONFIG_BLK_DEV_BSG)
Mike Christieaa387cc2011-07-31 22:05:09 +0200643 bsg_job_fn *bsg_job_fn;
FUJITA Tomonorid351af02007-07-09 12:40:35 +0200644 struct bsg_class_device bsg_dev;
645#endif
Vivek Goyale43473b2010-09-15 17:06:35 -0400646
647#ifdef CONFIG_BLK_DEV_THROTTLING
648 /* Throttle data */
649 struct throtl_data *td;
650#endif
Tejun Heo548bc8e2013-01-09 08:05:13 -0800651 struct rcu_head rcu_head;
Jens Axboe320ae512013-10-24 09:20:05 +0100652 wait_queue_head_t mq_freeze_wq;
Dan Williams3ef28e82015-10-21 13:20:12 -0400653 struct percpu_ref q_usage_counter;
Jens Axboe320ae512013-10-24 09:20:05 +0100654 struct list_head all_q_node;
Jens Axboe0d2602c2014-05-13 15:10:52 -0600655
656 struct blk_mq_tag_set *tag_set;
657 struct list_head tag_set_list;
Kent Overstreet54efd502015-04-23 22:37:18 -0700658 struct bio_set *bio_split;
Akinobu Mita4593fdb2015-09-27 02:09:20 +0900659
Omar Sandoval03796c12017-01-31 14:53:18 -0800660#ifdef CONFIG_BLK_DEBUG_FS
Omar Sandoval07e4fea2017-01-25 08:06:40 -0800661 struct dentry *debugfs_dir;
Omar Sandovald332ce02017-05-04 08:24:40 -0600662 struct dentry *sched_debugfs_dir;
Omar Sandoval07e4fea2017-01-25 08:06:40 -0800663#endif
664
Akinobu Mita4593fdb2015-09-27 02:09:20 +0900665 bool mq_sysfs_init_done;
Christoph Hellwig6d247d72017-01-27 09:51:45 -0700666
667 size_t cmd_size;
668 void *rq_alloc_data;
Bart Van Asschedc9edc42017-06-14 13:27:50 -0600669
670 struct work_struct release_work;
Jens Axboef793dfd2017-06-26 08:15:27 -0600671
672#define BLK_MAX_WRITE_HINTS 5
673 u64 write_hints[BLK_MAX_WRITE_HINTS];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674};
675
Jens Axboee743eb12017-08-10 08:25:38 -0600676#define QUEUE_FLAG_QUEUED 0 /* uses generic tag queueing */
677#define QUEUE_FLAG_STOPPED 1 /* queue is stopped */
678#define QUEUE_FLAG_DYING 2 /* queue being torn down */
679#define QUEUE_FLAG_BYPASS 3 /* act as dumb FIFO queue */
680#define QUEUE_FLAG_BIDI 4 /* queue supports bidi requests */
681#define QUEUE_FLAG_NOMERGES 5 /* disable merge attempts */
682#define QUEUE_FLAG_SAME_COMP 6 /* complete on same CPU-group */
683#define QUEUE_FLAG_FAIL_IO 7 /* fake timeout */
Jens Axboee743eb12017-08-10 08:25:38 -0600684#define QUEUE_FLAG_NONROT 9 /* non-rotational device (SSD) */
Fernando Luis Vázquez Cao88e740f2008-10-27 18:44:46 +0900685#define QUEUE_FLAG_VIRT QUEUE_FLAG_NONROT /* paravirt device */
Jens Axboee743eb12017-08-10 08:25:38 -0600686#define QUEUE_FLAG_IO_STAT 10 /* do IO stats */
687#define QUEUE_FLAG_DISCARD 11 /* supports DISCARD */
688#define QUEUE_FLAG_NOXMERGES 12 /* No extended merges */
689#define QUEUE_FLAG_ADD_RANDOM 13 /* Contributes to random pool */
690#define QUEUE_FLAG_SECERASE 14 /* supports secure erase */
691#define QUEUE_FLAG_SAME_FORCE 15 /* force complete on same CPU */
692#define QUEUE_FLAG_DEAD 16 /* queue tear-down finished */
693#define QUEUE_FLAG_INIT_DONE 17 /* queue is initialized */
694#define QUEUE_FLAG_NO_SG_MERGE 18 /* don't attempt to merge SG segments*/
695#define QUEUE_FLAG_POLL 19 /* IO polling enabled if set */
696#define QUEUE_FLAG_WC 20 /* Write back caching */
697#define QUEUE_FLAG_FUA 21 /* device supports FUA writes */
698#define QUEUE_FLAG_FLUSH_NQ 22 /* flush not queueuable */
699#define QUEUE_FLAG_DAX 23 /* device supports DAX */
700#define QUEUE_FLAG_STATS 24 /* track rq completion times */
701#define QUEUE_FLAG_POLL_STATS 25 /* collecting stats for hybrid polling */
702#define QUEUE_FLAG_REGISTERED 26 /* queue has been registered to a disk */
703#define QUEUE_FLAG_SCSI_PASSTHROUGH 27 /* queue supports SCSI commands */
704#define QUEUE_FLAG_QUIESCED 28 /* queue has been quiesced */
Bart Van Asschec9254f22017-11-09 10:49:57 -0800705#define QUEUE_FLAG_PREEMPT_ONLY 29 /* only process REQ_PREEMPT requests */
Jens Axboebc58ba92009-01-23 10:54:44 +0100706
707#define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
Jens Axboee2e1a142010-06-09 10:42:09 +0200708 (1 << QUEUE_FLAG_SAME_COMP) | \
709 (1 << QUEUE_FLAG_ADD_RANDOM))
Tejun Heo797e7db2006-01-06 09:51:03 +0100710
Jens Axboe94eddfb2013-11-19 09:25:07 -0700711#define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
Christoph Hellwig8e0b60b2016-03-03 16:04:03 +0100712 (1 << QUEUE_FLAG_SAME_COMP) | \
713 (1 << QUEUE_FLAG_POLL))
Jens Axboe94eddfb2013-11-19 09:25:07 -0700714
Bart Van Assche8814ce82018-03-07 17:10:04 -0800715void blk_queue_flag_set(unsigned int flag, struct request_queue *q);
716void blk_queue_flag_clear(unsigned int flag, struct request_queue *q);
717bool blk_queue_flag_test_and_set(unsigned int flag, struct request_queue *q);
718bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q);
719
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720#define blk_queue_tagged(q) test_bit(QUEUE_FLAG_QUEUED, &(q)->queue_flags)
721#define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags)
Bart Van Assche3f3299d2012-11-28 13:42:38 +0100722#define blk_queue_dying(q) test_bit(QUEUE_FLAG_DYING, &(q)->queue_flags)
Bart Van Asschec246e802012-12-06 14:32:01 +0100723#define blk_queue_dead(q) test_bit(QUEUE_FLAG_DEAD, &(q)->queue_flags)
Tejun Heod7325802012-03-05 13:14:58 -0800724#define blk_queue_bypass(q) test_bit(QUEUE_FLAG_BYPASS, &(q)->queue_flags)
Jens Axboe320ae512013-10-24 09:20:05 +0100725#define blk_queue_init_done(q) test_bit(QUEUE_FLAG_INIT_DONE, &(q)->queue_flags)
Alan D. Brunelleac9fafa2008-04-29 14:44:19 +0200726#define blk_queue_nomerges(q) test_bit(QUEUE_FLAG_NOMERGES, &(q)->queue_flags)
Alan D. Brunelle488991e2010-01-29 09:04:08 +0100727#define blk_queue_noxmerges(q) \
728 test_bit(QUEUE_FLAG_NOXMERGES, &(q)->queue_flags)
Jens Axboea68bbddba2008-09-24 13:03:33 +0200729#define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags)
Jens Axboebc58ba92009-01-23 10:54:44 +0100730#define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags)
Jens Axboee2e1a142010-06-09 10:42:09 +0200731#define blk_queue_add_random(q) test_bit(QUEUE_FLAG_ADD_RANDOM, &(q)->queue_flags)
Christoph Hellwigc15227d2009-09-30 13:52:12 +0200732#define blk_queue_discard(q) test_bit(QUEUE_FLAG_DISCARD, &(q)->queue_flags)
Christoph Hellwig288dab82016-06-09 16:00:36 +0200733#define blk_queue_secure_erase(q) \
734 (test_bit(QUEUE_FLAG_SECERASE, &(q)->queue_flags))
Toshi Kani163d4ba2016-06-23 17:05:50 -0400735#define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags)
Bart Van Assche9efc1602017-05-31 14:43:46 -0700736#define blk_queue_scsi_passthrough(q) \
737 test_bit(QUEUE_FLAG_SCSI_PASSTHROUGH, &(q)->queue_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738
Christoph Hellwig33659eb2010-08-07 18:17:56 +0200739#define blk_noretry_request(rq) \
740 ((rq)->cmd_flags & (REQ_FAILFAST_DEV|REQ_FAILFAST_TRANSPORT| \
741 REQ_FAILFAST_DRIVER))
Ming Leif4560ff2017-06-18 14:24:27 -0600742#define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags)
Bart Van Asschec9254f22017-11-09 10:49:57 -0800743#define blk_queue_preempt_only(q) \
744 test_bit(QUEUE_FLAG_PREEMPT_ONLY, &(q)->queue_flags)
745
746extern int blk_set_preempt_only(struct request_queue *q);
747extern void blk_clear_preempt_only(struct request_queue *q);
Jens Axboe4aff5e22006-08-10 08:44:47 +0200748
Bart Van Assche66f91322018-03-07 17:10:02 -0800749static inline int queue_in_flight(struct request_queue *q)
750{
751 return q->in_flight[0] + q->in_flight[1];
752}
753
Christoph Hellwig57292b52017-01-31 16:57:29 +0100754static inline bool blk_account_rq(struct request *rq)
755{
756 return (rq->rq_flags & RQF_STARTED) && !blk_rq_is_passthrough(rq);
757}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758
Jens Axboeab780f12008-08-26 10:25:02 +0200759#define blk_rq_cpu_valid(rq) ((rq)->cpu != -1)
FUJITA Tomonoriabae1fd2007-07-16 08:52:14 +0200760#define blk_bidi_rq(rq) ((rq)->next_rq != NULL)
Kiyoshi Ueda336cdb42007-12-11 17:40:30 -0500761/* rq->queuelist of dequeued request must be list_empty() */
762#define blk_queued_rq(rq) (!list_empty(&(rq)->queuelist))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763
764#define list_entry_rq(ptr) list_entry((ptr), struct request, queuelist)
765
Mike Christie4e1b2d522016-06-05 14:32:22 -0500766#define rq_data_dir(rq) (op_is_write(req_op(rq)) ? WRITE : READ)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767
Jens Axboe49fd5242014-04-16 10:57:18 -0600768/*
769 * Driver can handle struct request, if it either has an old style
770 * request_fn defined, or is blk-mq based.
771 */
772static inline bool queue_is_rq_based(struct request_queue *q)
773{
774 return q->request_fn || q->mq_ops;
775}
776
Martin K. Petersene692cb62010-12-01 19:41:49 +0100777static inline unsigned int blk_queue_cluster(struct request_queue *q)
778{
779 return q->limits.cluster;
780}
781
Damien Le Moal797476b2016-10-18 15:40:29 +0900782static inline enum blk_zoned_model
783blk_queue_zoned_model(struct request_queue *q)
784{
785 return q->limits.zoned;
786}
787
788static inline bool blk_queue_is_zoned(struct request_queue *q)
789{
790 switch (blk_queue_zoned_model(q)) {
791 case BLK_ZONED_HA:
792 case BLK_ZONED_HM:
793 return true;
794 default:
795 return false;
796 }
797}
798
Damien Le Moalf99e8642017-01-12 07:58:32 -0700799static inline unsigned int blk_queue_zone_sectors(struct request_queue *q)
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +0900800{
801 return blk_queue_is_zoned(q) ? q->limits.chunk_sectors : 0;
802}
803
Christoph Hellwig6cc77e92017-12-21 15:43:38 +0900804static inline unsigned int blk_queue_nr_zones(struct request_queue *q)
805{
806 return q->nr_zones;
807}
808
809static inline unsigned int blk_queue_zone_no(struct request_queue *q,
810 sector_t sector)
811{
812 if (!blk_queue_is_zoned(q))
813 return 0;
814 return sector >> ilog2(q->limits.chunk_sectors);
815}
816
817static inline bool blk_queue_zone_is_seq(struct request_queue *q,
818 sector_t sector)
819{
820 if (!blk_queue_is_zoned(q) || !q->seq_zones_bitmap)
821 return false;
822 return test_bit(blk_queue_zone_no(q, sector), q->seq_zones_bitmap);
823}
824
Jens Axboe1faa16d2009-04-06 14:48:01 +0200825static inline bool rq_is_sync(struct request *rq)
826{
Christoph Hellwigef295ec2016-10-28 08:48:16 -0600827 return op_is_sync(rq->cmd_flags);
Jens Axboe1faa16d2009-04-06 14:48:01 +0200828}
829
Tejun Heo5b788ce2012-06-04 20:40:59 -0700830static inline bool blk_rl_full(struct request_list *rl, bool sync)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831{
Tejun Heo5b788ce2012-06-04 20:40:59 -0700832 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL;
833
834 return rl->flags & flag;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835}
836
Tejun Heo5b788ce2012-06-04 20:40:59 -0700837static inline void blk_set_rl_full(struct request_list *rl, bool sync)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838{
Tejun Heo5b788ce2012-06-04 20:40:59 -0700839 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL;
840
841 rl->flags |= flag;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842}
843
Tejun Heo5b788ce2012-06-04 20:40:59 -0700844static inline void blk_clear_rl_full(struct request_list *rl, bool sync)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845{
Tejun Heo5b788ce2012-06-04 20:40:59 -0700846 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL;
847
848 rl->flags &= ~flag;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849}
850
Martin K. Petersene2a60da2012-09-18 12:19:25 -0400851static inline bool rq_mergeable(struct request *rq)
852{
Christoph Hellwig57292b52017-01-31 16:57:29 +0100853 if (blk_rq_is_passthrough(rq))
Martin K. Petersene2a60da2012-09-18 12:19:25 -0400854 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855
Mike Christie3a5e02c2016-06-05 14:32:23 -0500856 if (req_op(rq) == REQ_OP_FLUSH)
857 return false;
858
Chaitanya Kulkarnia6f07882016-11-30 12:28:59 -0800859 if (req_op(rq) == REQ_OP_WRITE_ZEROES)
860 return false;
861
Martin K. Petersene2a60da2012-09-18 12:19:25 -0400862 if (rq->cmd_flags & REQ_NOMERGE_FLAGS)
863 return false;
Christoph Hellwige8064022016-10-20 15:12:13 +0200864 if (rq->rq_flags & RQF_NOMERGE_FLAGS)
865 return false;
Martin K. Petersene2a60da2012-09-18 12:19:25 -0400866
867 return true;
868}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
Martin K. Petersen4363ac72012-09-18 12:19:27 -0400870static inline bool blk_write_same_mergeable(struct bio *a, struct bio *b)
871{
Christoph Hellwigefbeccd2017-06-19 09:24:41 +0200872 if (bio_page(a) == bio_page(b) &&
873 bio_offset(a) == bio_offset(b))
Martin K. Petersen4363ac72012-09-18 12:19:27 -0400874 return true;
875
876 return false;
877}
878
Jens Axboed278d4a2016-03-30 10:21:08 -0600879static inline unsigned int blk_queue_depth(struct request_queue *q)
880{
881 if (q->queue_depth)
882 return q->queue_depth;
883
884 return q->nr_requests;
885}
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 * q->prep_rq_fn return values
889 */
Martin K. Petersen0fb5b1f2016-02-04 00:52:12 -0500890enum {
891 BLKPREP_OK, /* serve it */
892 BLKPREP_KILL, /* fatal error, kill, return -EIO */
893 BLKPREP_DEFER, /* leave on queue */
894 BLKPREP_INVALID, /* invalid command, kill, return -EREMOTEIO */
895};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896
897extern unsigned long blk_max_low_pfn, blk_max_pfn;
898
899/*
900 * standard bounce addresses:
901 *
902 * BLK_BOUNCE_HIGH : bounce all highmem pages
903 * BLK_BOUNCE_ANY : don't bounce anything
904 * BLK_BOUNCE_ISA : bounce pages above ISA DMA boundary
905 */
Andi Kleen24728922008-04-21 09:51:05 +0200906
907#if BITS_PER_LONG == 32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908#define BLK_BOUNCE_HIGH ((u64)blk_max_low_pfn << PAGE_SHIFT)
Andi Kleen24728922008-04-21 09:51:05 +0200909#else
910#define BLK_BOUNCE_HIGH -1ULL
911#endif
912#define BLK_BOUNCE_ANY (-1ULL)
FUJITA Tomonoribfe17232010-05-31 15:59:03 +0900913#define BLK_BOUNCE_ISA (DMA_BIT_MASK(24))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
Jens Axboe3d6392c2007-07-09 12:38:05 +0200915/*
916 * default timeout for SG_IO if none specified
917 */
918#define BLK_DEFAULT_SG_TIMEOUT (60 * HZ)
Linus Torvaldsf2f1fa72008-12-05 14:49:18 -0800919#define BLK_MIN_SG_TIMEOUT (7 * HZ)
Jens Axboe3d6392c2007-07-09 12:38:05 +0200920
FUJITA Tomonori152e2832008-08-28 16:17:06 +0900921struct rq_map_data {
922 struct page **pages;
923 int page_order;
924 int nr_entries;
FUJITA Tomonori56c451f2008-12-18 14:49:37 +0900925 unsigned long offset;
FUJITA Tomonori97ae77a2008-12-18 14:49:38 +0900926 int null_mapped;
FUJITA Tomonoriecb554a2009-07-09 14:46:53 +0200927 int from_user;
FUJITA Tomonori152e2832008-08-28 16:17:06 +0900928};
929
NeilBrown5705f702007-09-25 12:35:59 +0200930struct req_iterator {
Kent Overstreet79886132013-11-23 17:19:00 -0800931 struct bvec_iter iter;
NeilBrown5705f702007-09-25 12:35:59 +0200932 struct bio *bio;
933};
934
935/* This should not be used directly - use rq_for_each_segment */
Jens Axboe1e428072009-02-23 09:03:10 +0100936#define for_each_bio(_bio) \
937 for (; _bio; _bio = _bio->bi_next)
NeilBrown5705f702007-09-25 12:35:59 +0200938#define __rq_for_each_bio(_bio, rq) \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939 if ((rq->bio)) \
940 for (_bio = (rq)->bio; _bio; _bio = _bio->bi_next)
941
NeilBrown5705f702007-09-25 12:35:59 +0200942#define rq_for_each_segment(bvl, _rq, _iter) \
943 __rq_for_each_bio(_iter.bio, _rq) \
Kent Overstreet79886132013-11-23 17:19:00 -0800944 bio_for_each_segment(bvl, _iter.bio, _iter.iter)
NeilBrown5705f702007-09-25 12:35:59 +0200945
Kent Overstreet4550dd62013-08-07 14:26:21 -0700946#define rq_iter_last(bvec, _iter) \
Kent Overstreet79886132013-11-23 17:19:00 -0800947 (_iter.bio->bi_next == NULL && \
Kent Overstreet4550dd62013-08-07 14:26:21 -0700948 bio_iter_last(bvec, _iter.iter))
NeilBrown5705f702007-09-25 12:35:59 +0200949
Ilya Loginov2d4dc892009-11-26 09:16:19 +0100950#ifndef ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
951# error "You should define ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE for your platform"
952#endif
953#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
954extern void rq_flush_dcache_pages(struct request *rq);
955#else
956static inline void rq_flush_dcache_pages(struct request *rq)
957{
958}
959#endif
960
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961extern int blk_register_queue(struct gendisk *disk);
962extern void blk_unregister_queue(struct gendisk *disk);
Jens Axboedece1632015-11-05 10:41:16 -0700963extern blk_qc_t generic_make_request(struct bio *bio);
Christoph Hellwigf421e1d2017-11-02 21:29:50 +0300964extern blk_qc_t direct_make_request(struct bio *bio);
FUJITA Tomonori2a4aa302008-04-29 09:54:36 +0200965extern void blk_rq_init(struct request_queue *q, struct request *rq);
Bart Van Asscheda8d7f02017-04-19 14:01:24 -0700966extern void blk_init_request_from_bio(struct request *req, struct bio *bio);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967extern void blk_put_request(struct request *);
Jens Axboe165125e2007-07-24 09:28:11 +0200968extern void __blk_put_request(struct request_queue *, struct request *);
Bart Van Assche6a156742017-11-09 10:49:54 -0800969extern struct request *blk_get_request_flags(struct request_queue *,
970 unsigned int op,
Bart Van Assche9a95e4e2017-11-09 10:49:59 -0800971 blk_mq_req_flags_t flags);
Bart Van Asschecd6ce142017-06-20 11:15:39 -0700972extern struct request *blk_get_request(struct request_queue *, unsigned int op,
973 gfp_t gfp_mask);
Jens Axboe165125e2007-07-24 09:28:11 +0200974extern void blk_requeue_request(struct request_queue *, struct request *);
Kiyoshi Uedaef9e3fa2008-10-01 16:12:15 +0200975extern int blk_lld_busy(struct request_queue *q);
Mike Snitzer78d8e582015-06-26 10:01:13 -0400976extern int blk_rq_prep_clone(struct request *rq, struct request *rq_src,
977 struct bio_set *bs, gfp_t gfp_mask,
978 int (*bio_ctr)(struct bio *, struct bio *, void *),
979 void *data);
980extern void blk_rq_unprep_clone(struct request *rq);
Christoph Hellwig2a842ac2017-06-03 09:38:04 +0200981extern blk_status_t blk_insert_cloned_request(struct request_queue *q,
Kiyoshi Ueda82124d62008-09-18 10:45:38 -0400982 struct request *rq);
Jens Axboe0abc2a12017-12-18 15:40:44 +0800983extern int blk_rq_append_bio(struct request *rq, struct bio **bio);
Jens Axboe3cca6dc2011-03-02 11:08:00 -0500984extern void blk_delay_queue(struct request_queue *, unsigned long);
NeilBrownaf67c312017-06-18 14:38:57 +1000985extern void blk_queue_split(struct request_queue *, struct bio **);
Jens Axboe165125e2007-07-24 09:28:11 +0200986extern void blk_recount_segments(struct request_queue *, struct bio *);
Paolo Bonzini0bfc96c2012-01-12 16:01:28 +0100987extern int scsi_verify_blk_ioctl(struct block_device *, unsigned int);
Paolo Bonzini577ebb32012-01-12 16:01:27 +0100988extern int scsi_cmd_blk_ioctl(struct block_device *, fmode_t,
989 unsigned int, void __user *);
Al Viro74f3c8a2007-08-27 15:38:10 -0400990extern int scsi_cmd_ioctl(struct request_queue *, struct gendisk *, fmode_t,
991 unsigned int, void __user *);
Al Viroe915e872008-09-02 17:16:41 -0400992extern int sg_scsi_ioctl(struct request_queue *, struct gendisk *, fmode_t,
993 struct scsi_ioctl_command __user *);
Andrew Morton3fcfab12006-10-19 23:28:16 -0700994
Bart Van Assche9a95e4e2017-11-09 10:49:59 -0800995extern int blk_queue_enter(struct request_queue *q, blk_mq_req_flags_t flags);
Dan Williams2e6edc952015-11-19 13:29:28 -0800996extern void blk_queue_exit(struct request_queue *q);
Jens Axboe165125e2007-07-24 09:28:11 +0200997extern void blk_start_queue(struct request_queue *q);
Jens Axboe21491412015-12-28 13:01:22 -0700998extern void blk_start_queue_async(struct request_queue *q);
Jens Axboe165125e2007-07-24 09:28:11 +0200999extern void blk_stop_queue(struct request_queue *q);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001000extern void blk_sync_queue(struct request_queue *q);
Jens Axboe165125e2007-07-24 09:28:11 +02001001extern void __blk_stop_queue(struct request_queue *q);
Christoph Hellwig24ecfbe2011-04-18 11:41:33 +02001002extern void __blk_run_queue(struct request_queue *q);
Christoph Hellwiga7928c152015-04-17 22:37:20 +02001003extern void __blk_run_queue_uncond(struct request_queue *q);
Jens Axboe165125e2007-07-24 09:28:11 +02001004extern void blk_run_queue(struct request_queue *);
Jens Axboec21e6be2011-04-19 13:32:46 +02001005extern void blk_run_queue_async(struct request_queue *q);
FUJITA Tomonoria3bce902008-08-28 16:17:05 +09001006extern int blk_rq_map_user(struct request_queue *, struct request *,
FUJITA Tomonori152e2832008-08-28 16:17:06 +09001007 struct rq_map_data *, void __user *, unsigned long,
1008 gfp_t);
Jens Axboe8e5cfc42006-12-19 11:12:46 +01001009extern int blk_rq_unmap_user(struct bio *);
Jens Axboe165125e2007-07-24 09:28:11 +02001010extern int blk_rq_map_kern(struct request_queue *, struct request *, void *, unsigned int, gfp_t);
1011extern int blk_rq_map_user_iov(struct request_queue *, struct request *,
Kent Overstreet26e49cf2015-01-18 16:16:31 +01001012 struct rq_map_data *, const struct iov_iter *,
1013 gfp_t);
Christoph Hellwigb7819b92017-04-20 16:02:55 +02001014extern void blk_execute_rq(struct request_queue *, struct gendisk *,
James Bottomley 994ca9a2005-06-20 14:11:09 +02001015 struct request *, int);
Jens Axboe165125e2007-07-24 09:28:11 +02001016extern void blk_execute_rq_nowait(struct request_queue *, struct gendisk *,
Jens Axboe15fc8582006-01-06 10:00:50 +01001017 struct request *, int, rq_end_io_fn *);
Mike Christie6e39b69e2005-11-11 05:30:24 -06001018
Christoph Hellwig2a842ac2017-06-03 09:38:04 +02001019int blk_status_to_errno(blk_status_t status);
1020blk_status_t errno_to_blk_status(int errno);
1021
Christoph Hellwigea435e12017-11-02 21:29:54 +03001022bool blk_poll(struct request_queue *q, blk_qc_t cookie);
Jens Axboe05229beed2015-11-05 10:44:55 -07001023
Jens Axboe165125e2007-07-24 09:28:11 +02001024static inline struct request_queue *bdev_get_queue(struct block_device *bdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025{
Tejun Heoff9ea322014-09-08 08:03:56 +09001026 return bdev->bd_disk->queue; /* this is never NULL */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027}
1028
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029/*
Bart Van Assche233bde22018-03-14 15:48:06 -07001030 * The basic unit of block I/O is a sector. It is used in a number of contexts
1031 * in Linux (blk, bio, genhd). The size of one sector is 512 = 2**9
1032 * bytes. Variables of type sector_t represent an offset or size that is a
1033 * multiple of 512 bytes. Hence these two constants.
1034 */
1035#ifndef SECTOR_SHIFT
1036#define SECTOR_SHIFT 9
1037#endif
1038#ifndef SECTOR_SIZE
1039#define SECTOR_SIZE (1 << SECTOR_SHIFT)
1040#endif
1041
1042/*
Tejun Heo80a761f2009-07-03 17:48:17 +09001043 * blk_rq_pos() : the current sector
1044 * blk_rq_bytes() : bytes left in the entire request
1045 * blk_rq_cur_bytes() : bytes left in the current segment
1046 * blk_rq_err_bytes() : bytes left till the next error boundary
1047 * blk_rq_sectors() : sectors left in the entire request
1048 * blk_rq_cur_sectors() : sectors left in the current segment
Tejun Heo5efccd12009-04-23 11:05:18 +09001049 */
Tejun Heo5b936292009-05-07 22:24:38 +09001050static inline sector_t blk_rq_pos(const struct request *rq)
1051{
Tejun Heoa2dec7b2009-05-07 22:24:44 +09001052 return rq->__sector;
Tejun Heo5b936292009-05-07 22:24:38 +09001053}
1054
Tejun Heo2e46e8b2009-05-07 22:24:41 +09001055static inline unsigned int blk_rq_bytes(const struct request *rq)
1056{
Tejun Heoa2dec7b2009-05-07 22:24:44 +09001057 return rq->__data_len;
Tejun Heo2e46e8b2009-05-07 22:24:41 +09001058}
1059
1060static inline int blk_rq_cur_bytes(const struct request *rq)
1061{
1062 return rq->bio ? bio_cur_bytes(rq->bio) : 0;
1063}
Tejun Heo5efccd12009-04-23 11:05:18 +09001064
Tejun Heo80a761f2009-07-03 17:48:17 +09001065extern unsigned int blk_rq_err_bytes(const struct request *rq);
1066
Tejun Heo5b936292009-05-07 22:24:38 +09001067static inline unsigned int blk_rq_sectors(const struct request *rq)
1068{
Bart Van Assche233bde22018-03-14 15:48:06 -07001069 return blk_rq_bytes(rq) >> SECTOR_SHIFT;
Tejun Heo5b936292009-05-07 22:24:38 +09001070}
1071
1072static inline unsigned int blk_rq_cur_sectors(const struct request *rq)
1073{
Bart Van Assche233bde22018-03-14 15:48:06 -07001074 return blk_rq_cur_bytes(rq) >> SECTOR_SHIFT;
Tejun Heo5b936292009-05-07 22:24:38 +09001075}
1076
Christoph Hellwig6cc77e92017-12-21 15:43:38 +09001077static inline unsigned int blk_rq_zone_no(struct request *rq)
1078{
1079 return blk_queue_zone_no(rq->q, blk_rq_pos(rq));
1080}
1081
1082static inline unsigned int blk_rq_zone_is_seq(struct request *rq)
1083{
1084 return blk_queue_zone_is_seq(rq->q, blk_rq_pos(rq));
1085}
1086
Christoph Hellwig2e3258e2017-01-13 12:29:10 +01001087/*
1088 * Some commands like WRITE SAME have a payload or data transfer size which
1089 * is different from the size of the request. Any driver that supports such
1090 * commands using the RQF_SPECIAL_PAYLOAD flag needs to use this helper to
1091 * calculate the data transfer size.
1092 */
1093static inline unsigned int blk_rq_payload_bytes(struct request *rq)
1094{
1095 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
1096 return rq->special_vec.bv_len;
1097 return blk_rq_bytes(rq);
1098}
1099
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001100static inline unsigned int blk_queue_get_max_sectors(struct request_queue *q,
Mike Christie8fe0d472016-06-05 14:32:15 -05001101 int op)
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001102{
Adrian Hunter7afafc82016-08-16 10:59:35 +03001103 if (unlikely(op == REQ_OP_DISCARD || op == REQ_OP_SECURE_ERASE))
Bart Van Assche233bde22018-03-14 15:48:06 -07001104 return min(q->limits.max_discard_sectors,
1105 UINT_MAX >> SECTOR_SHIFT);
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001106
Mike Christie8fe0d472016-06-05 14:32:15 -05001107 if (unlikely(op == REQ_OP_WRITE_SAME))
Martin K. Petersen4363ac72012-09-18 12:19:27 -04001108 return q->limits.max_write_same_sectors;
1109
Chaitanya Kulkarnia6f07882016-11-30 12:28:59 -08001110 if (unlikely(op == REQ_OP_WRITE_ZEROES))
1111 return q->limits.max_write_zeroes_sectors;
1112
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001113 return q->limits.max_sectors;
1114}
1115
Jens Axboe762380a2014-06-05 13:38:39 -06001116/*
1117 * Return maximum size of a request at given offset. Only valid for
1118 * file system requests.
1119 */
1120static inline unsigned int blk_max_size_offset(struct request_queue *q,
1121 sector_t offset)
1122{
1123 if (!q->limits.chunk_sectors)
Jens Axboe736ed4d2014-06-17 22:09:29 -07001124 return q->limits.max_sectors;
Jens Axboe762380a2014-06-05 13:38:39 -06001125
1126 return q->limits.chunk_sectors -
1127 (offset & (q->limits.chunk_sectors - 1));
1128}
1129
Damien Le Moal17007f32016-07-20 21:40:47 -06001130static inline unsigned int blk_rq_get_max_sectors(struct request *rq,
1131 sector_t offset)
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001132{
1133 struct request_queue *q = rq->q;
1134
Christoph Hellwig57292b52017-01-31 16:57:29 +01001135 if (blk_rq_is_passthrough(rq))
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001136 return q->limits.max_hw_sectors;
1137
Adrian Hunter7afafc82016-08-16 10:59:35 +03001138 if (!q->limits.chunk_sectors ||
1139 req_op(rq) == REQ_OP_DISCARD ||
1140 req_op(rq) == REQ_OP_SECURE_ERASE)
Mike Christie8fe0d472016-06-05 14:32:15 -05001141 return blk_queue_get_max_sectors(q, req_op(rq));
Jens Axboe762380a2014-06-05 13:38:39 -06001142
Damien Le Moal17007f32016-07-20 21:40:47 -06001143 return min(blk_max_size_offset(q, offset),
Mike Christie8fe0d472016-06-05 14:32:15 -05001144 blk_queue_get_max_sectors(q, req_op(rq)));
Martin K. Petersenf31dc1c2012-09-18 12:19:26 -04001145}
1146
Jun'ichi Nomura75afb352013-09-21 13:57:47 -06001147static inline unsigned int blk_rq_count_bios(struct request *rq)
1148{
1149 unsigned int nr_bios = 0;
1150 struct bio *bio;
1151
1152 __rq_for_each_bio(bio, rq)
1153 nr_bios++;
1154
1155 return nr_bios;
1156}
1157
Tejun Heo5efccd12009-04-23 11:05:18 +09001158/*
Tejun Heo9934c8c2009-05-08 11:54:16 +09001159 * Request issue related functions.
1160 */
1161extern struct request *blk_peek_request(struct request_queue *q);
1162extern void blk_start_request(struct request *rq);
1163extern struct request *blk_fetch_request(struct request_queue *q);
1164
Christoph Hellwigef71de82017-11-02 21:29:51 +03001165void blk_steal_bios(struct bio_list *list, struct request *rq);
1166
Tejun Heo9934c8c2009-05-08 11:54:16 +09001167/*
Tejun Heo2e60e022009-04-23 11:05:18 +09001168 * Request completion related functions.
1169 *
1170 * blk_update_request() completes given number of bytes and updates
1171 * the request without completing it.
1172 *
Tejun Heof06d9a22009-04-23 11:05:19 +09001173 * blk_end_request() and friends. __blk_end_request() must be called
1174 * with the request queue spinlock acquired.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 *
1176 * Several drivers define their own end_request and call
Kiyoshi Ueda3bcddea2007-12-11 17:52:28 -05001177 * blk_end_request() for parts of the original function.
1178 * This prevents code duplication in drivers.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 */
Christoph Hellwig2a842ac2017-06-03 09:38:04 +02001180extern bool blk_update_request(struct request *rq, blk_status_t error,
Tejun Heo2e60e022009-04-23 11:05:18 +09001181 unsigned int nr_bytes);
Christoph Hellwig2a842ac2017-06-03 09:38:04 +02001182extern void blk_finish_request(struct request *rq, blk_status_t error);
1183extern bool blk_end_request(struct request *rq, blk_status_t error,
FUJITA Tomonorib1f74492009-05-11 17:56:09 +09001184 unsigned int nr_bytes);
Christoph Hellwig2a842ac2017-06-03 09:38:04 +02001185extern void blk_end_request_all(struct request *rq, blk_status_t error);
1186extern bool __blk_end_request(struct request *rq, blk_status_t error,
FUJITA Tomonorib1f74492009-05-11 17:56:09 +09001187 unsigned int nr_bytes);
Christoph Hellwig2a842ac2017-06-03 09:38:04 +02001188extern void __blk_end_request_all(struct request *rq, blk_status_t error);
1189extern bool __blk_end_request_cur(struct request *rq, blk_status_t error);
Tejun Heo2e60e022009-04-23 11:05:18 +09001190
Jens Axboeff856ba2006-01-09 16:02:34 +01001191extern void blk_complete_request(struct request *);
Jens Axboe242f9dc2008-09-14 05:55:09 -07001192extern void __blk_complete_request(struct request *);
1193extern void blk_abort_request(struct request *);
James Bottomley28018c22010-07-01 19:49:17 +09001194extern void blk_unprep_request(struct request *);
Jens Axboeff856ba2006-01-09 16:02:34 +01001195
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197 * Access functions for manipulating queue properties
1198 */
Jens Axboe165125e2007-07-24 09:28:11 +02001199extern struct request_queue *blk_init_queue_node(request_fn_proc *rfn,
Christoph Lameter19460892005-06-23 00:08:19 -07001200 spinlock_t *lock, int node_id);
Jens Axboe165125e2007-07-24 09:28:11 +02001201extern struct request_queue *blk_init_queue(request_fn_proc *, spinlock_t *);
Christoph Hellwig5ea708d2017-01-03 14:52:44 +03001202extern int blk_init_allocated_queue(struct request_queue *);
Jens Axboe165125e2007-07-24 09:28:11 +02001203extern void blk_cleanup_queue(struct request_queue *);
1204extern void blk_queue_make_request(struct request_queue *, make_request_fn *);
1205extern void blk_queue_bounce_limit(struct request_queue *, u64);
Martin K. Petersen086fa5f2010-02-26 00:20:38 -05001206extern void blk_queue_max_hw_sectors(struct request_queue *, unsigned int);
Jens Axboe762380a2014-06-05 13:38:39 -06001207extern void blk_queue_chunk_sectors(struct request_queue *, unsigned int);
Martin K. Petersen8a783622010-02-26 00:20:39 -05001208extern void blk_queue_max_segments(struct request_queue *, unsigned short);
Christoph Hellwig1e739732017-02-08 14:46:49 +01001209extern void blk_queue_max_discard_segments(struct request_queue *,
1210 unsigned short);
Jens Axboe165125e2007-07-24 09:28:11 +02001211extern void blk_queue_max_segment_size(struct request_queue *, unsigned int);
Christoph Hellwig67efc922009-09-30 13:54:20 +02001212extern void blk_queue_max_discard_sectors(struct request_queue *q,
1213 unsigned int max_discard_sectors);
Martin K. Petersen4363ac72012-09-18 12:19:27 -04001214extern void blk_queue_max_write_same_sectors(struct request_queue *q,
1215 unsigned int max_write_same_sectors);
Chaitanya Kulkarnia6f07882016-11-30 12:28:59 -08001216extern void blk_queue_max_write_zeroes_sectors(struct request_queue *q,
1217 unsigned int max_write_same_sectors);
Martin K. Petersene1defc42009-05-22 17:17:49 -04001218extern void blk_queue_logical_block_size(struct request_queue *, unsigned short);
Martin K. Petersen892b6f92010-10-13 21:18:03 +02001219extern void blk_queue_physical_block_size(struct request_queue *, unsigned int);
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001220extern void blk_queue_alignment_offset(struct request_queue *q,
1221 unsigned int alignment);
Martin K. Petersen7c958e32009-07-31 11:49:11 -04001222extern void blk_limits_io_min(struct queue_limits *limits, unsigned int min);
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001223extern void blk_queue_io_min(struct request_queue *q, unsigned int min);
Martin K. Petersen3c5820c2009-09-11 21:54:52 +02001224extern void blk_limits_io_opt(struct queue_limits *limits, unsigned int opt);
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001225extern void blk_queue_io_opt(struct request_queue *q, unsigned int opt);
Jens Axboed278d4a2016-03-30 10:21:08 -06001226extern void blk_set_queue_depth(struct request_queue *q, unsigned int depth);
Martin K. Petersene475bba2009-06-16 08:23:52 +02001227extern void blk_set_default_limits(struct queue_limits *lim);
Martin K. Petersenb1bd0552012-01-11 16:27:11 +01001228extern void blk_set_stacking_limits(struct queue_limits *lim);
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001229extern int blk_stack_limits(struct queue_limits *t, struct queue_limits *b,
1230 sector_t offset);
Martin K. Petersen17be8c22010-01-11 03:21:49 -05001231extern int bdev_stack_limits(struct queue_limits *t, struct block_device *bdev,
1232 sector_t offset);
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001233extern void disk_stack_limits(struct gendisk *disk, struct block_device *bdev,
1234 sector_t offset);
Jens Axboe165125e2007-07-24 09:28:11 +02001235extern void blk_queue_stack_limits(struct request_queue *t, struct request_queue *b);
Tejun Heoe3790c72008-03-04 11:18:17 +01001236extern void blk_queue_dma_pad(struct request_queue *, unsigned int);
FUJITA Tomonori27f82212008-07-04 09:30:03 +02001237extern void blk_queue_update_dma_pad(struct request_queue *, unsigned int);
Tejun Heo2fb98e82008-02-19 11:36:53 +01001238extern int blk_queue_dma_drain(struct request_queue *q,
1239 dma_drain_needed_fn *dma_drain_needed,
1240 void *buf, unsigned int size);
Kiyoshi Uedaef9e3fa2008-10-01 16:12:15 +02001241extern void blk_queue_lld_busy(struct request_queue *q, lld_busy_fn *fn);
Jens Axboe165125e2007-07-24 09:28:11 +02001242extern void blk_queue_segment_boundary(struct request_queue *, unsigned long);
Keith Busch03100aa2015-08-19 14:24:05 -07001243extern void blk_queue_virt_boundary(struct request_queue *, unsigned long);
Jens Axboe165125e2007-07-24 09:28:11 +02001244extern void blk_queue_prep_rq(struct request_queue *, prep_rq_fn *pfn);
James Bottomley28018c22010-07-01 19:49:17 +09001245extern void blk_queue_unprep_rq(struct request_queue *, unprep_rq_fn *ufn);
Jens Axboe165125e2007-07-24 09:28:11 +02001246extern void blk_queue_dma_alignment(struct request_queue *, int);
James Bottomley11c3e682007-12-31 16:37:00 -06001247extern void blk_queue_update_dma_alignment(struct request_queue *, int);
Jens Axboe165125e2007-07-24 09:28:11 +02001248extern void blk_queue_softirq_done(struct request_queue *, softirq_done_fn *);
Jens Axboe242f9dc2008-09-14 05:55:09 -07001249extern void blk_queue_rq_timed_out(struct request_queue *, rq_timed_out_fn *);
1250extern void blk_queue_rq_timeout(struct request_queue *, unsigned int);
shaohua.li@intel.comf3876932011-05-06 11:34:32 -06001251extern void blk_queue_flush_queueable(struct request_queue *q, bool queueable);
Jens Axboe93e9d8e2016-04-12 12:32:46 -06001252extern void blk_queue_write_cache(struct request_queue *q, bool enabled, bool fua);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253
Christoph Hellwig1e739732017-02-08 14:46:49 +01001254/*
1255 * Number of physical segments as sent to the device.
1256 *
1257 * Normally this is the number of discontiguous data segments sent by the
1258 * submitter. But for data-less command like discard we might have no
1259 * actual data segments submitted, but the driver might have to add it's
1260 * own special payload. In that case we still return 1 here so that this
1261 * special payload will be mapped.
1262 */
Christoph Hellwigf9d03f92016-12-08 15:20:32 -07001263static inline unsigned short blk_rq_nr_phys_segments(struct request *rq)
1264{
1265 if (rq->rq_flags & RQF_SPECIAL_PAYLOAD)
1266 return 1;
1267 return rq->nr_phys_segments;
1268}
1269
Christoph Hellwig1e739732017-02-08 14:46:49 +01001270/*
1271 * Number of discard segments (or ranges) the driver needs to fill in.
1272 * Each discard bio merged into a request is counted as one segment.
1273 */
1274static inline unsigned short blk_rq_nr_discard_segments(struct request *rq)
1275{
1276 return max_t(unsigned short, rq->nr_phys_segments, 1);
1277}
1278
Jens Axboe165125e2007-07-24 09:28:11 +02001279extern int blk_rq_map_sg(struct request_queue *, struct request *, struct scatterlist *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280extern void blk_dump_rq_flags(struct request *, char *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281extern long nr_blockdev_pages(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
Tejun Heo09ac46c2011-12-14 00:33:38 +01001283bool __must_check blk_get_queue(struct request_queue *);
Jens Axboe165125e2007-07-24 09:28:11 +02001284struct request_queue *blk_alloc_queue(gfp_t);
Bart Van Assche5ee05242018-02-28 10:15:31 -08001285struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id,
1286 spinlock_t *lock);
Jens Axboe165125e2007-07-24 09:28:11 +02001287extern void blk_put_queue(struct request_queue *);
Jens Axboe3f21c262015-06-05 10:57:37 -06001288extern void blk_set_queue_dying(struct request_queue *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001289
Shaohua Li316cc672011-07-08 08:19:21 +02001290/*
Lin Ming6c954662013-03-23 11:42:26 +08001291 * block layer runtime pm functions
1292 */
Rafael J. Wysocki47fafbc2014-12-04 01:00:23 +01001293#ifdef CONFIG_PM
Lin Ming6c954662013-03-23 11:42:26 +08001294extern void blk_pm_runtime_init(struct request_queue *q, struct device *dev);
1295extern int blk_pre_runtime_suspend(struct request_queue *q);
1296extern void blk_post_runtime_suspend(struct request_queue *q, int err);
1297extern void blk_pre_runtime_resume(struct request_queue *q);
1298extern void blk_post_runtime_resume(struct request_queue *q, int err);
Mika Westerbergd07ab6d2016-02-18 10:54:11 +02001299extern void blk_set_runtime_active(struct request_queue *q);
Lin Ming6c954662013-03-23 11:42:26 +08001300#else
1301static inline void blk_pm_runtime_init(struct request_queue *q,
1302 struct device *dev) {}
1303static inline int blk_pre_runtime_suspend(struct request_queue *q)
1304{
1305 return -ENOSYS;
1306}
1307static inline void blk_post_runtime_suspend(struct request_queue *q, int err) {}
1308static inline void blk_pre_runtime_resume(struct request_queue *q) {}
1309static inline void blk_post_runtime_resume(struct request_queue *q, int err) {}
Tobias Klauser9a05e752016-11-18 15:16:06 +01001310static inline void blk_set_runtime_active(struct request_queue *q) {}
Lin Ming6c954662013-03-23 11:42:26 +08001311#endif
1312
1313/*
Suresh Jayaraman75df7132011-09-21 10:00:16 +02001314 * blk_plug permits building a queue of related requests by holding the I/O
1315 * fragments for a short period. This allows merging of sequential requests
1316 * into single larger request. As the requests are moved from a per-task list to
1317 * the device's request_queue in a batch, this results in improved scalability
1318 * as the lock contention for request_queue lock is reduced.
1319 *
1320 * It is ok not to disable preemption when adding the request to the plug list
1321 * or when attempting a merge, because blk_schedule_flush_list() will only flush
1322 * the plug list when the task sleeps by itself. For details, please see
1323 * schedule() where blk_schedule_flush_plug() is called.
Shaohua Li316cc672011-07-08 08:19:21 +02001324 */
Jens Axboe73c10102011-03-08 13:19:51 +01001325struct blk_plug {
Suresh Jayaraman75df7132011-09-21 10:00:16 +02001326 struct list_head list; /* requests */
Jens Axboe320ae512013-10-24 09:20:05 +01001327 struct list_head mq_list; /* blk-mq requests */
Suresh Jayaraman75df7132011-09-21 10:00:16 +02001328 struct list_head cb_list; /* md requires an unplug callback */
Jens Axboe73c10102011-03-08 13:19:51 +01001329};
Shaohua Li55c022b2011-07-08 08:19:20 +02001330#define BLK_MAX_REQUEST_COUNT 16
Shaohua Li50d24c32016-11-03 17:03:53 -07001331#define BLK_PLUG_FLUSH_SIZE (128 * 1024)
Shaohua Li55c022b2011-07-08 08:19:20 +02001332
NeilBrown9cbb1752012-07-31 09:08:14 +02001333struct blk_plug_cb;
NeilBrown74018dc2012-07-31 09:08:15 +02001334typedef void (*blk_plug_cb_fn)(struct blk_plug_cb *, bool);
NeilBrown048c9372011-04-18 09:52:22 +02001335struct blk_plug_cb {
1336 struct list_head list;
NeilBrown9cbb1752012-07-31 09:08:14 +02001337 blk_plug_cb_fn callback;
1338 void *data;
NeilBrown048c9372011-04-18 09:52:22 +02001339};
NeilBrown9cbb1752012-07-31 09:08:14 +02001340extern struct blk_plug_cb *blk_check_plugged(blk_plug_cb_fn unplug,
1341 void *data, int size);
Jens Axboe73c10102011-03-08 13:19:51 +01001342extern void blk_start_plug(struct blk_plug *);
1343extern void blk_finish_plug(struct blk_plug *);
Jens Axboef6603782011-04-15 15:49:07 +02001344extern void blk_flush_plug_list(struct blk_plug *, bool);
Jens Axboe73c10102011-03-08 13:19:51 +01001345
1346static inline void blk_flush_plug(struct task_struct *tsk)
1347{
1348 struct blk_plug *plug = tsk->plug;
1349
Christoph Hellwig88b996c2011-04-15 15:20:10 +02001350 if (plug)
Jens Axboea237c1c2011-04-16 13:27:55 +02001351 blk_flush_plug_list(plug, false);
1352}
1353
1354static inline void blk_schedule_flush_plug(struct task_struct *tsk)
1355{
1356 struct blk_plug *plug = tsk->plug;
1357
1358 if (plug)
Jens Axboef6603782011-04-15 15:49:07 +02001359 blk_flush_plug_list(plug, true);
Jens Axboe73c10102011-03-08 13:19:51 +01001360}
1361
1362static inline bool blk_needs_flush_plug(struct task_struct *tsk)
1363{
1364 struct blk_plug *plug = tsk->plug;
1365
Jens Axboe320ae512013-10-24 09:20:05 +01001366 return plug &&
1367 (!list_empty(&plug->list) ||
1368 !list_empty(&plug->mq_list) ||
1369 !list_empty(&plug->cb_list));
Jens Axboe73c10102011-03-08 13:19:51 +01001370}
1371
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372/*
1373 * tag stuff
1374 */
Jens Axboe165125e2007-07-24 09:28:11 +02001375extern int blk_queue_start_tag(struct request_queue *, struct request *);
1376extern struct request *blk_queue_find_tag(struct request_queue *, int);
1377extern void blk_queue_end_tag(struct request_queue *, struct request *);
Shaohua Liee1b6f72015-01-15 17:32:25 -08001378extern int blk_queue_init_tags(struct request_queue *, int, struct blk_queue_tag *, int);
Jens Axboe165125e2007-07-24 09:28:11 +02001379extern void blk_queue_free_tags(struct request_queue *);
1380extern int blk_queue_resize_tags(struct request_queue *, int);
1381extern void blk_queue_invalidate_tags(struct request_queue *);
Shaohua Liee1b6f72015-01-15 17:32:25 -08001382extern struct blk_queue_tag *blk_init_tags(int, int);
James Bottomley492dfb42006-08-30 15:48:45 -04001383extern void blk_free_tags(struct blk_queue_tag *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384
David C Somayajuluf583f492006-10-04 08:27:25 +02001385static inline struct request *blk_map_queue_find_tag(struct blk_queue_tag *bqt,
1386 int tag)
1387{
1388 if (unlikely(bqt == NULL || tag >= bqt->real_max_depth))
1389 return NULL;
1390 return bqt->tag_index[tag];
1391}
Christoph Hellwigdd3932e2010-09-16 20:51:46 +02001392
Christoph Hellwigee472d82017-04-05 19:21:08 +02001393extern int blkdev_issue_flush(struct block_device *, gfp_t, sector_t *);
1394extern int blkdev_issue_write_same(struct block_device *bdev, sector_t sector,
1395 sector_t nr_sects, gfp_t gfp_mask, struct page *page);
Christoph Hellwige950fdf2016-07-19 11:23:33 +02001396
1397#define BLKDEV_DISCARD_SECURE (1 << 0) /* issue a secure erase */
Christoph Hellwigdd3932e2010-09-16 20:51:46 +02001398
Dmitry Monakhovfbd9b092010-04-28 17:55:06 +04001399extern int blkdev_issue_discard(struct block_device *bdev, sector_t sector,
1400 sector_t nr_sects, gfp_t gfp_mask, unsigned long flags);
Christoph Hellwig38f25252016-04-16 14:55:28 -04001401extern int __blkdev_issue_discard(struct block_device *bdev, sector_t sector,
Christoph Hellwig288dab82016-06-09 16:00:36 +02001402 sector_t nr_sects, gfp_t gfp_mask, int flags,
Mike Christie469e3212016-06-05 14:31:49 -05001403 struct bio **biop);
Christoph Hellwigee472d82017-04-05 19:21:08 +02001404
1405#define BLKDEV_ZERO_NOUNMAP (1 << 0) /* do not free blocks */
Christoph Hellwigcb365b92017-04-05 19:21:10 +02001406#define BLKDEV_ZERO_NOFALLBACK (1 << 1) /* don't write explicit zeroes */
Christoph Hellwigee472d82017-04-05 19:21:08 +02001407
Chaitanya Kulkarnie73c23f2016-11-30 12:28:58 -08001408extern int __blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
1409 sector_t nr_sects, gfp_t gfp_mask, struct bio **biop,
Christoph Hellwigee472d82017-04-05 19:21:08 +02001410 unsigned flags);
Dmitry Monakhov3f14d792010-04-28 17:55:09 +04001411extern int blkdev_issue_zeroout(struct block_device *bdev, sector_t sector,
Christoph Hellwigee472d82017-04-05 19:21:08 +02001412 sector_t nr_sects, gfp_t gfp_mask, unsigned flags);
1413
Christoph Hellwig2cf6d262010-08-18 05:29:10 -04001414static inline int sb_issue_discard(struct super_block *sb, sector_t block,
1415 sector_t nr_blocks, gfp_t gfp_mask, unsigned long flags)
David Woodhousefb2dce82008-08-05 18:01:53 +01001416{
Bart Van Assche233bde22018-03-14 15:48:06 -07001417 return blkdev_issue_discard(sb->s_bdev,
1418 block << (sb->s_blocksize_bits -
1419 SECTOR_SHIFT),
1420 nr_blocks << (sb->s_blocksize_bits -
1421 SECTOR_SHIFT),
Christoph Hellwig2cf6d262010-08-18 05:29:10 -04001422 gfp_mask, flags);
David Woodhousefb2dce82008-08-05 18:01:53 +01001423}
Lukas Czernere6fa0be2010-10-27 21:30:04 -04001424static inline int sb_issue_zeroout(struct super_block *sb, sector_t block,
Theodore Ts'oa107e5a2010-10-27 23:44:47 -04001425 sector_t nr_blocks, gfp_t gfp_mask)
Lukas Czernere6fa0be2010-10-27 21:30:04 -04001426{
1427 return blkdev_issue_zeroout(sb->s_bdev,
Bart Van Assche233bde22018-03-14 15:48:06 -07001428 block << (sb->s_blocksize_bits -
1429 SECTOR_SHIFT),
1430 nr_blocks << (sb->s_blocksize_bits -
1431 SECTOR_SHIFT),
Christoph Hellwigee472d82017-04-05 19:21:08 +02001432 gfp_mask, 0);
Lukas Czernere6fa0be2010-10-27 21:30:04 -04001433}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434
Christoph Hellwigf00c4d82017-11-05 10:36:31 +03001435extern int blk_verify_command(unsigned char *cmd, fmode_t mode);
Adel Gadllah0b07de82008-06-26 13:48:27 +02001436
Martin K. Peterseneb28d312010-02-26 00:20:37 -05001437enum blk_default_limits {
1438 BLK_MAX_SEGMENTS = 128,
1439 BLK_SAFE_MAX_SECTORS = 255,
Jeff Moyerd2be5372015-08-13 14:57:57 -04001440 BLK_DEF_MAX_SECTORS = 2560,
Martin K. Peterseneb28d312010-02-26 00:20:37 -05001441 BLK_MAX_SEGMENT_SIZE = 65536,
1442 BLK_SEG_BOUNDARY_MASK = 0xFFFFFFFFUL,
1443};
Milan Broz0e435ac2008-12-03 12:55:08 +01001444
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445#define blkdev_entry_to_request(entry) list_entry((entry), struct request, queuelist)
1446
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001447static inline unsigned long queue_segment_boundary(struct request_queue *q)
1448{
Martin K. Petersen025146e2009-05-22 17:17:51 -04001449 return q->limits.seg_boundary_mask;
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001450}
1451
Keith Busch03100aa2015-08-19 14:24:05 -07001452static inline unsigned long queue_virt_boundary(struct request_queue *q)
1453{
1454 return q->limits.virt_boundary_mask;
1455}
1456
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001457static inline unsigned int queue_max_sectors(struct request_queue *q)
1458{
Martin K. Petersen025146e2009-05-22 17:17:51 -04001459 return q->limits.max_sectors;
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001460}
1461
1462static inline unsigned int queue_max_hw_sectors(struct request_queue *q)
1463{
Martin K. Petersen025146e2009-05-22 17:17:51 -04001464 return q->limits.max_hw_sectors;
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001465}
1466
Martin K. Petersen8a783622010-02-26 00:20:39 -05001467static inline unsigned short queue_max_segments(struct request_queue *q)
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001468{
Martin K. Petersen8a783622010-02-26 00:20:39 -05001469 return q->limits.max_segments;
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001470}
1471
Christoph Hellwig1e739732017-02-08 14:46:49 +01001472static inline unsigned short queue_max_discard_segments(struct request_queue *q)
1473{
1474 return q->limits.max_discard_segments;
1475}
1476
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001477static inline unsigned int queue_max_segment_size(struct request_queue *q)
1478{
Martin K. Petersen025146e2009-05-22 17:17:51 -04001479 return q->limits.max_segment_size;
Martin K. Petersenae03bf62009-05-22 17:17:50 -04001480}
1481
Martin K. Petersene1defc42009-05-22 17:17:49 -04001482static inline unsigned short queue_logical_block_size(struct request_queue *q)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001483{
1484 int retval = 512;
1485
Martin K. Petersen025146e2009-05-22 17:17:51 -04001486 if (q && q->limits.logical_block_size)
1487 retval = q->limits.logical_block_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488
1489 return retval;
1490}
1491
Martin K. Petersene1defc42009-05-22 17:17:49 -04001492static inline unsigned short bdev_logical_block_size(struct block_device *bdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493{
Martin K. Petersene1defc42009-05-22 17:17:49 -04001494 return queue_logical_block_size(bdev_get_queue(bdev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495}
1496
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001497static inline unsigned int queue_physical_block_size(struct request_queue *q)
1498{
1499 return q->limits.physical_block_size;
1500}
1501
Martin K. Petersen892b6f92010-10-13 21:18:03 +02001502static inline unsigned int bdev_physical_block_size(struct block_device *bdev)
Martin K. Petersenac481c22009-10-03 20:52:01 +02001503{
1504 return queue_physical_block_size(bdev_get_queue(bdev));
1505}
1506
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001507static inline unsigned int queue_io_min(struct request_queue *q)
1508{
1509 return q->limits.io_min;
1510}
1511
Martin K. Petersenac481c22009-10-03 20:52:01 +02001512static inline int bdev_io_min(struct block_device *bdev)
1513{
1514 return queue_io_min(bdev_get_queue(bdev));
1515}
1516
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001517static inline unsigned int queue_io_opt(struct request_queue *q)
1518{
1519 return q->limits.io_opt;
1520}
1521
Martin K. Petersenac481c22009-10-03 20:52:01 +02001522static inline int bdev_io_opt(struct block_device *bdev)
1523{
1524 return queue_io_opt(bdev_get_queue(bdev));
1525}
1526
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001527static inline int queue_alignment_offset(struct request_queue *q)
1528{
Martin K. Petersenac481c22009-10-03 20:52:01 +02001529 if (q->limits.misaligned)
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001530 return -1;
1531
Martin K. Petersenac481c22009-10-03 20:52:01 +02001532 return q->limits.alignment_offset;
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001533}
1534
Martin K. Petersene03a72e2010-01-11 03:21:51 -05001535static inline int queue_limit_alignment_offset(struct queue_limits *lim, sector_t sector)
Martin K. Petersen81744ee2009-12-29 08:35:35 +01001536{
1537 unsigned int granularity = max(lim->physical_block_size, lim->io_min);
Bart Van Assche233bde22018-03-14 15:48:06 -07001538 unsigned int alignment = sector_div(sector, granularity >> SECTOR_SHIFT)
1539 << SECTOR_SHIFT;
Martin K. Petersen81744ee2009-12-29 08:35:35 +01001540
Mike Snitzerb8839b82014-10-08 18:26:13 -04001541 return (granularity + lim->alignment_offset - alignment) % granularity;
Martin K. Petersenc72758f2009-05-22 17:17:53 -04001542}
1543
Martin K. Petersenac481c22009-10-03 20:52:01 +02001544static inline int bdev_alignment_offset(struct block_device *bdev)
1545{
1546 struct request_queue *q = bdev_get_queue(bdev);
1547
1548 if (q->limits.misaligned)
1549 return -1;
1550
1551 if (bdev != bdev->bd_contains)
1552 return bdev->bd_part->alignment_offset;
1553
1554 return q->limits.alignment_offset;
1555}
1556
Martin K. Petersen86b37282009-11-10 11:50:21 +01001557static inline int queue_discard_alignment(struct request_queue *q)
1558{
1559 if (q->limits.discard_misaligned)
1560 return -1;
1561
1562 return q->limits.discard_alignment;
1563}
1564
Martin K. Petersene03a72e2010-01-11 03:21:51 -05001565static inline int queue_limit_discard_alignment(struct queue_limits *lim, sector_t sector)
Martin K. Petersen86b37282009-11-10 11:50:21 +01001566{
Linus Torvalds59771072012-12-19 07:18:35 -08001567 unsigned int alignment, granularity, offset;
Martin K. Petersendd3d1452010-01-11 03:21:48 -05001568
Martin K. Petersena934a002011-05-18 10:37:35 +02001569 if (!lim->max_discard_sectors)
1570 return 0;
1571
Linus Torvalds59771072012-12-19 07:18:35 -08001572 /* Why are these in bytes, not sectors? */
Bart Van Assche233bde22018-03-14 15:48:06 -07001573 alignment = lim->discard_alignment >> SECTOR_SHIFT;
1574 granularity = lim->discard_granularity >> SECTOR_SHIFT;
Linus Torvalds59771072012-12-19 07:18:35 -08001575 if (!granularity)
1576 return 0;
1577
1578 /* Offset of the partition start in 'granularity' sectors */
1579 offset = sector_div(sector, granularity);
1580
1581 /* And why do we do this modulus *again* in blkdev_issue_discard()? */
1582 offset = (granularity + alignment - offset) % granularity;
1583
1584 /* Turn it back into bytes, gaah */
Bart Van Assche233bde22018-03-14 15:48:06 -07001585 return offset << SECTOR_SHIFT;
Martin K. Petersen86b37282009-11-10 11:50:21 +01001586}
1587
Paolo Bonzinic6e66632012-08-02 09:48:50 +02001588static inline int bdev_discard_alignment(struct block_device *bdev)
1589{
1590 struct request_queue *q = bdev_get_queue(bdev);
1591
1592 if (bdev != bdev->bd_contains)
1593 return bdev->bd_part->discard_alignment;
1594
1595 return q->limits.discard_alignment;
1596}
1597
Martin K. Petersen4363ac72012-09-18 12:19:27 -04001598static inline unsigned int bdev_write_same(struct block_device *bdev)
1599{
1600 struct request_queue *q = bdev_get_queue(bdev);
1601
1602 if (q)
1603 return q->limits.max_write_same_sectors;
1604
1605 return 0;
1606}
1607
Chaitanya Kulkarnia6f07882016-11-30 12:28:59 -08001608static inline unsigned int bdev_write_zeroes_sectors(struct block_device *bdev)
1609{
1610 struct request_queue *q = bdev_get_queue(bdev);
1611
1612 if (q)
1613 return q->limits.max_write_zeroes_sectors;
1614
1615 return 0;
1616}
1617
Damien Le Moal797476b2016-10-18 15:40:29 +09001618static inline enum blk_zoned_model bdev_zoned_model(struct block_device *bdev)
1619{
1620 struct request_queue *q = bdev_get_queue(bdev);
1621
1622 if (q)
1623 return blk_queue_zoned_model(q);
1624
1625 return BLK_ZONED_NONE;
1626}
1627
1628static inline bool bdev_is_zoned(struct block_device *bdev)
1629{
1630 struct request_queue *q = bdev_get_queue(bdev);
1631
1632 if (q)
1633 return blk_queue_is_zoned(q);
1634
1635 return false;
1636}
1637
Damien Le Moalf99e8642017-01-12 07:58:32 -07001638static inline unsigned int bdev_zone_sectors(struct block_device *bdev)
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +09001639{
1640 struct request_queue *q = bdev_get_queue(bdev);
1641
1642 if (q)
Damien Le Moalf99e8642017-01-12 07:58:32 -07001643 return blk_queue_zone_sectors(q);
Christoph Hellwig6cc77e92017-12-21 15:43:38 +09001644 return 0;
1645}
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +09001646
Christoph Hellwig6cc77e92017-12-21 15:43:38 +09001647static inline unsigned int bdev_nr_zones(struct block_device *bdev)
1648{
1649 struct request_queue *q = bdev_get_queue(bdev);
1650
1651 if (q)
1652 return blk_queue_nr_zones(q);
Hannes Reinecke6a0cb1b2016-10-18 15:40:33 +09001653 return 0;
1654}
1655
Jens Axboe165125e2007-07-24 09:28:11 +02001656static inline int queue_dma_alignment(struct request_queue *q)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657{
Pete Wyckoff482eb682008-01-01 10:23:02 -05001658 return q ? q->dma_alignment : 511;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659}
1660
Namhyung Kim14417792010-09-15 13:08:27 +02001661static inline int blk_rq_aligned(struct request_queue *q, unsigned long addr,
FUJITA Tomonori87904072008-08-28 15:05:58 +09001662 unsigned int len)
1663{
1664 unsigned int alignment = queue_dma_alignment(q) | q->dma_pad_mask;
Namhyung Kim14417792010-09-15 13:08:27 +02001665 return !(addr & alignment) && !(len & alignment);
FUJITA Tomonori87904072008-08-28 15:05:58 +09001666}
1667
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668/* assumes size > 256 */
1669static inline unsigned int blksize_bits(unsigned int size)
1670{
1671 unsigned int bits = 8;
1672 do {
1673 bits++;
1674 size >>= 1;
1675 } while (size > 256);
1676 return bits;
1677}
1678
Adrian Bunk2befb9e2005-09-10 00:27:17 -07001679static inline unsigned int block_size(struct block_device *bdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680{
1681 return bdev->bd_block_size;
1682}
1683
shaohua.li@intel.comf3876932011-05-06 11:34:32 -06001684static inline bool queue_flush_queueable(struct request_queue *q)
1685{
Jens Axboec888a8f2016-04-13 13:33:19 -06001686 return !test_bit(QUEUE_FLAG_FLUSH_NQ, &q->queue_flags);
shaohua.li@intel.comf3876932011-05-06 11:34:32 -06001687}
1688
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689typedef struct {struct page *v;} Sector;
1690
1691unsigned char *read_dev_sector(struct block_device *, sector_t, Sector *);
1692
1693static inline void put_dev_sector(Sector p)
1694{
Kirill A. Shutemov09cbfea2016-04-01 15:29:47 +03001695 put_page(p.v);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696}
1697
Ming Leie0af29172016-02-26 23:40:51 +08001698static inline bool __bvec_gap_to_prev(struct request_queue *q,
1699 struct bio_vec *bprv, unsigned int offset)
1700{
1701 return offset ||
1702 ((bprv->bv_offset + bprv->bv_len) & queue_virt_boundary(q));
1703}
1704
Keith Busch03100aa2015-08-19 14:24:05 -07001705/*
1706 * Check if adding a bio_vec after bprv with offset would create a gap in
1707 * the SG list. Most drivers don't care about this, but some do.
1708 */
1709static inline bool bvec_gap_to_prev(struct request_queue *q,
1710 struct bio_vec *bprv, unsigned int offset)
1711{
1712 if (!queue_virt_boundary(q))
1713 return false;
Ming Leie0af29172016-02-26 23:40:51 +08001714 return __bvec_gap_to_prev(q, bprv, offset);
Keith Busch03100aa2015-08-19 14:24:05 -07001715}
1716
Ming Lei729204e2016-12-17 18:49:09 +08001717/*
1718 * Check if the two bvecs from two bios can be merged to one segment.
1719 * If yes, no need to check gap between the two bios since the 1st bio
1720 * and the 1st bvec in the 2nd bio can be handled in one segment.
1721 */
1722static inline bool bios_segs_mergeable(struct request_queue *q,
1723 struct bio *prev, struct bio_vec *prev_last_bv,
1724 struct bio_vec *next_first_bv)
1725{
1726 if (!BIOVEC_PHYS_MERGEABLE(prev_last_bv, next_first_bv))
1727 return false;
1728 if (!BIOVEC_SEG_BOUNDARY(q, prev_last_bv, next_first_bv))
1729 return false;
1730 if (prev->bi_seg_back_size + next_first_bv->bv_len >
1731 queue_max_segment_size(q))
1732 return false;
1733 return true;
1734}
1735
Ming Lei5a8d75a2017-04-14 13:58:29 -06001736static inline bool bio_will_gap(struct request_queue *q,
1737 struct request *prev_rq,
1738 struct bio *prev,
1739 struct bio *next)
Jens Axboe5e7c4272015-09-03 19:28:20 +03001740{
Ming Lei25e71a92016-02-26 23:40:52 +08001741 if (bio_has_data(prev) && queue_virt_boundary(q)) {
1742 struct bio_vec pb, nb;
Jens Axboe5e7c4272015-09-03 19:28:20 +03001743
Ming Lei5a8d75a2017-04-14 13:58:29 -06001744 /*
1745 * don't merge if the 1st bio starts with non-zero
1746 * offset, otherwise it is quite difficult to respect
1747 * sg gap limit. We work hard to merge a huge number of small
1748 * single bios in case of mkfs.
1749 */
1750 if (prev_rq)
1751 bio_get_first_bvec(prev_rq->bio, &pb);
1752 else
1753 bio_get_first_bvec(prev, &pb);
1754 if (pb.bv_offset)
1755 return true;
1756
1757 /*
1758 * We don't need to worry about the situation that the
1759 * merged segment ends in unaligned virt boundary:
1760 *
1761 * - if 'pb' ends aligned, the merged segment ends aligned
1762 * - if 'pb' ends unaligned, the next bio must include
1763 * one single bvec of 'nb', otherwise the 'nb' can't
1764 * merge with 'pb'
1765 */
Ming Lei25e71a92016-02-26 23:40:52 +08001766 bio_get_last_bvec(prev, &pb);
1767 bio_get_first_bvec(next, &nb);
1768
Ming Lei729204e2016-12-17 18:49:09 +08001769 if (!bios_segs_mergeable(q, prev, &pb, &nb))
1770 return __bvec_gap_to_prev(q, &pb, nb.bv_offset);
Ming Lei25e71a92016-02-26 23:40:52 +08001771 }
1772
1773 return false;
Jens Axboe5e7c4272015-09-03 19:28:20 +03001774}
1775
1776static inline bool req_gap_back_merge(struct request *req, struct bio *bio)
1777{
Ming Lei5a8d75a2017-04-14 13:58:29 -06001778 return bio_will_gap(req->q, req, req->biotail, bio);
Jens Axboe5e7c4272015-09-03 19:28:20 +03001779}
1780
1781static inline bool req_gap_front_merge(struct request *req, struct bio *bio)
1782{
Ming Lei5a8d75a2017-04-14 13:58:29 -06001783 return bio_will_gap(req->q, NULL, bio, req->bio);
Jens Axboe5e7c4272015-09-03 19:28:20 +03001784}
1785
Jens Axboe59c3d452014-04-08 09:15:35 -06001786int kblockd_schedule_work(struct work_struct *work);
Jens Axboeee63cfa2016-08-24 15:52:48 -06001787int kblockd_schedule_work_on(int cpu, struct work_struct *work);
Jens Axboe818cd1c2017-04-10 09:54:55 -06001788int kblockd_mod_delayed_work_on(int cpu, struct delayed_work *dwork, unsigned long delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789
Divyesh Shah91952912010-04-01 15:01:41 -07001790#ifdef CONFIG_BLK_CGROUP
Jens Axboe28f41972010-06-01 12:23:18 +02001791/*
1792 * This should not be using sched_clock(). A real patch is in progress
1793 * to fix this up, until that is in place we need to disable preemption
1794 * around sched_clock() in this function and set_io_start_time_ns().
1795 */
Divyesh Shah91952912010-04-01 15:01:41 -07001796static inline void set_start_time_ns(struct request *req)
1797{
Jens Axboe28f41972010-06-01 12:23:18 +02001798 preempt_disable();
Divyesh Shah91952912010-04-01 15:01:41 -07001799 req->start_time_ns = sched_clock();
Jens Axboe28f41972010-06-01 12:23:18 +02001800 preempt_enable();
Divyesh Shah91952912010-04-01 15:01:41 -07001801}
1802
1803static inline void set_io_start_time_ns(struct request *req)
1804{
Jens Axboe28f41972010-06-01 12:23:18 +02001805 preempt_disable();
Divyesh Shah91952912010-04-01 15:01:41 -07001806 req->io_start_time_ns = sched_clock();
Jens Axboe28f41972010-06-01 12:23:18 +02001807 preempt_enable();
Divyesh Shah91952912010-04-01 15:01:41 -07001808}
Divyesh Shah84c124d2010-04-09 08:31:19 +02001809
1810static inline uint64_t rq_start_time_ns(struct request *req)
1811{
1812 return req->start_time_ns;
1813}
1814
1815static inline uint64_t rq_io_start_time_ns(struct request *req)
1816{
1817 return req->io_start_time_ns;
1818}
Divyesh Shah91952912010-04-01 15:01:41 -07001819#else
1820static inline void set_start_time_ns(struct request *req) {}
1821static inline void set_io_start_time_ns(struct request *req) {}
Divyesh Shah84c124d2010-04-09 08:31:19 +02001822static inline uint64_t rq_start_time_ns(struct request *req)
1823{
1824 return 0;
1825}
1826static inline uint64_t rq_io_start_time_ns(struct request *req)
1827{
1828 return 0;
1829}
Divyesh Shah91952912010-04-01 15:01:41 -07001830#endif
1831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832#define MODULE_ALIAS_BLOCKDEV(major,minor) \
1833 MODULE_ALIAS("block-major-" __stringify(major) "-" __stringify(minor))
1834#define MODULE_ALIAS_BLOCKDEV_MAJOR(major) \
1835 MODULE_ALIAS("block-major-" __stringify(major) "-*")
1836
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001837#if defined(CONFIG_BLK_DEV_INTEGRITY)
1838
Martin K. Petersen8288f492014-09-26 19:20:02 -04001839enum blk_integrity_flags {
1840 BLK_INTEGRITY_VERIFY = 1 << 0,
1841 BLK_INTEGRITY_GENERATE = 1 << 1,
Martin K. Petersen3aec2f42014-09-26 19:20:03 -04001842 BLK_INTEGRITY_DEVICE_CAPABLE = 1 << 2,
Martin K. Petersenaae7df52014-09-26 19:20:05 -04001843 BLK_INTEGRITY_IP_CHECKSUM = 1 << 3,
Martin K. Petersen8288f492014-09-26 19:20:02 -04001844};
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001845
Martin K. Petersen18593082014-09-26 19:20:01 -04001846struct blk_integrity_iter {
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001847 void *prot_buf;
1848 void *data_buf;
Martin K. Petersen3be91c42014-09-26 19:19:59 -04001849 sector_t seed;
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001850 unsigned int data_size;
Martin K. Petersen3be91c42014-09-26 19:19:59 -04001851 unsigned short interval;
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001852 const char *disk_name;
1853};
1854
Christoph Hellwig4e4cbee2017-06-03 09:38:06 +02001855typedef blk_status_t (integrity_processing_fn) (struct blk_integrity_iter *);
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001856
Martin K. Petersen0f8087e2015-10-21 13:19:33 -04001857struct blk_integrity_profile {
1858 integrity_processing_fn *generate_fn;
1859 integrity_processing_fn *verify_fn;
1860 const char *name;
1861};
1862
Martin K. Petersen25520d52015-10-21 13:19:49 -04001863extern void blk_integrity_register(struct gendisk *, struct blk_integrity *);
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001864extern void blk_integrity_unregister(struct gendisk *);
Martin K. Petersenad7fce92008-10-01 03:38:39 -04001865extern int blk_integrity_compare(struct gendisk *, struct gendisk *);
Martin K. Petersen13f05c82010-09-10 20:50:10 +02001866extern int blk_rq_map_integrity_sg(struct request_queue *, struct bio *,
1867 struct scatterlist *);
1868extern int blk_rq_count_integrity_sg(struct request_queue *, struct bio *);
Martin K. Petersen4eaf99b2014-09-26 19:20:06 -04001869extern bool blk_integrity_merge_rq(struct request_queue *, struct request *,
1870 struct request *);
1871extern bool blk_integrity_merge_bio(struct request_queue *, struct request *,
1872 struct bio *);
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001873
Martin K. Petersen25520d52015-10-21 13:19:49 -04001874static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk)
1875{
Dan Williamsac6fc482015-10-21 13:20:18 -04001876 struct blk_integrity *bi = &disk->queue->integrity;
Martin K. Petersen25520d52015-10-21 13:19:49 -04001877
1878 if (!bi->profile)
1879 return NULL;
1880
1881 return bi;
1882}
1883
Jens Axboeb04accc2008-10-02 12:53:22 +02001884static inline
1885struct blk_integrity *bdev_get_integrity(struct block_device *bdev)
1886{
Martin K. Petersen25520d52015-10-21 13:19:49 -04001887 return blk_get_integrity(bdev->bd_disk);
Martin K. Petersenb02739b2008-10-02 18:47:49 +02001888}
1889
Martin K. Petersen180b2f92014-09-26 19:19:56 -04001890static inline bool blk_integrity_rq(struct request *rq)
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001891{
Martin K. Petersen180b2f92014-09-26 19:19:56 -04001892 return rq->cmd_flags & REQ_INTEGRITY;
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001893}
1894
Martin K. Petersen13f05c82010-09-10 20:50:10 +02001895static inline void blk_queue_max_integrity_segments(struct request_queue *q,
1896 unsigned int segs)
1897{
1898 q->limits.max_integrity_segments = segs;
1899}
1900
1901static inline unsigned short
1902queue_max_integrity_segments(struct request_queue *q)
1903{
1904 return q->limits.max_integrity_segments;
1905}
1906
Sagi Grimberg7f39add2015-09-11 09:03:04 -06001907static inline bool integrity_req_gap_back_merge(struct request *req,
1908 struct bio *next)
1909{
1910 struct bio_integrity_payload *bip = bio_integrity(req->bio);
1911 struct bio_integrity_payload *bip_next = bio_integrity(next);
1912
1913 return bvec_gap_to_prev(req->q, &bip->bip_vec[bip->bip_vcnt - 1],
1914 bip_next->bip_vec[0].bv_offset);
1915}
1916
1917static inline bool integrity_req_gap_front_merge(struct request *req,
1918 struct bio *bio)
1919{
1920 struct bio_integrity_payload *bip = bio_integrity(bio);
1921 struct bio_integrity_payload *bip_next = bio_integrity(req->bio);
1922
1923 return bvec_gap_to_prev(req->q, &bip->bip_vec[bip->bip_vcnt - 1],
1924 bip_next->bip_vec[0].bv_offset);
1925}
1926
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001927#else /* CONFIG_BLK_DEV_INTEGRITY */
1928
Stephen Rothwellfd832402012-01-12 09:17:30 +01001929struct bio;
1930struct block_device;
1931struct gendisk;
1932struct blk_integrity;
1933
1934static inline int blk_integrity_rq(struct request *rq)
1935{
1936 return 0;
1937}
1938static inline int blk_rq_count_integrity_sg(struct request_queue *q,
1939 struct bio *b)
1940{
1941 return 0;
1942}
1943static inline int blk_rq_map_integrity_sg(struct request_queue *q,
1944 struct bio *b,
1945 struct scatterlist *s)
1946{
1947 return 0;
1948}
1949static inline struct blk_integrity *bdev_get_integrity(struct block_device *b)
1950{
Michele Curti61a04e52014-10-09 15:30:17 -07001951 return NULL;
Stephen Rothwellfd832402012-01-12 09:17:30 +01001952}
1953static inline struct blk_integrity *blk_get_integrity(struct gendisk *disk)
1954{
1955 return NULL;
1956}
1957static inline int blk_integrity_compare(struct gendisk *a, struct gendisk *b)
1958{
1959 return 0;
1960}
Martin K. Petersen25520d52015-10-21 13:19:49 -04001961static inline void blk_integrity_register(struct gendisk *d,
Stephen Rothwellfd832402012-01-12 09:17:30 +01001962 struct blk_integrity *b)
1963{
Stephen Rothwellfd832402012-01-12 09:17:30 +01001964}
1965static inline void blk_integrity_unregister(struct gendisk *d)
1966{
1967}
1968static inline void blk_queue_max_integrity_segments(struct request_queue *q,
1969 unsigned int segs)
1970{
1971}
1972static inline unsigned short queue_max_integrity_segments(struct request_queue *q)
1973{
1974 return 0;
1975}
Martin K. Petersen4eaf99b2014-09-26 19:20:06 -04001976static inline bool blk_integrity_merge_rq(struct request_queue *rq,
1977 struct request *r1,
1978 struct request *r2)
Stephen Rothwellfd832402012-01-12 09:17:30 +01001979{
Martin K. Petersencb1a5ab2014-10-28 20:27:43 -06001980 return true;
Stephen Rothwellfd832402012-01-12 09:17:30 +01001981}
Martin K. Petersen4eaf99b2014-09-26 19:20:06 -04001982static inline bool blk_integrity_merge_bio(struct request_queue *rq,
1983 struct request *r,
1984 struct bio *b)
Stephen Rothwellfd832402012-01-12 09:17:30 +01001985{
Martin K. Petersencb1a5ab2014-10-28 20:27:43 -06001986 return true;
Stephen Rothwellfd832402012-01-12 09:17:30 +01001987}
Martin K. Petersen25520d52015-10-21 13:19:49 -04001988
Sagi Grimberg7f39add2015-09-11 09:03:04 -06001989static inline bool integrity_req_gap_back_merge(struct request *req,
1990 struct bio *next)
1991{
1992 return false;
1993}
1994static inline bool integrity_req_gap_front_merge(struct request *req,
1995 struct bio *bio)
1996{
1997 return false;
1998}
Martin K. Petersen7ba1ba12008-06-30 20:04:41 +02001999
2000#endif /* CONFIG_BLK_DEV_INTEGRITY */
2001
Al Viro08f85852007-10-08 13:26:20 -04002002struct block_device_operations {
Al Virod4430d62008-03-02 09:09:22 -05002003 int (*open) (struct block_device *, fmode_t);
Al Virodb2a1442013-05-05 21:52:57 -04002004 void (*release) (struct gendisk *, fmode_t);
Jens Axboec11f0c02016-08-05 08:11:04 -06002005 int (*rw_page)(struct block_device *, sector_t, struct page *, bool);
Al Virod4430d62008-03-02 09:09:22 -05002006 int (*ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
2007 int (*compat_ioctl) (struct block_device *, fmode_t, unsigned, unsigned long);
Tejun Heo77ea8872010-12-08 20:57:37 +01002008 unsigned int (*check_events) (struct gendisk *disk,
2009 unsigned int clearing);
2010 /* ->media_changed() is DEPRECATED, use ->check_events() instead */
Al Viro08f85852007-10-08 13:26:20 -04002011 int (*media_changed) (struct gendisk *);
Tejun Heoc3e33e02010-05-15 20:09:29 +02002012 void (*unlock_native_capacity) (struct gendisk *);
Al Viro08f85852007-10-08 13:26:20 -04002013 int (*revalidate_disk) (struct gendisk *);
2014 int (*getgeo)(struct block_device *, struct hd_geometry *);
Nitin Guptab3a27d02010-05-17 11:02:43 +05302015 /* this callback is with swap_lock and sometimes page table lock held */
2016 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
Al Viro08f85852007-10-08 13:26:20 -04002017 struct module *owner;
Christoph Hellwigbbd3e062015-10-15 14:10:48 +02002018 const struct pr_ops *pr_ops;
Al Viro08f85852007-10-08 13:26:20 -04002019};
2020
Al Viro633a08b2007-08-29 20:34:12 -04002021extern int __blkdev_driver_ioctl(struct block_device *, fmode_t, unsigned int,
2022 unsigned long);
Matthew Wilcox47a191f2014-06-04 16:07:46 -07002023extern int bdev_read_page(struct block_device *, sector_t, struct page *);
2024extern int bdev_write_page(struct block_device *, sector_t, struct page *,
2025 struct writeback_control *);
Christoph Hellwig6cc77e92017-12-21 15:43:38 +09002026
2027#ifdef CONFIG_BLK_DEV_ZONED
2028bool blk_req_needs_zone_write_lock(struct request *rq);
2029void __blk_req_zone_write_lock(struct request *rq);
2030void __blk_req_zone_write_unlock(struct request *rq);
2031
2032static inline void blk_req_zone_write_lock(struct request *rq)
2033{
2034 if (blk_req_needs_zone_write_lock(rq))
2035 __blk_req_zone_write_lock(rq);
2036}
2037
2038static inline void blk_req_zone_write_unlock(struct request *rq)
2039{
2040 if (rq->rq_flags & RQF_ZONE_WRITE_LOCKED)
2041 __blk_req_zone_write_unlock(rq);
2042}
2043
2044static inline bool blk_req_zone_is_write_locked(struct request *rq)
2045{
2046 return rq->q->seq_zones_wlock &&
2047 test_bit(blk_rq_zone_no(rq), rq->q->seq_zones_wlock);
2048}
2049
2050static inline bool blk_req_can_dispatch_to_zone(struct request *rq)
2051{
2052 if (!blk_req_needs_zone_write_lock(rq))
2053 return true;
2054 return !blk_req_zone_is_write_locked(rq);
2055}
2056#else
2057static inline bool blk_req_needs_zone_write_lock(struct request *rq)
2058{
2059 return false;
2060}
2061
2062static inline void blk_req_zone_write_lock(struct request *rq)
2063{
2064}
2065
2066static inline void blk_req_zone_write_unlock(struct request *rq)
2067{
2068}
2069static inline bool blk_req_zone_is_write_locked(struct request *rq)
2070{
2071 return false;
2072}
2073
2074static inline bool blk_req_can_dispatch_to_zone(struct request *rq)
2075{
2076 return true;
2077}
2078#endif /* CONFIG_BLK_DEV_ZONED */
2079
David Howells93614012006-09-30 20:45:40 +02002080#else /* CONFIG_BLOCK */
Fabian Frederickac13a822014-06-04 16:06:27 -07002081
2082struct block_device;
2083
David Howells93614012006-09-30 20:45:40 +02002084/*
2085 * stubs for when the block layer is configured out
2086 */
2087#define buffer_heads_over_limit 0
2088
David Howells93614012006-09-30 20:45:40 +02002089static inline long nr_blockdev_pages(void)
2090{
2091 return 0;
2092}
2093
Jens Axboe1f940bd2011-03-11 20:17:08 +01002094struct blk_plug {
2095};
2096
2097static inline void blk_start_plug(struct blk_plug *plug)
Jens Axboe73c10102011-03-08 13:19:51 +01002098{
2099}
2100
Jens Axboe1f940bd2011-03-11 20:17:08 +01002101static inline void blk_finish_plug(struct blk_plug *plug)
Jens Axboe73c10102011-03-08 13:19:51 +01002102{
2103}
2104
Jens Axboe1f940bd2011-03-11 20:17:08 +01002105static inline void blk_flush_plug(struct task_struct *task)
Jens Axboe73c10102011-03-08 13:19:51 +01002106{
2107}
2108
Jens Axboea237c1c2011-04-16 13:27:55 +02002109static inline void blk_schedule_flush_plug(struct task_struct *task)
2110{
2111}
2112
2113
Jens Axboe73c10102011-03-08 13:19:51 +01002114static inline bool blk_needs_flush_plug(struct task_struct *tsk)
2115{
2116 return false;
2117}
2118
Fabian Frederickac13a822014-06-04 16:06:27 -07002119static inline int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask,
2120 sector_t *error_sector)
2121{
2122 return 0;
2123}
2124
David Howells93614012006-09-30 20:45:40 +02002125#endif /* CONFIG_BLOCK */
2126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127#endif