Home
last modified time | relevance | path

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

12

/linux/include/trace/events/
H A Djbd2.h43 __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 …]
H A Dext4.h2728 TP_PROTO(struct super_block *sb, tid_t commit_tid),
2734 __field(tid_t, tid)
2748 tid_t commit_tid),
2759 __field(tid_t, tid)
2837 __field(tid_t, t_tid)
2839 __field(tid_t, i_sync_tid)
2878 __field(tid_t, t_tid)
2880 __field(tid_t, i_sync_tid)
2908 __field(tid_t, t_tid)
2910 __field(tid_t, i_sync_tid)
[all …]
/linux/fs/jfs/
H A Djfs_txnmgr.h86 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 Djfs_xtree.h102 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 Djfs_dtree.h16 tid_t tid;
241 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot);
246 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key,
249 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key,
252 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
H A Djfs_xattr.h44 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 Djfs_acl.h13 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 Dacl.c59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
101 tid_t tid; in jfs_set_acl()
130 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl()
H A Dnamei.c28 static s64 commitZeroLink(tid_t, struct inode *);
66 tid_t tid; /* transaction id */ in jfs_create()
199 tid_t tid; /* transaction id */ in jfs_mkdir()
336 tid_t tid; /* transaction id */ in jfs_rmdir()
466 tid_t tid; /* transaction id */ in jfs_unlink()
623 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink()
790 tid_t tid; in jfs_link()
882 tid_t tid; in jfs_symlink()
1079 tid_t tid; in jfs_rename()
1365 tid_t tid; in jfs_mknod()
H A Djfs_xtree.c107 static int xtSplitUp(tid_t tid,
111 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split,
114 static int xtSplitRoot(tid_t tid, struct inode *ip,
513 int xtInsert(tid_t tid, /* transaction id */ in xtInsert()
664 xtSplitUp(tid_t tid, in xtSplitUp()
934 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage()
1201 xtSplitRoot(tid_t tid, in xtSplitRoot()
1336 int xtExtend(tid_t tid, /* transaction id */ in xtExtend()
1498 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate()
1941 int xtAppend(tid_t tid, /* transaction id */ in xtAppend()
[all …]
H A Djfs_txnmgr.c141 tid_t maxtid; /* 4: biggest tid ever used */
348 tid_t txBegin(struct super_block *sb, int flag) in txBegin()
350 tid_t t; in txBegin()
492 void txEnd(tid_t tid) in txEnd()
582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock()
588 tid_t xtid; in txLock()
987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock()
1127 int txCommit(tid_t tid, /* transaction identifier */ in txCommit()
2125 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA()
2593 void txAbort(tid_t tid, int dirty) in txAbort()
[all …]
H A Dxattr.c596 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf, in ea_put()
659 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr()
931 tid_t tid; in __jfs_xattr_set()
1021 tid_t *tid = fs_info; in jfs_initxattrs()
1044 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
H A Dinode.c76 tid_t tid; in jfs_commit_inode()
368 tid_t tid; in jfs_truncate_nolock()
H A Djfs_types.h26 typedef u16 tid_t; typedef
H A Djfs_imap.h161 extern int diWrite(tid_t tid, struct inode *);
/linux/include/linux/
H A Djbd2.h557 tid_t t_tid;
1033 tid_t j_tail_sequence;
1040 tid_t j_transaction_sequence;
1048 tid_t j_commit_sequence;
1056 tid_t j_commit_request;
1278 void (*j_fc_cleanup_callback)(struct journal_s *journal, int full, tid_t tid);
1294 tid_t expected_commit_id);
1435 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid,
1437 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1438 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
[all …]
H A Djournal-head.h16 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
/linux/fs/jbd2/
H A Dcheckpoint.c81 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()
319 tid_t first_tid; in jbd2_cleanup_journal_tail()
412 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
413 tid_t tid = 0; in jbd2_journal_shrink_checkpoint_list()
H A Djournal.c445 static int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit()
482 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
502 tid_t tid; in __jbd2_journal_force_commit()
570 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit()
576 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit()
603 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier()
642 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit()
691 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid) in jbd2_fc_begin_commit()
731 static int __jbd2_fc_end_commit(journal_t *journal, tid_t tid, bool fallback) in __jbd2_fc_end_commit()
755 tid_t tid; in jbd2_fc_end_commit_fallback()
[all …]
H A 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()
H A Dtransaction.c147 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked()
768 tid_t tid; in jbd2__journal_restart()
1829 tid_t tid; in jbd2_journal_stop()
/linux/fs/ocfs2/
H A Dinode.h65 tid_t i_sync_tid;
66 tid_t i_datasync_tid;
/linux/fs/ext4/
H A Dfsync.c102 tid_t commit_tid = datasync ? ei->i_datasync_tid : ei->i_sync_tid; in ext4_fsync_journal()
H A Dfast_commit.c341 tid_t tid; in ext4_fc_mark_ineligible()
386 tid_t tid = 0; in ext4_fc_track_template()
1171 u64 commit_time, int nblks, tid_t commit_tid) in ext4_fc_update_stats()
1203 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit()
1280 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
2059 tid_t expected_tid) in ext4_fc_replay_scan()
2181 enum passtype pass, int off, tid_t expected_tid) in ext4_fc_replay()
H A Dext4.h1160 tid_t i_sync_tid;
1161 tid_t i_datasync_tid;
1758 tid_t s_fc_ineligible_tid;
2916 int ext4_fc_commit(journal_t *journal, tid_t commit_tid);
2950 extern void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid);

12