Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/md/
Ddm-zone.c399 case REQ_OP_ZONE_APPEND: in dm_zone_map_bio_begin()
453 case REQ_OP_ZONE_APPEND: in dm_zone_map_bio_end()
510 case REQ_OP_ZONE_APPEND: in dm_need_zone_wp_tracking()
617 bio_op(clone) == REQ_OP_ZONE_APPEND) { in dm_zone_endio()
645 } else if (bio_op(orig_bio) == REQ_OP_ZONE_APPEND) { in dm_zone_endio()
Ddm.c1161 BUG_ON(bio_op(bio) == REQ_OP_ZONE_APPEND); in dm_accept_partial_bio()
/Linux-v5.15/drivers/scsi/
Dsd_zbc.c419 case REQ_OP_ZONE_APPEND: in sd_zbc_need_zone_wp_update()
460 if (op == REQ_OP_ZONE_APPEND) { in sd_zbc_zone_wp_update()
476 case REQ_OP_ZONE_APPEND: in sd_zbc_zone_wp_update()
534 if (req_op(rq) == REQ_OP_ZONE_APPEND) in sd_zbc_complete()
Dsd.c1264 if (req_op(rq) == REQ_OP_ZONE_APPEND) { in sd_setup_read_write_cmnd()
1353 case REQ_OP_ZONE_APPEND: in sd_init_command()
/Linux-v5.15/block/
Dbio.c914 if (WARN_ON_ONCE(bio_op(bio) != REQ_OP_ZONE_APPEND)) in bio_add_zone_append_page()
1205 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in bio_iov_iter_get_pages()
1211 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in bio_iov_iter_get_pages()
1521 if (WARN_ON_ONCE(bio_op(bio) == REQ_OP_ZONE_APPEND)) in bio_split()
Dblk-core.c247 if (req_op(rq) == REQ_OP_ZONE_APPEND && error == BLK_STS_OK) { in req_bio_endio()
857 case REQ_OP_ZONE_APPEND: in submit_bio_checks()
/Linux-v5.15/include/linux/
Dblk_types.h346 REQ_OP_ZONE_APPEND = 13, enumerator
Dblkdev.h777 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable()
/Linux-v5.15/fs/btrfs/
Dvolumes.h430 case REQ_OP_ZONE_APPEND: in btrfs_op()
Dcompression.c405 const unsigned int bio_op = use_append ? REQ_OP_ZONE_APPEND : REQ_OP_WRITE; in btrfs_submit_compressed_write()
Dzoned.c1324 if (bio_op(bio) != REQ_OP_ZONE_APPEND) in btrfs_record_physical_zoned()
Dextent_io.c3235 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in btrfs_bio_add_page()
3280 bio_op(bio_ctrl->bio) != REQ_OP_ZONE_APPEND) { in calc_bio_boundaries()
3334 if (btrfs_is_zoned(fs_info) && bio_op(bio) == REQ_OP_ZONE_APPEND) { in alloc_new_bio()
3982 opf = REQ_OP_ZONE_APPEND; in __extent_writepage_io()
Dvolumes.c6644 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in submit_stripe_bio()
6650 bio->bi_opf &= ~REQ_OP_ZONE_APPEND; in submit_stripe_bio()
Dinode.c2503 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_data_bio()
8326 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_direct()
/Linux-v5.15/drivers/nvme/target/
Dzns.c559 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
/Linux-v5.15/drivers/block/null_blk/
Dzoned.c663 case REQ_OP_ZONE_APPEND: in null_process_zoned_cmd()
/Linux-v5.15/fs/iomap/
Ddirect-io.c217 opflags |= REQ_OP_ZONE_APPEND; in iomap_dio_bio_opflags()
/Linux-v5.15/Documentation/block/
Dqueue-sysfs.rst268 (REQ_OP_ZONE_APPEND). This value is always 0 for regular block devices.
/Linux-v5.15/fs/zonefs/
Dsuper.c700 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in zonefs_file_dio_append()
/Linux-v5.15/drivers/nvme/host/
Dcore.c353 req_op(req) == REQ_OP_ZONE_APPEND) in nvme_end_req()
1022 case REQ_OP_ZONE_APPEND: in nvme_setup_cmd()