Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c1364 journal->j_wbuf = kmalloc_array(n, sizeof(struct buffer_head *), in journal_init_common()
1366 if (!journal->j_wbuf) in journal_init_common()
1381 kfree(journal->j_wbuf); in journal_init_common()
2031 kfree(journal->j_wbuf); in jbd2_journal_destroy()
H A Dcommit.c387 struct buffer_head **wbuf = journal->j_wbuf; in jbd2_journal_commit_transaction()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1110 struct buffer_head **j_wbuf; member