Lines Matching defs:write_flags
1785 static int jbd2_write_superblock(journal_t *journal, blk_opf_t write_flags)
1801 write_flags |= JBD2_JOURNAL_REQ_FLAGS;
1803 write_flags &= ~(REQ_FUA | REQ_PREFLUSH);
1805 trace_jbd2_write_superblock(journal, write_flags);
1826 submit_bh(REQ_OP_WRITE | write_flags, bh);
1848 * @write_flags: Flags for the journal sb write operation
1855 blk_opf_t write_flags)
1876 ret = jbd2_write_superblock(journal, write_flags);
1892 * @write_flags: Flags for the journal sb write operation
1897 static void jbd2_mark_journal_empty(journal_t *journal, blk_opf_t write_flags)
1924 jbd2_write_superblock(journal, write_flags);