Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Djournal.c1622 journal->j_wbuf = kmalloc_array(n, sizeof(struct buffer_head *), in journal_init_common()
1624 if (!journal->j_wbuf) in journal_init_common()
1648 kfree(journal->j_wbuf); in journal_init_common()
2232 kfree(journal->j_wbuf); in jbd2_journal_destroy()
H A Dcommit.c354 struct buffer_head **wbuf = journal->j_wbuf; in jbd2_journal_commit_transaction()
/openbmc/linux/include/linux/
H A Djbd2.h1126 struct buffer_head **j_wbuf; member