Home
last modified time | relevance | path

Searched refs:journal_stop (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Djbd.h866 extern int journal_stop(handle_t *);
/linux-4.1.27/fs/jbd/
Dtransaction.c1362 int journal_stop(handle_t *handle) in journal_stop() function
1503 ret = journal_stop(handle); in journal_force_commit()
Djournal.c50 EXPORT_SYMBOL(journal_stop);
/linux-4.1.27/Documentation/
DBUG-HUNTING224 > [<ffffffff8802770b>] :jbd:journal_stop+0x1be/0x1ee
/linux-4.1.27/fs/ext3/
Dsuper.c97 rc = journal_stop(handle); in __ext3_journal_stop()