Lines Matching refs:do_journal_end
80 /* flags for do_journal_end */
85 static int do_journal_end(struct reiserfs_transaction_handle *, int flags);
1093 /* once due to original getblk in do_journal_end */
1344 * do_journal_end, or by journal_release
1583 * since we are only called from do_journal_end, we know for sure there
1917 do_journal_end(th, FLUSH_ALL);
1928 do_journal_end(&myth, FLUSH_ALL);
1932 /* this also catches errors during the do_journal_end above */
1940 do_journal_end(&myth, FLUSH_ALL);
3118 retval = do_journal_end(&myth, 0);
3120 retval = do_journal_end(&myth, COMMIT_NOW);
3206 * this keeps do_journal_end from NULLing out the
3220 * this keeps do_journal_end from NULLing out the
3421 return do_journal_end(th, 0);
3542 return do_journal_end(th, COMMIT_NOW | WAIT);
3601 do_journal_end(&th, COMMIT_NOW | WAIT);
3607 * returns 0 if do_journal_end should return right away, returns 1 if
3608 * do_journal_end should finish the commit
3990 static int do_journal_end(struct reiserfs_transaction_handle *th, int flags)