Searched refs:hfsplus_transaction_t (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_journal_head.h14 typedef struct hfsplus_transaction_s hfsplus_transaction_t; /* Compound transaction type */ typedef in typeref:struct:hfsplus_transaction_s
61 hfsplus_transaction_t *b_transaction;
69 hfsplus_transaction_t *b_next_transaction;
82 hfsplus_transaction_t *b_cp_transaction;
H A Dhfsplus_jbd.h368 hfsplus_transaction_t *h_transaction;
394 /* The hfsplus_transaction_t type is the guts of the journaling mechanism. It
538 hfsplus_transaction_t *t_cpnext, *t_cpprev;
651 hfsplus_transaction_t *j_running_transaction;
657 hfsplus_transaction_t *j_committing_transaction;
663 hfsplus_transaction_t *j_checkpoint_transactions;
830 extern void __hfsplus_jbd_file_buffer(struct hfsplus_jbd_head *, hfsplus_transaction_t *, int);
832 extern void hfsplus_jbd_file_buffer(struct hfsplus_jbd_head *, hfsplus_transaction_t *, int);
833 extern void __hfsplus_jbd_clean_data_list(hfsplus_transaction_t *transaction);
845 void __hfsplus_jbd_insert_checkpoint(struct hfsplus_jbd_head *, hfsplus_transaction_t *);
[all...]
H A Dcheckpoint.c35 hfsplus_transaction_t *transaction;
132 static int __cleanup_transaction(hfsplus_jbd_t *journal, hfsplus_transaction_t *transaction)
167 hfsplus_transaction_t *t = jh->b_transaction;
312 hfsplus_transaction_t *transaction;
398 hfsplus_transaction_t * transaction;
475 hfsplus_transaction_t *transaction, *last_transaction, *next_transaction;
534 hfsplus_transaction_t *transaction;
586 hfsplus_transaction_t *transaction)
615 void __hfsplus_jbd_drop_transaction(hfsplus_jbd_t *journal, hfsplus_transaction_t *transaction)
H A Dtransaction.c31 * get_transaction: obtain a new hfsplus_transaction_t object.
46 static hfsplus_transaction_t *
47 get_transaction(hfsplus_jbd_t *journal, hfsplus_transaction_t *transaction)
82 hfsplus_transaction_t *transaction;
85 hfsplus_transaction_t *new_transaction = NULL;
312 hfsplus_transaction_t *transaction = handle->h_transaction;
378 hfsplus_transaction_t *transaction = handle->h_transaction;
434 hfsplus_transaction_t *transaction = journal->j_running_transaction;
527 hfsplus_transaction_t *transaction;
782 hfsplus_transaction_t *transactio
[all...]
H A Drevoke.c96 static void write_one_revoke_record(hfsplus_jbd_t *, hfsplus_transaction_t *,
498 hfsplus_transaction_t *transaction)
539 hfsplus_transaction_t *transaction,
H A Dcommit.c105 hfsplus_transaction_t *commit_transaction)
194 hfsplus_transaction_t *commit_transaction;
795 hfsplus_transaction_t *cp_transaction;
H A Djbd_journal.c117 hfsplus_transaction_t *transaction;
272 int hfsplus_jbd_write_metadata_buffer(hfsplus_transaction_t *transaction,
472 hfsplus_transaction_t *transaction = NULL;
1338 hfsplus_transaction_t *transaction = NULL;
1464 hfsplus_transaction_t *transaction;

Completed in 69 milliseconds