Searched refs:j_wbuf (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djbd_journal.c734 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL);
735 if (!journal->j_wbuf) {
778 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL);
779 if (!journal->j_wbuf) {
1163 kfree(journal->j_wbuf);
H A Dhfsplus_jbd.h610 * @j_wbuf: array of buffer_heads for hfsplus_jbd_commit_transaction
611 * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the
799 struct buffer_head **j_wbuf; member in struct:hfsplus_jbd_s
H A Dcommit.c196 struct buffer_head **wbuf = journal->j_wbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c724 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL);
725 if (!journal->j_wbuf) {
778 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL);
779 if (!journal->j_wbuf) {
1165 kfree(journal->j_wbuf);
H A Dcommit.c183 struct buffer_head **wbuf = journal->j_wbuf;
287 struct buffer_head **wbuf = journal->j_wbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c724 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL);
725 if (!journal->j_wbuf) {
778 journal->j_wbuf = kmalloc(n * sizeof(struct buffer_head*), GFP_KERNEL);
779 if (!journal->j_wbuf) {
1165 kfree(journal->j_wbuf);
H A Dcommit.c183 struct buffer_head **wbuf = journal->j_wbuf;
295 struct buffer_head **wbuf = journal->j_wbuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h618 * @j_wbuf: array of buffer_heads for journal_commit_transaction
619 * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the
808 struct buffer_head **j_wbuf; member in struct:journal_s
H A Djbd2.h627 * @j_wbuf: array of buffer_heads for jbd2_journal_commit_transaction
628 * @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the
817 struct buffer_head **j_wbuf; member in struct:journal_s

Completed in 74 milliseconds