Home
last modified time | relevance | path

Searched refs:__jbd2_journal_refile_buffer (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Djbd2.h1399 extern bool __jbd2_journal_refile_buffer(struct journal_head *);
/linux-6.15/fs/jbd2/
H A Dtransaction.c2556 bool __jbd2_journal_refile_buffer(struct journal_head *jh) in __jbd2_journal_refile_buffer() function
2618 drop = __jbd2_journal_refile_buffer(jh); in jbd2_journal_refile_buffer()
H A Dcommit.c1034 drop_ref = __jbd2_journal_refile_buffer(jh); in jbd2_journal_commit_transaction()