Searched refs:b_cp_transaction (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djournal-head.h82 transaction_t *b_cp_transaction; member in struct:journal_head
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_journal_head.h82 hfsplus_transaction_t *b_cp_transaction; member in struct:hfsplus_jbd_head
H A Dcheckpoint.c37 transaction = jh->b_cp_transaction;
38 jh->b_cp_transaction = NULL;
539 if ((transaction = jh->b_cp_transaction) == NULL) {
590 HFSPLUS_J_ASSERT_JH(jh, jh->b_cp_transaction == NULL);
592 jh->b_cp_transaction = transaction;
H A Dtransaction.c1254 if (jh->b_cp_transaction) {
1571 if (jh->b_transaction != 0 && jh->b_cp_transaction == 0) {
1579 } else if (jh->b_cp_transaction != 0 && jh->b_transaction == 0) {
1682 if (jh->b_cp_transaction) {
1774 if (!jh->b_cp_transaction) {
H A Dcommit.c828 cp_transaction = jh->b_cp_transaction;
H A Djbd_journal.c1707 * b_transaction, b_cp_transaction and b_next_transaction pointers are NULL.
1805 jh->b_cp_transaction == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Dcheckpoint.c33 transaction_t *transaction = jh->b_cp_transaction;
51 transaction_t *transaction = jh->b_cp_transaction;
68 transaction_t *transaction = jh->b_cp_transaction;
589 if ((transaction = jh->b_cp_transaction) == NULL) {
596 jh->b_cp_transaction = NULL;
644 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL);
646 jh->b_cp_transaction = transaction;
H A Dtransaction.c1265 if (jh->b_cp_transaction) {
1589 if (jh->b_transaction != 0 && jh->b_cp_transaction == 0) {
1597 } else if (jh->b_cp_transaction != 0 && jh->b_transaction == 0) {
1700 if (jh->b_cp_transaction) {
1792 if (!jh->b_cp_transaction) {
H A Dcommit.c807 cp_transaction = jh->b_cp_transaction;
H A Djournal.c1837 jh->b_cp_transaction == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dcheckpoint.c33 transaction_t *transaction = jh->b_cp_transaction;
51 transaction_t *transaction = jh->b_cp_transaction;
68 transaction_t *transaction = jh->b_cp_transaction;
589 if ((transaction = jh->b_cp_transaction) == NULL) {
596 jh->b_cp_transaction = NULL;
644 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL);
646 jh->b_cp_transaction = transaction;
H A Dtransaction.c1265 if (jh->b_cp_transaction) {
1589 if (jh->b_transaction != 0 && jh->b_cp_transaction == 0) {
1597 } else if (jh->b_cp_transaction != 0 && jh->b_transaction == 0) {
1700 if (jh->b_cp_transaction) {
1792 if (!jh->b_cp_transaction) {
H A Dcommit.c816 cp_transaction = jh->b_cp_transaction;
H A Djournal.c1848 jh->b_cp_transaction == NULL) {

Completed in 126 milliseconds