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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_jbd2.c79 BUFFER_TRACE(bh, "call jbd2_journal_forget");
80 err = jbd2_journal_forget(handle, bh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Drevoke.c323 * Revoke performs a jbd2_journal_forget on any buffer_head passed in as a
395 BUFFER_TRACE(bh_in, "call jbd2_journal_forget");
396 jbd2_journal_forget(handle, bh_in);
H A Dtransaction.c884 * Previous jbd2_journal_forget() could have left the buffer
1142 * void jbd2_journal_forget() - bforget() for potentially-journaled buffers.
1158 int jbd2_journal_forget (handle_t *handle, struct buffer_head *bh) function
H A Djournal.c62 EXPORT_SYMBOL(jbd2_journal_forget); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djbd2.h1088 extern int jbd2_journal_forget (handle_t *, struct buffer_head *);

Completed in 140 milliseconds