Home
last modified time | relevance | path

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

/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 …]
/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_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 Dxattr.c601 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 Djfs_types.h26 typedef u16 tid_t; typedef
H A Djfs_imap.h161 extern int diWrite(tid_t tid, struct inode *);
/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()
328 tid_t first_tid; in jbd2_cleanup_journal_tail()
424 tid_t first_tid = 0, last_tid = 0, next_tid = 0; in jbd2_journal_shrink_checkpoint_list()
425 tid_t tid = 0; in jbd2_journal_shrink_checkpoint_list()
/linux/fs/ocfs2/
H A Dinode.h65 tid_t i_sync_tid;
66 tid_t i_datasync_tid;
H A Dinode.c175 tid_t tid; in ocfs2_iget()
H A Dfile.c174 tid_t commit_tid; in ocfs2_sync_file()
/linux/include/linux/
H A Djournal-head.h16 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
/linux/fs/ext4/
H A Dfsync.c115 tid_t commit_tid = datasync ? ei->i_datasync_tid : ei->i_sync_tid; in ext4_fsync_journal()
H A Dfast_commit.c321 tid_t tid; in ext4_fc_mark_ineligible()
367 tid_t tid = 0; in ext4_fc_track_template()
1153 u64 commit_time, int nblks, tid_t commit_tid) in ext4_fc_update_stats()
1185 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit()
1275 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
2035 tid_t expected_tid) in ext4_fc_replay_scan()
2157 enum passtype pass, int off, tid_t expected_tid) in ext4_fc_replay()
H A Dmballoc.h115 tid_t efd_tid;
H A Dext4.h1181 tid_t i_sync_tid;
1182 tid_t i_datasync_tid;
1793 tid_t s_fc_ineligible_tid;
2985 int ext4_fc_commit(journal_t *journal, tid_t commit_tid);
3019 extern void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid);
H A Dinode.c5419 tid_t tid; in __ext4_iget()
5819 tid_t commit_tid; in ext4_wait_for_tail_page_commit()
H A Dmballoc.c4019 void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid) in ext4_process_freed_data()
H A Dsuper.c6433 tid_t target; in ext4_sync_fs()