Searched refs:WRITE_SYNC (Results 1 - 31 of 31) sorted by relevance

/linux-4.1.27/fs/ext4/
H A Dmmp.c38 * Write the MMP block using WRITE_SYNC to try to get the block on-disk
55 submit_bh(WRITE_SYNC | REQ_META | REQ_PRIO, bh); write_mmp_block()
H A Dpage-io.c371 io->io_op = (wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC : WRITE); ext4_io_submit_init()
/linux-4.1.27/fs/jbd2/
H A Dcommit.c162 ret = submit_bh(WRITE_SYNC | WRITE_FLUSH_FUA, bh); journal_submit_commit_record()
164 ret = submit_bh(WRITE_SYNC, bh); journal_submit_commit_record()
423 WRITE_SYNC); jbd2_journal_commit_transaction()
560 &log_bufs, WRITE_SYNC); jbd2_journal_commit_transaction()
743 submit_bh(WRITE_SYNC, bh); jbd2_journal_commit_transaction()
H A Dcheckpoint.c189 write_dirty_buffer(journal->j_chkpt_bhs[i], WRITE_SYNC); __flush_batch()
H A Djournal.c1475 jbd2_write_superblock(journal, WRITE_SYNC); jbd2_journal_update_sb_errno()
/linux-4.1.27/fs/hfsplus/
H A Dsuper.c221 sbi->s_vhdr_buf, NULL, WRITE_SYNC); hfsplus_sync_fs()
229 sbi->s_backup_vhdr_buf, NULL, WRITE_SYNC); hfsplus_sync_fs()
/linux-4.1.27/fs/f2fs/
H A Dinline.c99 .rw = WRITE_SYNC | REQ_PRIO, f2fs_convert_inline_page()
H A Dgc.c525 .rw = WRITE_SYNC, move_data_page()
H A Dsegment.c220 .rw = WRITE_SYNC | REQ_PRIO, commit_inmem_pages()
1225 .rw = WRITE_SYNC | REQ_META | REQ_PRIO, write_meta_page()
H A Ddata.c1429 .rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE, f2fs_write_data_page()
H A Dnode.c1297 .rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE, f2fs_write_node_page()
/linux-4.1.27/fs/gfs2/
H A Dmeta_io.c41 (wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC : WRITE); gfs2_aspace_writepage()
H A Dlog.c685 rw = WRITE_SYNC | REQ_META | REQ_PRIO; log_write_header()
/linux-4.1.27/fs/jbd/
H A Dcommit.c148 ret = __sync_dirty_buffer(bh, WRITE_SYNC | WRITE_FLUSH_FUA); journal_write_commit_record()
333 journal->j_tail, WRITE_SYNC); journal_commit_transaction()
441 write_op = WRITE_SYNC; journal_commit_transaction()
H A Dcheckpoint.c265 write_dirty_buffer(bhs[i], WRITE_SYNC); __flush_batch()
H A Djournal.c1179 journal_write_superblock(journal, WRITE_SYNC); journal_update_sb_errno()
/linux-4.1.27/fs/btrfs/
H A Dvolumes.h65 /* WRITE_SYNC bios */
H A Dextent_io.c130 /* tells the submit_bio code to use a WRITE_SYNC */
2069 if (btrfsic_submit_bio_wait(WRITE_SYNC, bio)) { repair_io_failure()
3541 write_flags = WRITE_SYNC; __extent_writepage()
3786 int rw = (epd->sync_io ? WRITE_SYNC : WRITE) | REQ_META; write_one_eb()
4095 rw = WRITE_SYNC; flush_epd_write_bio()
H A Ddisk-io.c3290 ret = btrfsic_submit_bh(WRITE_SYNC, bh); write_dev_supers()
H A Dscrub.c4223 if (btrfsic_submit_bio_wait(WRITE_SYNC, bio)) write_page_nocow()
/linux-4.1.27/include/trace/events/
H A Df2fs.h64 { WRITE_SYNC, "WRITE_SYNC" }, \
/linux-4.1.27/fs/nilfs2/
H A Dsuper.c199 WRITE_SYNC | WRITE_FLUSH_FUA); nilfs_sync_super()
/linux-4.1.27/fs/
H A Dbuffer.c746 write_dirty_buffer(bh, WRITE_SYNC); fsync_buffers_list()
1674 * WB_SYNC_ALL, the writes are posted using WRITE_SYNC; this
1688 WRITE_SYNC : WRITE); __block_write_full_page()
3155 return __sync_dirty_buffer(bh, WRITE_SYNC); sync_dirty_buffer()
H A Dblock_dev.c408 int rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE; bdev_write_page()
/linux-4.1.27/include/linux/
H A Dfs.h181 * WRITE_SYNC Synchronous write. Identical to WRITE, but passes down
185 * WRITE_FLUSH Like WRITE_SYNC but with preceding cache flush.
186 * WRITE_FUA Like WRITE_SYNC but data is guaranteed to be on
201 #define WRITE_SYNC (WRITE | REQ_SYNC | REQ_NOIDLE) macro
/linux-4.1.27/fs/xfs/
H A Dxfs_buf.c1239 rw = WRITE_SYNC; _xfs_buf_ioapply()
H A Dxfs_aops.c379 submit_bio(wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC : WRITE, bio); xfs_submit_ioend_bio()
H A Dxfs_log.c2008 "WRITE_SYNC", xlog_print_tic_res()
/linux-4.1.27/drivers/md/bcache/
H A Dbtree.c400 b->bio->bi_rw = REQ_META|WRITE_SYNC|REQ_FUA; do_btree_node_write()
/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c495 submit_bio(WRITE_SYNC, bio); o2hb_issue_node_write()
/linux-4.1.27/fs/jfs/
H A Djfs_logmgr.c2163 submit_bio(WRITE_SYNC, bio); lbmStartIO()

Completed in 942 milliseconds