| /linux/include/trace/events/ |
| H A D | jbd2.h | 43 __field( tid_t, transaction ) 100 __field( tid_t, transaction ) 101 __field( tid_t, head ) 137 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 144 __field( tid_t, tid ) 165 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 172 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 179 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, 187 __field( tid_t, tid ) 211 TP_PROTO(dev_t dev, tid_t tid, unsigned int type, [all …]
|
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.h | 86 tid_t tid; /* 2: transaction id holding lock */ 261 tid_t tid; /* tid = index of tblock */ 280 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int); 281 extern struct tlock *txMaplock(tid_t, struct inode *, int); 282 extern int txCommit(tid_t, int, struct inode **, int); 283 extern tid_t txBegin(struct super_block *, int); 285 extern void txEnd(tid_t); 286 extern void txAbort(tid_t, int); 289 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
|
| H A D | jfs_xtree.h | 102 extern void xtInitRoot(tid_t tid, struct inode *ip); 103 extern int xtInsert(tid_t tid, struct inode *ip, 105 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen, 107 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad); 108 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type); 109 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size); 110 extern int xtAppend(tid_t tid,
|
| H A D | jfs_xattr.h | 44 extern int __jfs_setxattr(tid_t, struct inode *, const char *, const void *, 52 extern int jfs_init_security(tid_t, struct inode *, struct inode *, 55 static inline int jfs_init_security(tid_t tid, struct inode *inode, in jfs_init_security()
|
| H A D | jfs_acl.h | 13 int jfs_init_acl(tid_t, struct inode *, struct inode *); 17 static inline int jfs_init_acl(tid_t tid, struct inode *inode, in jfs_init_acl()
|
| H A D | xattr.c | 601 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf, in ea_put() 664 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr() 936 tid_t tid; in __jfs_xattr_set() 1026 tid_t *tid = fs_info; in jfs_initxattrs() 1049 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
|
| H A D | jfs_types.h | 26 typedef u16 tid_t; typedef
|
| H A D | jfs_imap.h | 161 extern int diWrite(tid_t tid, struct inode *);
|
| /linux/include/linux/ |
| H A D | jbd2.h | 577 tid_t t_tid; 1047 tid_t j_tail_sequence; 1054 tid_t j_transaction_sequence; 1062 tid_t j_commit_sequence; 1070 tid_t j_commit_request; 1291 void (*j_fc_cleanup_callback)(struct journal_s *journal, int full, tid_t tid); 1307 tid_t expected_commit_id); 1444 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, 1446 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); 1447 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block); [all …]
|
| H A D | journal-head.h | 16 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
|
| /linux/fs/jbd2/ |
| H A D | checkpoint.c | 81 tid_t tid = 0; in __jbd2_log_wait_for_space() 159 tid_t this_tid; in jbd2_log_do_checkpoint() 203 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint() 328 tid_t first_tid; in jbd2_cleanup_journal_tail() 428 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list() 429 tid_t tid = 0; in jbd2_journal_shrink_checkpoint_list()
|
| H A D | journal.c | 444 static int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit() 481 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit() 501 tid_t tid; in __jbd2_journal_force_commit() 569 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() 575 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() 602 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier() 651 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit() 700 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid) in jbd2_fc_begin_commit() 739 static int __jbd2_fc_end_commit(journal_t *journal, tid_t tid, bool fallback) in __jbd2_fc_end_commit() 762 tid_t tid; in jbd2_fc_end_commit_fallback() [all …]
|
| /linux/fs/ocfs2/ |
| H A D | inode.h | 65 tid_t i_sync_tid; 66 tid_t i_datasync_tid;
|
| /linux/fs/ext4/ |
| H A D | mballoc.h | 115 tid_t efd_tid;
|
| H A D | fast_commit.c | 352 tid_t tid; in ext4_fc_mark_ineligible() 398 tid_t tid = 0; in ext4_fc_track_template() 1320 static int ext4_fc_perform_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_perform_commit() 1535 u64 commit_time, int nblks, tid_t commit_tid) in ext4_fc_update_stats() 1567 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit() 1660 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup() 2449 tid_t expected_tid) in ext4_fc_replay_scan() 2571 enum passtype pass, int off, tid_t expected_tid) in ext4_fc_replay()
|
| H A D | ext4.h | 1221 tid_t i_sync_tid; 1222 tid_t i_datasync_tid; 1869 tid_t s_fc_ineligible_tid; 3093 int ext4_fc_commit(journal_t *journal, tid_t commit_tid); 3127 extern void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid);
|
| H A D | inode.c | 5530 tid_t tid; in __ext4_iget() 5946 tid_t commit_tid; in ext4_wait_for_tail_page_commit()
|
| H A D | mballoc.c | 4020 void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid) in ext4_process_freed_data()
|
| H A D | super.c | 6467 tid_t target; in ext4_sync_fs()
|