Home
last modified time | relevance | path

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

/linux/drivers/md/
A 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()
A Ddm.c1161 BUG_ON(bio_op(bio) == REQ_OP_ZONE_APPEND); in dm_accept_partial_bio()
/linux/drivers/scsi/
A 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()
A Dsd.c1265 if (req_op(rq) == REQ_OP_ZONE_APPEND) { in sd_setup_read_write_cmnd()
1354 case REQ_OP_ZONE_APPEND: in sd_init_command()
/linux/block/
A Dbio.c971 if (WARN_ON_ONCE(bio_op(bio) != REQ_OP_ZONE_APPEND)) in bio_add_zone_append_page()
1055 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in bio_iov_bvec_set()
1217 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in bio_iov_iter_get_pages()
1516 if (WARN_ON_ONCE(bio_op(bio) == REQ_OP_ZONE_APPEND)) in bio_split()
A Dblk.h145 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable()
A Dblk-core.c781 case REQ_OP_ZONE_APPEND: in submit_bio_checks()
A Dblk-mq.c657 } else if (req_op(rq) == REQ_OP_ZONE_APPEND) { in req_bio_endio()
/linux/include/linux/
A Dblk_types.h368 REQ_OP_ZONE_APPEND = 13, enumerator
/linux/fs/btrfs/
A Dvolumes.h483 case REQ_OP_ZONE_APPEND: in btrfs_op()
A Dcompression.c479 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in alloc_compressed_bio()
518 const unsigned int bio_op = use_append ? REQ_OP_ZONE_APPEND : REQ_OP_WRITE; in btrfs_submit_compressed_write()
A Dextent_io.c3242 if (bio_op(bio) == REQ_OP_ZONE_APPEND) in btrfs_bio_add_page()
3287 bio_op(bio_ctrl->bio) != REQ_OP_ZONE_APPEND) { in calc_bio_boundaries()
3342 if (btrfs_is_zoned(fs_info) && bio_op(bio) == REQ_OP_ZONE_APPEND) { in alloc_new_bio()
3996 opf = REQ_OP_ZONE_APPEND; in __extent_writepage_io()
A Dzoned.c1519 if (bio_op(bio) != REQ_OP_ZONE_APPEND) in btrfs_record_physical_zoned()
A Dvolumes.c6700 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in submit_stripe_bio()
6706 bio->bi_opf &= ~REQ_OP_ZONE_APPEND; in submit_stripe_bio()
A Dinode.c2526 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_data_bio()
8340 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in btrfs_submit_direct()
/linux/drivers/block/null_blk/
A Dzoned.c663 case REQ_OP_ZONE_APPEND: in null_process_zoned_cmd()
/linux/fs/iomap/
A Ddirect-io.c213 opflags |= REQ_OP_ZONE_APPEND; in iomap_dio_bio_opflags()
/linux/drivers/nvme/target/
A Dzns.c559 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
/linux/Documentation/block/
A Dqueue-sysfs.rst269 (REQ_OP_ZONE_APPEND). This value is always 0 for regular block devices.
/linux/fs/zonefs/
A Dsuper.c700 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in zonefs_file_dio_append()
/linux/drivers/nvme/host/
A Dcore.c333 req_op(req) == REQ_OP_ZONE_APPEND) in nvme_end_req_zoned()
1033 case REQ_OP_ZONE_APPEND: in nvme_setup_cmd()

Completed in 91 milliseconds