Searched refs:tid_t (Results 1 – 9 of 9) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 38 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);
|
D | kernel-jbd.h | 267 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/ |
D | logdump.c | 59 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()
|
D | do_journal.c | 51 tid_t tid;
|
/third_party/e2fsprogs/e2fsck/ |
D | revoke.c | 105 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()
|
D | jfs_user.h | 267 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);
|
D | recovery.c | 30 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()
|
D | journal.c | 279 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/ |
D | thread_pthread.h | 357 tid_t native_id; in PyThread_get_thread_native_id()
|