Searched refs:new_jh (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcommit.c195 struct hfsplus_jbd_head *jh, *new_jh, *descriptor; local
330 new_jh = jh = commit_transaction->t_buffers->b_tnext;
332 HFSPLUS_J_ASSERT_JH(new_jh, new_jh->b_modified == 1 ||
333 new_jh->b_modified == 0);
334 new_jh->b_modified = 0;
335 new_jh = new_jh->b_tnext;
336 } while (new_jh != jh);
582 jh, &new_jh, blockn
[all...]
H A Djbd_journal.c282 struct hfsplus_jbd_head *new_jh; local
367 new_jh = hfsplus_jbd_add_journal_head(new_bh); /* This sleeps */
370 new_jh->b_transaction = NULL;
377 *jh_out = new_jh;
386 HFSPLUS_JBUFFER_TRACE(new_jh, "file as HFSPLUS_BJ_IO");
387 hfsplus_jbd_file_buffer(new_jh, transaction, HFSPLUS_BJ_IO);
1738 struct hfsplus_jbd_head *new_jh = NULL; local
1742 new_jh = hfsplus_jbd_alloc_journal_head();
1743 if (!new_jh) {
1747 memset(new_jh,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dcommit.c286 struct journal_head *jh, *new_jh, *descriptor; local
416 new_jh = jh = commit_transaction->t_buffers->b_tnext;
418 J_ASSERT_JH(new_jh, new_jh->b_modified == 1 ||
419 new_jh->b_modified == 0);
420 new_jh->b_modified = 0;
421 new_jh = new_jh->b_tnext;
422 } while (new_jh != jh);
589 jh, &new_jh, blockn
[all...]
H A Djournal.c283 struct journal_head *new_jh; local
367 new_jh = journal_add_journal_head(new_bh); /* This sleeps */
370 new_jh->b_transaction = NULL;
377 *jh_out = new_jh;
386 JBUFFER_TRACE(new_jh, "file as BJ_IO");
387 journal_file_buffer(new_jh, transaction, BJ_IO);
1774 struct journal_head *new_jh = NULL; local
1778 new_jh = journal_alloc_journal_head();
1779 memset(new_jh, 0, sizeof(*new_jh));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dcommit.c294 struct journal_head *jh, *new_jh, *descriptor; local
425 new_jh = jh = commit_transaction->t_buffers->b_tnext;
427 J_ASSERT_JH(new_jh, new_jh->b_modified == 1 ||
428 new_jh->b_modified == 0);
429 new_jh->b_modified = 0;
430 new_jh = new_jh->b_tnext;
431 } while (new_jh != jh);
598 jh, &new_jh, blockn
[all...]
H A Djournal.c283 struct journal_head *new_jh; local
367 new_jh = jbd2_journal_add_journal_head(new_bh); /* This sleeps */
370 new_jh->b_transaction = NULL;
377 *jh_out = new_jh;
386 JBUFFER_TRACE(new_jh, "file as BJ_IO");
387 jbd2_journal_file_buffer(new_jh, transaction, BJ_IO);
1785 struct journal_head *new_jh = NULL; local
1789 new_jh = journal_alloc_journal_head();
1790 memset(new_jh, 0, sizeof(*new_jh));
[all...]

Completed in 62 milliseconds