Lines Matching refs:do_journal_end
80 /* flags for do_journal_end */
85 static int do_journal_end(struct reiserfs_transaction_handle *, int flags);
1092 /* once due to original getblk in do_journal_end */
1343 * do_journal_end, or by journal_release
1582 * since we are only called from do_journal_end, we know for sure there
1916 do_journal_end(th, FLUSH_ALL);
1927 do_journal_end(&myth, FLUSH_ALL);
1931 /* this also catches errors during the do_journal_end above */
1939 do_journal_end(&myth, FLUSH_ALL);
3113 retval = do_journal_end(&myth, 0);
3115 retval = do_journal_end(&myth, COMMIT_NOW);
3201 * this keeps do_journal_end from NULLing out the
3215 * this keeps do_journal_end from NULLing out the
3416 return do_journal_end(th, 0);
3537 return do_journal_end(th, COMMIT_NOW | WAIT);
3596 do_journal_end(&th, COMMIT_NOW | WAIT);
3602 * returns 0 if do_journal_end should return right away, returns 1 if
3603 * do_journal_end should finish the commit
3985 static int do_journal_end(struct reiserfs_transaction_handle *th, int flags)