/linux-6.3-rc2/fs/xfs/ |
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-6.3-rc2/block/ |
A D | blk-zoned.c | 213 bio = blk_next_bio(bio, bdev, 0, REQ_OP_ZONE_RESET | REQ_SYNC, in blkdev_zone_reset_all_emulated() 236 bio_init(&bio, bdev, NULL, 0, REQ_OP_ZONE_RESET_ALL | REQ_SYNC); in blkdev_zone_reset_all() 299 bio = blk_next_bio(bio, bdev, 0, op | REQ_SYNC, gfp_mask); in blkdev_zone_mgmt()
|
A D | blk-wbt.c | 542 #define REQ_HIPRIO (REQ_SYNC | REQ_META | REQ_PRIO) 622 if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) == in wbt_should_throttle() 623 (REQ_SYNC | REQ_IDLE)) in wbt_should_throttle()
|
A D | blk-flush.c | 413 rq->cmd_flags |= REQ_SYNC; in blk_insert_flush()
|
/linux-6.3-rc2/include/linux/ |
A D | blk_types.h | 435 #define REQ_SYNC (__force blk_opf_t)(1ULL << __REQ_SYNC) macro 497 (op & (REQ_SYNC | REQ_FUA | REQ_PREFLUSH)); in op_is_sync()
|
A D | writeback.h | 104 flags |= REQ_SYNC; in wbc_to_write_flags()
|
/linux-6.3-rc2/drivers/block/rnbd/ |
A D | rnbd-proto.h | 259 bio_opf |= REQ_SYNC; in rnbd_to_bio_flags()
|
/linux-6.3-rc2/fs/exfat/ |
A D | misc.c | 173 write_dirty_buffer(bhs[i], REQ_SYNC); in exfat_update_bhs()
|
/linux-6.3-rc2/kernel/power/ |
A D | swap.c | 332 error = hib_submit_io(REQ_OP_WRITE | REQ_SYNC, in mark_swapfiles() 409 return hib_submit_io(REQ_OP_WRITE | REQ_SYNC, offset, src, hb); in write_page() 1535 error = hib_submit_io(REQ_OP_WRITE | REQ_SYNC, in swsusp_check() 1590 error = hib_submit_io(REQ_OP_WRITE | REQ_SYNC, in swsusp_unmark()
|
/linux-6.3-rc2/fs/jbd2/ |
A D | commit.c | 122 blk_opf_t write_flags = REQ_OP_WRITE | REQ_SYNC; in journal_submit_commit_record() 403 REQ_SYNC); in jbd2_journal_commit_transaction() 734 submit_bh(REQ_OP_WRITE | REQ_SYNC, bh); in jbd2_journal_commit_transaction()
|
A D | journal.c | 1115 REQ_SYNC | REQ_FUA); in __jbd2_update_log_tail() 1603 REQ_SYNC | REQ_FUA); in journal_reset() 1876 jbd2_write_superblock(journal, REQ_SYNC | REQ_FUA); in jbd2_journal_update_sb_errno() 2182 REQ_SYNC | REQ_PREFLUSH | REQ_FUA); in jbd2_journal_destroy() 2491 jbd2_mark_journal_empty(journal, REQ_SYNC | REQ_FUA); in jbd2_journal_flush() 2541 jbd2_mark_journal_empty(journal, REQ_SYNC | REQ_FUA); in jbd2_journal_wipe()
|
A D | revoke.c | 657 write_dirty_buffer(descriptor, REQ_SYNC); in flush_descriptor()
|
A D | checkpoint.c | 179 write_dirty_buffer(journal->j_chkpt_bhs[i], REQ_SYNC); in __flush_batch()
|
/linux-6.3-rc2/fs/iomap/ |
A D | direct-io.c | 198 bio = iomap_dio_alloc_bio(iter, dio, 1, REQ_OP_WRITE | REQ_SYNC | REQ_IDLE); in iomap_dio_zero() 218 blk_opf_t opflags = REQ_SYNC | REQ_IDLE; in iomap_dio_bio_opflags()
|
/linux-6.3-rc2/drivers/nvme/target/ |
A D | zns.c | 430 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()
|
A D | io-cmd-bdev.c | 263 opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_rw()
|
/linux-6.3-rc2/fs/hfsplus/ |
A D | super.c | 225 REQ_SYNC); in hfsplus_sync_fs() 234 REQ_SYNC); in hfsplus_sync_fs()
|
/linux-6.3-rc2/fs/ext4/ |
A D | mmp.c | 55 submit_bh(REQ_OP_WRITE | REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block()
|
A D | page-io.c | 377 io->io_bio->bi_opf |= REQ_SYNC; in ext4_io_submit()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | iostat.c | 245 lat_type = bio->bi_opf & REQ_SYNC ? in iostat_update_and_unbind_ctx()
|
/linux-6.3-rc2/fs/nilfs2/ |
A D | segbuf.c | 434 wi.bio->bi_opf |= REQ_SYNC; in nilfs_segbuf_write()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-io.c | 394 opf |= REQ_SYNC; in dispatch_io()
|
A D | dm-integrity.c | 1146 rw_journal(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, commit_start, in write_journal() 1536 fr.io_req.bi_opf = REQ_OP_WRITE | REQ_PREFLUSH | REQ_SYNC, in dm_integrity_flush_buffers() 2830 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, in bitmap_block_work() 2876 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in bitmap_flush_work() 3186 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in dm_integrity_resume() 3217 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in dm_integrity_resume() 3261 rw_journal_sectors(ic, REQ_OP_WRITE | REQ_FUA | REQ_SYNC, 0, in dm_integrity_resume()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | recovery.c | 271 REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC); in clean_journal()
|
A D | log.c | 916 blk_opf_t op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; in log_write_header() 924 op_flags = REQ_SYNC | REQ_META | REQ_PRIO; in log_write_header()
|