Searched refs:jbd2_journal_revoke (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4_jbd2.c | 296 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 D | ext4_jbd2.c | 307 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 D | revoke.c | 303 * 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 D | journal.c | 70 EXPORT_SYMBOL(jbd2_journal_revoke); variable
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | revoke.c | 303 * 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 D | journal.c | 69 EXPORT_SYMBOL(jbd2_journal_revoke); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | jbd2.h | 1622 extern int jbd2_journal_revoke (handle_t *, unsigned long long, struct buffer_head *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | jbd2.h | 1628 extern int jbd2_journal_revoke (handle_t *, unsigned long long, struct buffer_head *);
|
Completed in 16 milliseconds