| /Linux-v5.4/include/linux/ |
| D | blk_types.h | 344 #define REQ_SYNC (1ULL << __REQ_SYNC) macro 412 (op & (REQ_SYNC | REQ_FUA | REQ_PREFLUSH)); in op_is_sync()
|
| D | writeback.h | 105 flags |= REQ_SYNC; in wbc_to_write_flags()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_bio_io.c | 32 bio->bi_opf = op | REQ_META | REQ_SYNC; in xfs_rw_bdev()
|
| /Linux-v5.4/block/ |
| D | blk-wbt.c | 456 #define REQ_HIPRIO (REQ_SYNC | REQ_META | REQ_PRIO) 536 if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) == in wbt_should_throttle() 537 (REQ_SYNC | REQ_IDLE)) in wbt_should_throttle()
|
| D | blk-flush.c | 379 rq->cmd_flags |= REQ_SYNC; in blk_insert_flush()
|
| /Linux-v5.4/fs/jbd2/ |
| D | commit.c | 157 REQ_SYNC | REQ_PREFLUSH | REQ_FUA, bh); in journal_submit_commit_record() 159 ret = submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in journal_submit_commit_record() 407 REQ_SYNC); in jbd2_journal_commit_transaction() 727 submit_bh(REQ_OP_WRITE, REQ_SYNC, bh); in jbd2_journal_commit_transaction()
|
| D | journal.c | 933 REQ_SYNC | REQ_FUA); in __jbd2_update_log_tail() 1334 REQ_SYNC | REQ_FUA); in journal_reset() 1487 jbd2_write_superblock(journal, REQ_SYNC | REQ_FUA); in jbd2_journal_update_sb_errno() 1755 REQ_SYNC | REQ_PREFLUSH | REQ_FUA); in jbd2_journal_destroy() 2014 jbd2_mark_journal_empty(journal, REQ_SYNC | REQ_FUA); in jbd2_journal_flush() 2060 jbd2_mark_journal_empty(journal, REQ_SYNC | REQ_FUA); in jbd2_journal_wipe()
|
| D | checkpoint.c | 185 write_dirty_buffer(journal->j_chkpt_bhs[i], REQ_SYNC); in __flush_batch()
|
| D | revoke.c | 651 write_dirty_buffer(descriptor, REQ_SYNC); in flush_descriptor()
|
| /Linux-v5.4/fs/iomap/ |
| D | direct-io.c | 182 int flags = REQ_SYNC | REQ_IDLE; in iomap_dio_zero() 285 bio->bi_opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in iomap_dio_bio_actor()
|
| /Linux-v5.4/kernel/power/ |
| D | swap.c | 319 error = hib_submit_io(REQ_OP_WRITE, REQ_SYNC, in mark_swapfiles() 399 return hib_submit_io(REQ_OP_WRITE, REQ_SYNC, offset, src, hb); in write_page() 1527 error = hib_submit_io(REQ_OP_WRITE, REQ_SYNC, in swsusp_check() 1576 error = hib_submit_io(REQ_OP_WRITE, REQ_SYNC, in swsusp_unmark()
|
| /Linux-v5.4/fs/ |
| D | mpage.c | 733 REQ_SYNC : 0); in mpage_writepages() 754 REQ_SYNC : 0); in mpage_writepage()
|
| /Linux-v5.4/fs/hfsplus/ |
| D | super.c | 225 REQ_SYNC); in hfsplus_sync_fs() 234 REQ_SYNC); in hfsplus_sync_fs()
|
| /Linux-v5.4/fs/ext4/ |
| D | mmp.c | 55 submit_bh(REQ_OP_WRITE, REQ_SYNC | REQ_META | REQ_PRIO, bh); in write_mmp_block()
|
| D | page-io.c | 345 REQ_SYNC : 0; in ext4_io_submit()
|
| /Linux-v5.4/drivers/nvme/target/ |
| D | io-cmd-bdev.c | 160 op_flags = REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_rw()
|
| /Linux-v5.4/fs/gfs2/ |
| D | recovery.c | 270 REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC); in clean_journal()
|
| D | log.c | 757 int op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC; in log_write_header() 766 op_flags = REQ_SYNC | REQ_META | REQ_PRIO; in log_write_header()
|
| /Linux-v5.4/fs/nilfs2/ |
| D | segbuf.c | 480 REQ_SYNC); in nilfs_segbuf_write()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-io.c | 400 op_flags |= REQ_SYNC; in dispatch_io()
|
| D | dm-snap-persistent.c | 745 REQ_PREFLUSH | REQ_FUA | REQ_SYNC)) in persistent_commit_exception()
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | super.c | 216 bio_set_op_attrs(bio, REQ_OP_WRITE, REQ_SYNC|REQ_META); in __write_super() 354 bio->bi_opf = REQ_SYNC | REQ_META | op_flags; in uuid_io() 359 bio_set_op_attrs(bio, op, REQ_SYNC|REQ_META|op_flags); in uuid_io() 525 bio_set_op_attrs(bio, op, REQ_SYNC|REQ_META|op_flags); in prio_io()
|
| /Linux-v5.4/fs/f2fs/ |
| D | inline.c | 117 .op_flags = REQ_SYNC | REQ_PRIO, in f2fs_convert_inline_page()
|
| D | gc.c | 875 fio.op_flags = REQ_SYNC; in move_data_block() 949 .op_flags = REQ_SYNC, in move_data_page()
|
| /Linux-v5.4/include/trace/events/ |
| D | f2fs.h | 72 #define F2FS_OP_FLAGS (REQ_RAHEAD | REQ_SYNC | REQ_META | REQ_PRIO | \ 84 { REQ_SYNC, "S" }, \
|