Home
last modified time | relevance | path

Searched refs:jbd2_journal_revoke (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4_jbd2.c296 BUFFER_TRACE(bh, "call jbd2_journal_revoke"); in __ext4_forget()
297 err = jbd2_journal_revoke(handle, blocknr, bh); in __ext4_forget()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4_jbd2.c307 BUFFER_TRACE(bh, "call jbd2_journal_revoke"); in __ext4_forget()
308 err = jbd2_journal_revoke(handle, blocknr, bh); in __ext4_forget()
/kernel/linux/linux-5.10/fs/jbd2/
H A Drevoke.c303 * jbd2_journal_revoke: revoke a given buffer_head from the journal. This
322 * If bh_in is non-zero, jbd2_journal_revoke() will decrement its b_count
326 int jbd2_journal_revoke(handle_t *handle, unsigned long long blocknr, in jbd2_journal_revoke() function
H A Djournal.c70 EXPORT_SYMBOL(jbd2_journal_revoke); variable
/kernel/linux/linux-6.6/fs/jbd2/
H A Drevoke.c303 * jbd2_journal_revoke: revoke a given buffer_head from the journal. This
322 * If bh_in is non-zero, jbd2_journal_revoke() will decrement its b_count
326 int jbd2_journal_revoke(handle_t *handle, unsigned long long blocknr, in jbd2_journal_revoke() function
H A Djournal.c69 EXPORT_SYMBOL(jbd2_journal_revoke); variable
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h1622 extern int jbd2_journal_revoke (handle_t *, unsigned long long, struct buffer_head *);
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h1628 extern int jbd2_journal_revoke (handle_t *, unsigned long long, struct buffer_head *);

Completed in 16 milliseconds