Searched defs:jbd2_journal_abort (Results 1 - 1 of 1) sorted by relevance

/fs/jbd2/
H A Djournal.c84 EXPORT_SYMBOL(jbd2_journal_abort); variable
2062 * void jbd2_journal_abort () - Shutdown the journal immediately.
2071 * The jbd2_journal_abort function is intended to support higher level error
2093 * Finally, the jbd2_journal_abort call allows the caller to supply an errno
2107 void jbd2_journal_abort(journal_t *journal, int errno) function
2116 * This is the errno number set with jbd2_journal_abort(), the last

Completed in 28 milliseconds