Home
last modified time | relevance | path

Searched refs:tid_t (Results 1 – 9 of 9) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h38 typedef unsigned int tid_t; typedef
100 tid_t j_tail_sequence;
101 tid_t j_transaction_sequence;
105 tid_t j_failed_commit;
110 tid_t expected_tid);
Dkernel-jbd.h267 extern int tid_gt(tid_t x, tid_t y) EXT2FS_ATTR((unused));
268 extern int tid_geq(tid_t x, tid_t y) EXT2FS_ATTR((unused));
421 _INLINE_ int tid_gt(tid_t x, tid_t y) in tid_gt()
427 _INLINE_ int tid_geq(tid_t x, tid_t y) in tid_geq()
/third_party/e2fsprogs/debugfs/
Dlogdump.c59 unsigned int *, int, __u32, tid_t);
62 unsigned int, int, tid_t);
67 int, tid_t);
360 tid_t transaction; in dump_journal()
648 tid_t transaction) in dump_descriptor_block()
707 tid_t transaction) in dump_revoke_block()
773 tid_t transaction) in dump_metadata_block()
Ddo_journal.c51 tid_t tid;
/third_party/e2fsprogs/e2fsck/
Drevoke.c105 tid_t sequence; /* Used for recovery only */
137 tid_t seq) in insert_revoke_hash()
685 tid_t sequence) in jbd2_journal_set_revoke()
709 tid_t sequence) in jbd2_journal_test_revoke()
Djfs_user.h267 extern int jbd2_journal_set_revoke(journal_t *, unsigned long long, tid_t);
268 extern int jbd2_journal_test_revoke(journal_t *, unsigned long long, tid_t);
Drecovery.c30 tid_t start_transaction;
31 tid_t end_transaction;
41 tid_t, struct recovery_info *);
895 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
Djournal.c279 int off, tid_t expected_tid) in ext4_fc_replay_scan()
849 enum passtype pass, int off, tid_t expected_tid) in ext4_fc_replay()
/third_party/python/Python/
Dthread_pthread.h357 tid_t native_id; in PyThread_get_thread_native_id()