Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-zone.c396 case REQ_OP_ZONE_APPEND: in dm_zone_map_bio_begin()
447 case REQ_OP_ZONE_APPEND: in dm_zone_map_bio_end()
503 case REQ_OP_ZONE_APPEND: in dm_need_zone_wp_tracking()
604 bio_op(clone) == REQ_OP_ZONE_APPEND) { in dm_zone_endio()
633 } else if (bio_op(orig_bio) == REQ_OP_ZONE_APPEND) { in dm_zone_endio()
Ddm.c1338 BUG_ON(bio_op(bio) == REQ_OP_ZONE_APPEND); in dm_accept_partial_bio()
/linux-6.1.9/drivers/scsi/
Dsd_zbc.c504 case REQ_OP_ZONE_APPEND: in sd_zbc_need_zone_wp_update()
544 if (op == REQ_OP_ZONE_APPEND) { in sd_zbc_zone_wp_update()
560 case REQ_OP_ZONE_APPEND: in sd_zbc_zone_wp_update()
617 if (req_op(rq) == REQ_OP_ZONE_APPEND) in sd_zbc_complete()
Dsd.c1164 if (req_op(rq) == REQ_OP_ZONE_APPEND) { in sd_setup_read_write_cmnd()
1251 case REQ_OP_ZONE_APPEND: in sd_init_command()
/linux-6.1.9/block/
Dbio.c1033 if (WARN_ON_ONCE(bio_op(bio) != REQ_OP_ZONE_APPEND)) in bio_add_zone_append_page()
1136 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in bio_iov_bvec_set()
1238 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in __bio_iov_iter_get_pages()
1583 if (WARN_ON_ONCE(bio_op(bio) == REQ_OP_ZONE_APPEND)) in bio_split()
Dblk.h137 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable()
Dblk-core.c753 case REQ_OP_ZONE_APPEND: in submit_bio_noacct()
Dblk-mq.c745 } else if (req_op(rq) == REQ_OP_ZONE_APPEND) { in req_bio_endio()
818 if (req_op(req) == REQ_OP_ZONE_APPEND) in blk_complete_request()
/linux-6.1.9/include/linux/
Dblk_types.h378 REQ_OP_ZONE_APPEND = (__force blk_opf_t)13, enumerator
/linux-6.1.9/fs/btrfs/
Dvolumes.h596 case REQ_OP_ZONE_APPEND: in btrfs_op()
Dcompression.c353 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in alloc_compressed_bio()
393 const enum req_op bio_op = use_append ? REQ_OP_ZONE_APPEND : REQ_OP_WRITE; in btrfs_submit_compressed_write()
Dextent_io.c1423 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in btrfs_bio_add_page()
1467 if (bio_op(bio_ctrl->bio) != REQ_OP_ZONE_APPEND) { in calc_bio_boundaries()
1519 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in alloc_new_bio()
1542 ASSERT(bio_op(bio) != REQ_OP_ZONE_APPEND); in alloc_new_bio()
2166 op = REQ_OP_ZONE_APPEND; in __extent_writepage_io()
Dzoned.c1665 if (bio_op(bio) != REQ_OP_ZONE_APPEND) in btrfs_record_physical_zoned()
Dvolumes.c6832 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_dev_bio()
6841 bio->bi_opf &= ~REQ_OP_ZONE_APPEND; in btrfs_submit_dev_bio()
Dinode.c2703 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_data_write_bio()
8020 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_direct()
/linux-6.1.9/drivers/nvme/target/
Dzns.c540 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
/linux-6.1.9/drivers/block/null_blk/
Dzoned.c666 case REQ_OP_ZONE_APPEND: in null_process_zoned_cmd()
/linux-6.1.9/fs/iomap/
Ddirect-io.c226 opflags |= REQ_OP_ZONE_APPEND; in iomap_dio_bio_opflags()
/linux-6.1.9/fs/zonefs/
Dsuper.c794 REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE, GFP_NOFS); in zonefs_file_dio_append()
/linux-6.1.9/Documentation/ABI/stable/
Dsysfs-block676 write operation (REQ_OP_ZONE_APPEND). This value is always 0 for
/linux-6.1.9/drivers/nvme/host/
Dcore.c374 req_op(req) == REQ_OP_ZONE_APPEND) in nvme_end_req_zoned()
982 case REQ_OP_ZONE_APPEND: in nvme_setup_cmd()