Searched refs:hfsplus_jbd_tid_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.h13 typedef unsigned int hfsplus_jbd_tid_t; /* Unique transaction ID */ typedef
H A Dhfsplus_jbd.h436 hfsplus_jbd_tid_t t_tid;
744 hfsplus_jbd_tid_t j_tail_sequence;
749 hfsplus_jbd_tid_t j_transaction_sequence;
755 hfsplus_jbd_tid_t j_commit_sequence;
761 hfsplus_jbd_tid_t j_commit_request;
960 extern int hfsplus_jbd_set_revoke(hfsplus_jbd_t *, unsigned long, hfsplus_jbd_tid_t);
961 extern int hfsplus_jbd_test_revoke(hfsplus_jbd_t *, unsigned long, hfsplus_jbd_tid_t);
974 int hfsplus_log_start_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t tid);
975 int __hfsplus__log_start_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t tid);
976 int hfsplus_jbd_start_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t *ti
[all...]
H A Drecovery.c28 hfsplus_jbd_tid_t start_transaction;
29 hfsplus_jbd_tid_t end_transaction;
40 hfsplus_jbd_tid_t, struct recovery_info *);
566 hfsplus_jbd_tid_t sequence, struct recovery_info *info)
H A Drevoke.c79 hfsplus_jbd_tid_t sequence; /* Used for recovery only */
116 hfsplus_jbd_tid_t seq)
642 hfsplus_jbd_tid_t sequence)
666 hfsplus_jbd_tid_t sequence)
H A Dcheckpoint.c168 hfsplus_jbd_tid_t tid = t->t_tid;
316 hfsplus_jbd_tid_t this_tid;
399 hfsplus_jbd_tid_t first_tid;
H A Djbd_journal.c429 int __hfsplus__log_start_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t target)
450 int hfsplus_log_start_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t tid)
473 hfsplus_jbd_tid_t tid;
497 int hfsplus_jbd_start_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t *ptid)
503 hfsplus_jbd_tid_t tid = journal->j_running_transaction->t_tid;
524 int hfsplus_jbd_log_wait_commit(hfsplus_jbd_t *journal, hfsplus_jbd_tid_t tid)
1352 hfsplus_jbd_tid_t tid = transaction->t_tid;
H A Dtransaction.c1376 hfsplus_jbd_tid_t tid = transaction->t_tid;

Completed in 56 milliseconds