Searched refs:jbd2_journal_forget (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ext4/
H A Dext4_jbd2.c293 BUFFER_TRACE(bh, "call jbd2_journal_forget");
294 err = jbd2_journal_forget(handle, bh);
/linux-master/fs/jbd2/
H A Drevoke.c315 * Revoke performs a jbd2_journal_forget on any buffer_head passed in as a
392 BUFFER_TRACE(bh_in, "call jbd2_journal_forget");
393 jbd2_journal_forget(handle, bh_in);
H A Dtransaction.c1318 * Previous jbd2_journal_forget() could have left the buffer
1656 * jbd2_journal_forget() - bforget() for potentially-journaled buffers.
1672 int jbd2_journal_forget(handle_t *handle, struct buffer_head *bh) function
H A Djournal.c67 EXPORT_SYMBOL(jbd2_journal_forget); variable
/linux-master/include/linux/
H A Djbd2.h1525 extern int jbd2_journal_forget (handle_t *, struct buffer_head *);

Completed in 143 milliseconds