| /linux/include/linux/ |
| H A D | blk_types.h | 420 #define REQ_SYNC (__force blk_opf_t)(1ULL << __REQ_SYNC) macro 482 (op & (REQ_SYNC | REQ_FUA | REQ_PREFLUSH)); in op_is_sync()
|
| H A D | jbd2.h | 1400 #define JBD2_JOURNAL_REQ_FLAGS (REQ_META | REQ_SYNC | REQ_IDLE)
|
| /linux/block/ |
| H A D | blk-wbt.c | 535 #define REQ_HIPRIO (REQ_SYNC | REQ_META | REQ_PRIO | REQ_SWAP) 608 if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) == in wbt_should_throttle() 609 (REQ_SYNC | REQ_IDLE)) in wbt_should_throttle()
|
| H A D | blk-zoned.c | 277 bio_init(&bio, bdev, NULL, 0, REQ_OP_ZONE_RESET_ALL | REQ_SYNC); in blkdev_zone_reset_all() 334 bio = blk_next_bio(bio, bdev, 0, op | REQ_SYNC, GFP_KERNEL); in blkdev_zone_mgmt()
|
| H A D | fops.c | 31 blk_opf_t opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in dio_bio_write_op()
|
| H A D | bio.c | 1576 bio->bi_opf |= REQ_SYNC; in bio_await()
|
| /linux/drivers/nvme/target/ |
| H A D | zns.c | 431 zsa_req_op(req->cmd->zms.zsa) | REQ_SYNC, in nvmet_bdev_zone_mgmt_emulate_all() 539 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
|
| /linux/fs/iomap/ |
| H A D | direct-io.c | 318 REQ_OP_WRITE | REQ_SYNC | REQ_IDLE); in iomap_dio_zero() 423 blk_opf_t bio_opf = REQ_SYNC | REQ_IDLE; in iomap_dio_bio_iter()
|
| /linux/fs/gfs2/ |
| H A D | recovery.c | 272 REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC); in clean_journal()
|
| /linux/drivers/md/ |
| H A D | dm.c | 1541 blk_opf_t opf = REQ_OP_WRITE | REQ_PREFLUSH | REQ_SYNC; in __send_empty_flush() 1543 if ((ci->io->orig_bio->bi_opf & (REQ_IDLE | REQ_SYNC)) == in __send_empty_flush() 1544 (REQ_IDLE | REQ_SYNC)) in __send_empty_flush() 1882 clone->bi_opf |= REQ_OP_ZONE_RESET | REQ_SYNC; in __send_zone_reset_all_emulated()
|
| H A D | dm-integrity.c | 1135 rw_journal(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, commit_start, in write_journal() 1522 fr.io_req.bi_opf = REQ_OP_WRITE | REQ_PREFLUSH | REQ_SYNC; in dm_integrity_flush_buffers() 3523 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, in bitmap_block_work() 3569 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in bitmap_flush_work() 3898 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in dm_integrity_resume() 3929 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in dm_integrity_resume() 3973 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in dm_integrity_resume()
|
| H A D | dm-bufio.c | 2209 .bi_opf = REQ_OP_WRITE | REQ_PREFLUSH | REQ_SYNC, in dm_bufio_issue_flush() 2233 .bi_opf = REQ_OP_DISCARD | REQ_SYNC, in dm_bufio_issue_discard()
|
| H A D | raid5-ppl.c | 1060 PPL_HEADER_SIZE, page, REQ_OP_WRITE | REQ_SYNC | in ppl_write_empty_header()
|
| H A D | md-bitmap.c | 525 bh_submit(bh, REQ_OP_WRITE | REQ_SYNC, end_bitmap_write); in write_file_page()
|
| H A D | raid5.c | 1196 op_flags |= REQ_SYNC; in ops_run_io() 1965 if (wbi->bi_opf & REQ_SYNC) in ops_run_biodrain() 6165 (bi->bi_opf & REQ_SYNC) && in make_stripe_request()
|
| /linux/drivers/target/ |
| H A D | target_core_iblock.c | 765 opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in iblock_execute_rw()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 997 REQ_OP_ZONE_RESET | REQ_SYNC); in xfs_zone_gc_reset_sync()
|
| H A D | xfs_log.c | 1579 REQ_OP_WRITE | REQ_META | REQ_SYNC | REQ_IDLE); in xlog_write_iclog()
|
| /linux/fs/ |
| H A D | buffer.c | 561 write_dirty_buffer(bh, REQ_SYNC); in mmb_sync() 2724 return __sync_dirty_buffer(bh, REQ_SYNC); in sync_dirty_buffer()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_actlog.c | 140 op_flags |= REQ_SYNC; in _drbd_md_sync_page_io()
|
| H A D | drbd_receiver.c | 2231 (dpf & DP_RW_SYNC ? REQ_SYNC : 0) | in wire_flags_to_bio()
|
| /linux/drivers/block/xen-blkback/ |
| H A D | blkback.c | 1324 operation_flags = REQ_SYNC | REQ_IDLE; in dispatch_rw_block_io()
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 2210 if (opf & REQ_SYNC) in blk_fill_rwbs()
|
| /linux/fs/btrfs/ |
| H A D | disk-io.c | 3927 REQ_OP_WRITE | REQ_SYNC | REQ_META | REQ_PRIO, in write_dev_supers() 4023 REQ_OP_WRITE | REQ_SYNC | REQ_PREFLUSH); in write_dev_flush()
|
| /linux/fs/ext4/ |
| H A D | super.c | 6357 bh_submit(sbh, REQ_OP_WRITE | REQ_SYNC | in ext4_commit_super()
|