/linux/fs/xfs/ |
H A D | xfs_bio_io.c | 29 bio = bio_alloc(bdev, bio_max_vecs(left), op | REQ_META | REQ_SYNC, in xfs_rw_bdev()
|
/linux/include/linux/ |
H A D | blk_types.h | 396 #define REQ_SYNC (__force blk_opf_t)(1ULL << __REQ_SYNC) macro 458 (op & (REQ_SYNC | REQ_FUA | REQ_PREFLUSH)); in op_is_sync()
|
H A D | writeback.h | 109 flags |= REQ_SYNC; in wbc_to_write_flags()
|
/linux/drivers/block/rnbd/ |
H A D | rnbd-proto.h | 249 bio_opf |= REQ_SYNC; in rnbd_to_bio_flags()
|
/linux/block/ |
H A D | blk-wbt.c | 531 #define REQ_HIPRIO (REQ_SYNC | REQ_META | REQ_PRIO | REQ_SWAP) 604 if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) == in wbt_should_throttle() 605 (REQ_SYNC | REQ_IDLE)) in wbt_should_throttle()
|
H A D | blk-flush.c | 418 rq->cmd_flags |= REQ_SYNC; in blk_insert_flush()
|
H A D | blk-zoned.c | 157 bio_init(&bio, bdev, NULL, 0, REQ_OP_ZONE_RESET_ALL | REQ_SYNC); in blkdev_zone_reset_all() 213 bio = blk_next_bio(bio, bdev, 0, op | REQ_SYNC, GFP_KERNEL); in blkdev_zone_mgmt()
|
/linux/fs/bcachefs/ |
H A D | fs-io-direct.c | 140 bio->bi_opf = REQ_OP_READ|REQ_SYNC; in bch2_direct_IO_read() 542 bio_reset(bio, NULL, REQ_OP_WRITE | REQ_SYNC | REQ_IDLE); in bch2_dio_write_loop() 629 REQ_OP_WRITE | REQ_SYNC | REQ_IDLE, in bch2_direct_write()
|
H A D | super-io.c | 640 bio_reset(sb->bio, sb->bdev, REQ_OP_READ|REQ_SYNC|REQ_META); in read_one_super() 784 bio_reset(sb->bio, sb->bdev, REQ_OP_READ|REQ_SYNC|REQ_META); in __bch2_read_super() 894 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_READ|REQ_SYNC|REQ_META); in read_back_super() 918 bio_reset(bio, ca->disk_sb.bdev, REQ_OP_WRITE|REQ_SYNC|REQ_META); in write_one_super()
|
/linux/fs/exfat/ |
H A D | misc.c | 181 write_dirty_buffer(bhs[i], REQ_SYNC); in exfat_update_bhs()
|
/linux/kernel/power/ |
H A D | swap.c | 331 error = hib_submit_io(REQ_OP_WRITE | REQ_SYNC, in mark_swapfiles() 411 return hib_submit_io(REQ_OP_WRITE | REQ_SYNC, offset, src, hb); in write_page() 1582 error = hib_submit_io(REQ_OP_WRITE | REQ_SYNC, in swsusp_check() 1637 error = hib_submit_io(REQ_OP_WRITE | REQ_SYNC, in swsusp_unmark()
|
/linux/drivers/nvme/target/ |
H A D | zns.c | 428 zsa_req_op(req->cmd->zms.zsa) | REQ_SYNC, in nvmet_bdev_zone_mgmt_emulate_all() 536 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
|
H A D | io-cmd-bdev.c | 266 opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_rw()
|
/linux/fs/iomap/ |
H A D | direct-io.c | 256 bio = iomap_dio_alloc_bio(iter, dio, 1, REQ_OP_WRITE | REQ_SYNC | REQ_IDLE); in iomap_dio_zero() 276 blk_opf_t opflags = REQ_SYNC | REQ_IDLE; in iomap_dio_bio_opflags()
|
/linux/fs/hfsplus/ |
H A D | super.c | 225 REQ_SYNC); in hfsplus_sync_fs() 234 REQ_SYNC); in hfsplus_sync_fs()
|
/linux/fs/f2fs/ |
H A D | iostat.c | 246 lat_type = bio->bi_opf & REQ_SYNC ? in iostat_update_and_unbind_ctx()
|
/linux/fs/ext4/ |
H A D | mmp.c | 51 submit_bh(REQ_OP_WRITE | REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block_thawed()
|
H A D | page-io.c | 376 io->io_bio->bi_opf |= REQ_SYNC; in ext4_io_submit()
|
/linux/fs/jbd2/ |
H A D | revoke.c | 657 write_dirty_buffer(descriptor, REQ_SYNC); in flush_descriptor()
|
H A D | checkpoint.c | 134 write_dirty_buffer(journal->j_chkpt_bhs[i], REQ_SYNC); in __flush_batch()
|
/linux/fs/nilfs2/ |
H A D | segbuf.c | 440 wi.bio->bi_opf |= REQ_SYNC; in nilfs_segbuf_write()
|
/linux/drivers/md/ |
H A D | dm-io.c | 452 async_io(client, num_regions, where, opf | REQ_SYNC, dp, in sync_io()
|
H A D | dm-snap-persistent.c | 743 REQ_SYNC)) in persistent_commit_exception()
|
/linux/fs/gfs2/ |
H A D | log.c | 907 blk_opf_t op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; in log_write_header() 915 op_flags = REQ_SYNC | REQ_META | REQ_PRIO; in log_write_header()
|
H A D | recovery.c | 271 REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC); in clean_journal()
|