Searched refs:do_journal_end (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
H A D | journal.c | 81 /* flags for do_journal_end */ 86 static int do_journal_end(struct reiserfs_transaction_handle *, int flags); 1097 /* once due to original getblk in do_journal_end */ flush_commit_list() 1346 * do_journal_end, or by journal_release 1586 * since we are only called from do_journal_end, we know for sure there flush_journal_list() 1924 do_journal_end(th, FLUSH_ALL); do_journal_release() 1935 do_journal_end(&myth, FLUSH_ALL); do_journal_release() 1940 /* this also catches errors during the do_journal_end above */ do_journal_release() 1948 do_journal_end(&myth, FLUSH_ALL); do_journal_release() 3107 retval = do_journal_end(&myth, 0); do_journal_begin_r() 3109 retval = do_journal_end(&myth, COMMIT_NOW); do_journal_begin_r() 3195 * this keeps do_journal_end from NULLing out the journal_join() 3209 * this keeps do_journal_end from NULLing out the journal_join_abort() 3410 return do_journal_end(th, 0); journal_end() 3532 return do_journal_end(th, COMMIT_NOW | WAIT); journal_end_sync() 3591 do_journal_end(&th, COMMIT_NOW | WAIT); reiserfs_flush_old_commits() 3597 * returns 0 if do_journal_end should return right away, returns 1 if 3598 * do_journal_end should finish the commit 3980 static int do_journal_end(struct reiserfs_transaction_handle *th, int flags) do_journal_end() function
|
Completed in 68 milliseconds