/linux-6.12.1/drivers/block/null_blk/ |
D | null_blk.h | 131 blk_status_t null_process_cmd(struct nullb_cmd *cmd, enum req_op op, 140 blk_status_t null_process_zoned_cmd(struct nullb_cmd *cmd, enum req_op op, 159 enum req_op op, sector_t sector, sector_t nr_sectors) in null_process_zoned_cmd()
|
D | trace.h | 44 __field_struct(enum req_op, op) 49 __entry->op = req_op(blk_mq_rq_from_pdu(cmd));
|
D | main.c | 1258 op_is_write(req_op(rq)), sector, in null_handle_rq() 1305 enum req_op op, in null_handle_memory_backed() 1323 if (!dev->memory_backed && req_op(rq) == REQ_OP_READ) { in nullb_zero_read_cmd_buffer() 1357 blk_status_t null_process_cmd(struct nullb_cmd *cmd, enum req_op op, in null_process_cmd() 1376 sector_t nr_sectors, enum req_op op) in null_handle_cmd() 1542 cmd->error = null_process_cmd(cmd, req_op(req), blk_rq_pos(req), in null_poll() 1637 null_handle_cmd(cmd, sector, nr_sectors, req_op(rq)); in null_queue_rq()
|
/linux-6.12.1/block/ |
D | blk.h | 145 if (req_op(rq) == REQ_OP_FLUSH) in rq_mergeable() 148 if (req_op(rq) == REQ_OP_WRITE_ZEROES) in rq_mergeable() 151 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable() 172 if (req_op(req) == REQ_OP_DISCARD && in blk_discard_mergable() 180 if (req_op(rq) == REQ_OP_DISCARD) in blk_rq_get_max_segments() 188 enum req_op op = req_op(rq); in blk_queue_get_max_sectors() 484 if (req_op(rq) == REQ_OP_ZONE_APPEND || bio_zone_write_plugging(bio)) in blk_zone_update_request_bio()
|
D | blk-merge.c | 614 req_op(rq) == REQ_OP_DISCARD || in blk_rq_get_max_sectors() 615 req_op(rq) == REQ_OP_SECURE_ERASE) in blk_rq_get_max_sectors() 631 if (req_op(req) == REQ_OP_DISCARD) in ll_new_hw_segment() 802 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_request() 804 in_flight[op_is_write(req_op(req))]); in blk_account_io_merge_request() 842 if (req_op(req) != req_op(next)) in attempt_merge() 963 if (req_op(rq) != bio_op(bio)) in blk_rq_merge_ok() 1012 part_stat_inc(req->part, merges[op_stat_group(req_op(req))]); in blk_account_io_merge_bio()
|
D | blk-map.c | 160 bio_init(bio, NULL, bio->bi_inline_vecs, nr_pages, req_op(rq)); in bio_copy_user_iov() 267 bio_init(bio, NULL, bio->bi_inline_vecs, nr_vecs, req_op(rq)); in blk_rq_map_bio_alloc() 784 bio->bi_opf |= req_op(rq); in blk_rq_map_kern()
|
D | blk-core.c | 124 inline const char *blk_op_str(enum req_op op) in blk_op_str() 1009 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op, in bdev_start_io_acct() 1033 void bdev_end_io_acct(struct block_device *bdev, enum req_op op, in bdev_end_io_acct()
|
/linux-6.12.1/include/linux/ |
D | blk_types.h | 325 enum req_op { enum 431 static inline enum req_op bio_op(const struct bio *bio) in bio_op() 472 static inline bool op_is_zone_mgmt(enum req_op op) in op_is_zone_mgmt() 485 static inline int op_stat_group(enum req_op op) in op_stat_group()
|
D | blk-mq.h | 213 static inline enum req_op req_op(const struct request *req) in req_op() function 228 #define rq_data_dir(rq) (op_is_write(req_op(rq)) ? WRITE : READ) 231 (op_is_write(req_op(rq)) ? DMA_TO_DEVICE : DMA_FROM_DEVICE)
|
D | blkdev.h | 413 int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op, 867 extern const char *blk_op_str(enum req_op op); 1524 unsigned long bdev_start_io_acct(struct block_device *bdev, enum req_op op, 1526 void bdev_end_io_acct(struct block_device *bdev, enum req_op op,
|
/linux-6.12.1/fs/ |
D | direct-io.c | 169 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_refill_pages() 246 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_complete() 336 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_end_aio() 427 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_submit() 502 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in dio_bio_complete() 606 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in get_more_blocks() 789 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in submit_page_section() 906 const enum req_op dio_op = dio->opf & REQ_OP_MASK; in do_direct_IO()
|
/linux-6.12.1/fs/zonefs/ |
D | trace.h | 24 enum req_op op), 29 __field(enum req_op, op)
|
D | zonefs.h | 260 int zonefs_inode_zone_mgmt(struct inode *inode, enum req_op op);
|
/linux-6.12.1/drivers/block/rnbd/ |
D | rnbd-proto.h | 261 switch (req_op(rq)) { in rq_to_rnbd_flags() 282 (__force u32)req_op(rq), in rq_to_rnbd_flags()
|
/linux-6.12.1/arch/um/drivers/ |
D | ubd_kern.c | 451 if (req_op(io_req->req) == REQ_OP_DISCARD) in ubd_end_request() 453 else if (req_op(io_req->req) == REQ_OP_WRITE_ZEROES) in ubd_end_request() 1183 if (req_op(req->req) == REQ_OP_READ) { in cowify_req() 1203 enum req_op op = req_op(req); in ubd_map_req() 1266 enum req_op op = req_op(req); in ubd_submit_request() 1303 switch (req_op(req)) { in ubd_queue_rq() 1421 if (req_op(req->req) == REQ_OP_FLUSH) { in do_io() 1442 switch (req_op(req->req)) { in do_io()
|
/linux-6.12.1/include/trace/events/ |
D | nilfs2.h | 195 enum req_op mode), 207 __field_struct(enum req_op, mode)
|
/linux-6.12.1/drivers/block/ |
D | ublk_drv.c | 399 switch (req_op(req)) { in ublk_setup_iod_zoned() 856 return ublk_rq_has_data(req) && req_op(req) == REQ_OP_WRITE; in ublk_need_map_req() 862 (req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN); in ublk_need_unmap_req() 941 enum req_op op = req_op(req); in ublk_setup_iod() 948 switch (req_op(req)) { in ublk_setup_iod() 1005 if (!io->res && req_op(req) == REQ_OP_READ) in __ublk_complete_rq() 1019 if (req_op(req) != REQ_OP_READ && req_op(req) != REQ_OP_WRITE && in __ublk_complete_rq() 1020 req_op(req) != REQ_OP_DRV_IN) in __ublk_complete_rq() 1375 if (req_op(req) == REQ_OP_ZONE_APPEND) in ublk_commit_completion() 1775 req_op(req) == REQ_OP_READ)) in __ublk_ch_uring_cmd() [all …]
|
D | xen-blkfront.c | 566 if (req_op(req) == REQ_OP_SECURE_ERASE && info->feature_secdiscard) in blkif_queue_discard_req() 771 BUG_ON(req_op(req) == REQ_OP_FLUSH || req->cmd_flags & REQ_FUA); in blkif_queue_rw_req() 783 if (req_op(req) == REQ_OP_FLUSH || in blkif_queue_rw_req() 784 (req_op(req) == REQ_OP_WRITE && (req->cmd_flags & REQ_FUA))) { in blkif_queue_rw_req() 876 if (unlikely(req_op(req) == REQ_OP_DISCARD || in blkif_queue_request() 877 req_op(req) == REQ_OP_SECURE_ERASE)) in blkif_queue_request() 915 if (unlikely(req_op(qd->rq) == REQ_OP_FLUSH && !info->feature_flush)) in blkif_queue_rq() 2086 if (req_op(shadow[j].request) == REQ_OP_FLUSH || in blkfront_resume() 2087 req_op(shadow[j].request) == REQ_OP_DISCARD || in blkfront_resume() 2088 req_op(shadow[j].request) == REQ_OP_SECURE_ERASE || in blkfront_resume()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_bio_io.c | 18 enum req_op op) in xfs_rw_bdev()
|
D | xfs_linux.h | 217 char *data, enum req_op op);
|
/linux-6.12.1/drivers/mmc/core/ |
D | queue.c | 46 switch (req_op(req)) { in mmc_cqe_issue_type() 67 if (req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_WRITE) in mmc_issue_type()
|
/linux-6.12.1/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 272 ctx->req_op->buf_unmap(ctx, req); in sec_req_cb() 274 ctx->req_op->callback(ctx, req, err); in sec_req_cb() 1245 ret = ctx->req_op->buf_map(ctx, req); in sec_request_transfer() 1249 ctx->req_op->do_transfer(ctx, req); in sec_request_transfer() 1251 ret = ctx->req_op->bd_fill(ctx, req); in sec_request_transfer() 1258 ctx->req_op->buf_unmap(ctx, req); in sec_request_transfer() 1264 ctx->req_op->buf_unmap(ctx, req); in sec_request_untransfer() 1788 ret = ctx->req_op->bd_send(ctx, req); in sec_process() 1865 ctx->req_op = &sec_skcipher_req_ops; in sec_skcipher_ctx_init() 1868 ctx->req_op = &sec_skcipher_req_ops_v3; in sec_skcipher_ctx_init() [all …]
|
D | sec.h | 138 const struct sec_req_op *req_op; member
|
/linux-6.12.1/drivers/md/ |
D | dm-ebs-target.c | 65 static int __ebs_rw_bvec(struct ebs_c *ec, enum req_op op, struct bio_vec *bv, in __ebs_rw_bvec() 122 static int __ebs_rw_bio(struct ebs_c *ec, enum req_op op, struct bio *bio) in __ebs_rw_bio()
|
D | dm-rq.c | 218 if (req_op(clone) == REQ_OP_DISCARD && in dm_done() 221 else if (req_op(clone) == REQ_OP_WRITE_ZEROES && in dm_done()
|