Searched refs:REQ_OP_ZONE_APPEND (Results 1 – 21 of 21) sorted by relevance
399 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()
1161 BUG_ON(bio_op(bio) == REQ_OP_ZONE_APPEND); in dm_accept_partial_bio()
419 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()
1265 if (req_op(rq) == REQ_OP_ZONE_APPEND) { in sd_setup_read_write_cmnd()1354 case REQ_OP_ZONE_APPEND: in sd_init_command()
971 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()
145 if (req_op(rq) == REQ_OP_ZONE_APPEND) in rq_mergeable()
781 case REQ_OP_ZONE_APPEND: in submit_bio_checks()
657 } else if (req_op(rq) == REQ_OP_ZONE_APPEND) { in req_bio_endio()
368 REQ_OP_ZONE_APPEND = 13, enumerator
483 case REQ_OP_ZONE_APPEND: in btrfs_op()
479 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()
3242 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()
1519 if (bio_op(bio) != REQ_OP_ZONE_APPEND) in btrfs_record_physical_zoned()
6700 if (bio_op(bio) == REQ_OP_ZONE_APPEND) { in submit_stripe_bio()6706 bio->bi_opf &= ~REQ_OP_ZONE_APPEND; in submit_stripe_bio()
2526 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()
663 case REQ_OP_ZONE_APPEND: in null_process_zoned_cmd()
213 opflags |= REQ_OP_ZONE_APPEND; in iomap_dio_bio_opflags()
559 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
269 (REQ_OP_ZONE_APPEND). This value is always 0 for regular block devices.
700 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in zonefs_file_dio_append()
333 req_op(req) == REQ_OP_ZONE_APPEND) in nvme_end_req_zoned()1033 case REQ_OP_ZONE_APPEND: in nvme_setup_cmd()
Completed in 96 milliseconds