Searched refs:tid_t (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 280 extern int tid_gt(tid_t x, tid_t y) EXT2FS_ATTR((unused)); 281 extern int tid_geq(tid_t x, tid_t y) EXT2FS_ATTR((unused)); 426 _INLINE_ int tid_gt(tid_t x, tid_t y) in tid_gt() 432 _INLINE_ int tid_geq(tid_t x, tid_t y) in tid_geq()
|
D | jfs_compat.h | 28 typedef unsigned int tid_t; typedef 81 tid_t j_tail_sequence; 82 tid_t j_transaction_sequence; 86 tid_t j_failed_commit;
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 58 unsigned int *, int, tid_t); 61 unsigned int, int, tid_t); 66 int, tid_t); 349 tid_t transaction; in dump_journal() 493 tid_t transaction) in dump_descriptor_block() 552 tid_t transaction) in dump_revoke_block() 612 tid_t transaction) in dump_metadata_block()
|
D | revoke.c | 107 tid_t sequence; /* Used for recovery only */ 146 tid_t seq) in insert_revoke_hash() 712 tid_t sequence) 736 tid_t sequence)
|
D | recovery.c | 33 tid_t start_transaction; 34 tid_t end_transaction; 45 tid_t, struct recovery_info *); 847 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
|
D | do_journal.c | 51 tid_t tid;
|
/external/e2fsprogs/e2fsck/ |
D | jfs_user.h | 201 extern int journal_set_revoke(journal_t *, unsigned long long, tid_t); 202 extern int journal_test_revoke(journal_t *, unsigned long long, tid_t);
|
D | revoke.c | 107 tid_t sequence; /* Used for recovery only */ 146 tid_t seq) in insert_revoke_hash() 712 tid_t sequence) 736 tid_t sequence)
|
D | recovery.c | 33 tid_t start_transaction; 34 tid_t end_transaction; 45 tid_t, struct recovery_info *); 847 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
|