Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h1422 extern bool __jbd2_journal_refile_buffer(struct journal_head *);
/openbmc/linux/fs/jbd2/
H A Dtransaction.c2561 bool __jbd2_journal_refile_buffer(struct journal_head *jh) in __jbd2_journal_refile_buffer() function
2623 drop = __jbd2_journal_refile_buffer(jh); in jbd2_journal_refile_buffer()
H A Dcommit.c1041 drop_ref = __jbd2_journal_refile_buffer(jh); in jbd2_journal_commit_transaction()