Lines Matching defs:write_flags
1780 static int jbd2_write_superblock(journal_t *journal, blk_opf_t write_flags)
1796 write_flags |= JBD2_JOURNAL_REQ_FLAGS;
1798 write_flags &= ~(REQ_FUA | REQ_PREFLUSH);
1800 trace_jbd2_write_superblock(journal, write_flags);
1821 submit_bh(REQ_OP_WRITE | write_flags, bh);
1843 * @write_flags: Flags for the journal sb write operation
1850 blk_opf_t write_flags)
1870 ret = jbd2_write_superblock(journal, write_flags);
1887 * @write_flags: Flags for the journal sb write operation
1892 static void jbd2_mark_journal_empty(journal_t *journal, blk_opf_t write_flags)
1919 jbd2_write_superblock(journal, write_flags);