Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/trace/events/
A Djbd2.h101 __field( tid_t, head )
144 __field( tid_t, tid )
187 __field( tid_t, tid )
220 __field( tid_t, tid )
256 __field( tid_t, tid )
304 __field( tid_t, tid )
464 TP_PROTO(journal_t *journal, tid_t first_tid, tid_t tid, tid_t last_tid,
466 tid_t next_tid),
474 __field(tid_t, tid)
475 __field(tid_t, last_tid)
[all …]
A Dext4.h2727 __field(tid_t, tid)
2741 tid_t commit_tid),
2752 __field(tid_t, tid)
2830 __field(tid_t, t_tid)
2832 __field(tid_t, i_sync_tid)
2871 __field(tid_t, t_tid)
2873 __field(tid_t, i_sync_tid)
2901 __field(tid_t, t_tid)
2903 __field(tid_t, i_sync_tid)
2928 TP_PROTO(journal_t *journal, int full, tid_t tid),
[all …]
/linux-6.3-rc2/fs/jfs/
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 *);
A Djfs_xtree.h93 extern void xtInitRoot(tid_t tid, struct inode *ip);
94 extern int xtInsert(tid_t tid, struct inode *ip,
96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
98 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
99 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
100 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
101 extern int xtAppend(tid_t tid,
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,
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()
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()
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()
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()
622 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink()
789 tid_t tid; in jfs_link()
876 tid_t tid; in jfs_symlink()
1073 tid_t tid; in jfs_rename()
1358 tid_t tid; in jfs_mknod()
A Djfs_dtree.c139 static int dtSplitUp(tid_t tid, struct inode *ip,
145 static int dtExtendPage(tid_t tid, struct inode *ip,
148 static int dtSplitRoot(tid_t tid, struct inode *ip,
809 int dtInsert(tid_t tid, struct inode *ip, in dtInsert()
918 static int dtSplitUp(tid_t tid, in dtSplitUp()
1630 static int dtExtendPage(tid_t tid, in dtExtendPage()
1863 static int dtSplitRoot(tid_t tid, in dtSplitRoot()
2070 int dtDelete(tid_t tid, in dtDelete()
2225 static int dtDeleteUp(tid_t tid, struct inode *ip, in dtDeleteUp()
2619 tid_t tid; in add_missing_indices()
[all …]
A Djfs_xtree.c107 static int xtSplitUp(tid_t tid,
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()
2099 void xtInitRoot(tid_t tid, struct inode *ip) in xtInitRoot()
[all …]
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()
487 void txEnd(tid_t tid) in txEnd()
583 tid_t xtid; in txLock()
982 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock()
1122 int txCommit(tid_t tid, /* transaction identifier */ in txCommit()
2120 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA()
2588 void txAbort(tid_t tid, int dirty) in txAbort()
2810 tid_t tid; in txQuiesce()
[all …]
A Dxattr.c592 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf, in ea_put()
655 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr()
912 tid_t tid; in __jfs_xattr_set()
1006 tid_t *tid = fs_info; in jfs_initxattrs()
1029 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
A Djfs_imap.h161 extern int diWrite(tid_t tid, struct inode *);
A Djfs_types.h26 typedef u16 tid_t; typedef
A Dinode.c76 tid_t tid; in jfs_commit_inode()
368 tid_t tid; in jfs_truncate_nolock()
/linux-6.3-rc2/include/linux/
A Djbd2.h566 tid_t t_tid;
1056 tid_t j_tail_sequence;
1063 tid_t j_transaction_sequence;
1071 tid_t j_commit_sequence;
1079 tid_t j_commit_request;
1310 tid_t expected_commit_id);
1656 int jbd2_log_wait_commit(journal_t *journal, tid_t tid);
1667 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid);
1713 static inline int tid_gt(tid_t x, tid_t y) in tid_gt()
1719 static inline int tid_geq(tid_t x, tid_t y) in tid_geq()
[all …]
A Djournal-head.h16 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
/linux-6.3-rc2/fs/jbd2/
A Dcheckpoint.c132 tid_t tid = 0; in __jbd2_log_wait_for_space()
203 tid_t this_tid; in jbd2_log_do_checkpoint()
256 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint()
384 tid_t first_tid; in jbd2_cleanup_journal_tail()
510 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
511 tid_t tid = 0; in jbd2_journal_shrink_checkpoint_list()
A Djournal.c517 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
537 tid_t tid; in __jbd2_journal_force_commit()
605 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit()
611 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit()
677 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit()
726 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid) in jbd2_fc_begin_commit()
790 tid_t tid; in jbd2_fc_end_commit_fallback()
801 int jbd2_transaction_committed(journal_t *journal, tid_t tid) in jbd2_transaction_committed()
824 int jbd2_complete_transaction(journal_t *journal, tid_t tid) in jbd2_complete_transaction()
1062 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, in jbd2_journal_get_log_tail()
[all …]
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()
A Drecovery.c30 tid_t start_transaction;
31 tid_t end_transaction;
41 tid_t, struct recovery_info *);
900 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
/linux-6.3-rc2/fs/ocfs2/
A Dinode.h65 tid_t i_sync_tid;
66 tid_t i_datasync_tid;
/linux-6.3-rc2/fs/ext4/
A Dfsync.c109 tid_t commit_tid = datasync ? ei->i_datasync_tid : ei->i_sync_tid; in ext4_fsync_journal()
A Dmballoc.h113 tid_t efd_tid;

Completed in 61 milliseconds

12