Home
last modified time | relevance | path

Searched refs:REQ_OP_ZONE_APPEND (Results 1 – 18 of 18) sorted by relevance

/linux/block/
H A Dblk.h194 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable()
439 case REQ_OP_ZONE_APPEND: in __bio_split_to_limits()
539 return req_op(rq) == REQ_OP_ZONE_APPEND || in blk_req_bio_is_zone_append()
H A Dblk-zoned.c1391 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in blk_zone_wplug_prepare_bio()
1447 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in blk_zone_wplug_handle_write()
1614 case REQ_OP_ZONE_APPEND: in blk_zone_plug_bio()
1688 bio->bi_opf |= REQ_OP_ZONE_APPEND; in blk_zone_write_plug_bio_endio()
H A Dblk-core.c856 bio_op(bio) != REQ_OP_ZONE_APPEND)) in submit_bio_noacct()
891 case REQ_OP_ZONE_APPEND: in submit_bio_noacct()
H A Dbio-integrity.c41 case REQ_OP_ZONE_APPEND: in __bio_integrity_action()
H A Dbio.c1958 if (WARN_ON_ONCE(bio_op(bio) == REQ_OP_ZONE_APPEND)) in bio_split()
/linux/drivers/block/
H A Dzloop.c579 bool is_append = req_op(rq) == REQ_OP_ZONE_APPEND; in zloop_seq_write_prep()
640 bool is_append = req_op(rq) == REQ_OP_ZONE_APPEND; in zloop_rw()
758 case REQ_OP_ZONE_APPEND: in zloop_handle_cmd()
826 case REQ_OP_ZONE_APPEND: in zloop_complete_rq()
848 if (req_op(rq) == REQ_OP_ZONE_APPEND) in zloop_complete_rq()
904 if (zlo->ordered_zone_append && req_op(rq) == REQ_OP_ZONE_APPEND) { in zloop_queue_rq()
H A Dublk_drv.c714 case REQ_OP_ZONE_APPEND: in ublk_validate_req_zoned()
742 case REQ_OP_ZONE_APPEND: in ublk_setup_iod_zoned()
3328 } else if (req_op(req) != REQ_OP_ZONE_APPEND && buf_addr) { in ublk_check_commit_and_fetch()
3469 if (req_op(req) == REQ_OP_ZONE_APPEND) in ublk_ch_uring_cmd_local()
3812 if (req_op(req) == REQ_OP_ZONE_APPEND) in ublk_batch_commit_io()
4052 req_op(req) == REQ_OP_ZONE_APPEND) && in ublk_check_ubuf_dir()
/linux/include/linux/
H A Dblk_types.h360 REQ_OP_ZONE_APPEND = (__force blk_opf_t)7, enumerator
H A Dbio.h765 return bio_op(bio) == REQ_OP_ZONE_APPEND || in bio_is_zone_append()
H A Dblkdev.h911 case REQ_OP_ZONE_APPEND: in bio_needs_zone_write_plugging()
/linux/fs/btrfs/
H A Dvolumes.h702 case REQ_OP_ZONE_APPEND: in btrfs_op()
/linux/drivers/nvme/target/
H A Dzns.c539 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
/linux/drivers/block/null_blk/
H A Dzoned.c724 case REQ_OP_ZONE_APPEND: in null_process_zoned_cmd()
/linux/kernel/trace/
H A Dblktrace.c345 case REQ_OP_ZONE_APPEND: in __blk_add_trace()
2175 case REQ_OP_ZONE_APPEND: in blk_fill_rwbs()
/linux/fs/xfs/
H A Dxfs_zone_gc.c790 chunk->bio.bi_opf |= REQ_OP_ZONE_APPEND; in xfs_zone_gc_submit_write()
H A Dxfs_zone_alloc.c890 ioend->io_bio.bi_opf |= REQ_OP_ZONE_APPEND; in xfs_submit_zoned_bio()
/linux/drivers/md/
H A Ddm.c1342 BUG_ON(op == REQ_OP_ZONE_APPEND); in dm_accept_partial_bio()
1801 case REQ_OP_ZONE_APPEND: in dm_zone_bio_needs_split()
/linux/drivers/nvme/host/
H A Dcore.c436 req_op(req) == REQ_OP_ZONE_APPEND) { in nvme_end_req_zoned()
1148 case REQ_OP_ZONE_APPEND: in nvme_setup_cmd()