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

12

/linux-master/fs/jfs/
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,
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,
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_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_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 Dacl.c59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type,
101 tid_t tid;
130 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir)
H A Djfs_types.h26 typedef u16 tid_t; typedef
H A Djfs_imap.h161 extern int diWrite(tid_t tid, struct inode *);
H A Dnamei.c28 static s64 commitZeroLink(tid_t, struct inode *);
66 tid_t tid; /* transaction id */
199 tid_t tid; /* transaction id */
336 tid_t tid; /* transaction id */
466 tid_t tid; /* transaction id */
623 static s64 commitZeroLink(tid_t tid, struct inode *ip)
790 tid_t tid;
882 tid_t tid;
1079 tid_t tid;
1365 tid_t ti
[all...]
H A Dinode.c76 tid_t tid;
368 tid_t tid;
H A Djfs_dtree.c139 static int dtSplitUp(tid_t tid, struct inode *ip,
142 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split,
145 static int dtExtendPage(tid_t tid, struct inode *ip,
148 static int dtSplitRoot(tid_t tid, struct inode *ip,
151 static int dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
154 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
291 static inline void lock_index(tid_t tid, struct inode *ip, struct metapage * mp,
321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot)
483 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next)
511 static void modify_index(tid_t ti
[all...]
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 */
664 xtSplitUp(tid_t tid,
934 xtSplitPage(tid_t tid, struct inode *ip,
1201 xtSplitRoot(tid_t tid,
1336 int xtExtend(tid_t tid, /* transaction id */
1498 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad)
1941 int xtAppend(tid_t ti
[all...]
H A Dxattr.c592 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf,
655 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name,
912 tid_t tid;
1002 tid_t *tid = fs_info;
1025 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir,
H A Djfs_txnmgr.c141 tid_t maxtid; /* 4: biggest tid ever used */
348 tid_t txBegin(struct super_block *sb, int flag)
350 tid_t t;
492 void txEnd(tid_t tid)
582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp,
588 tid_t xtid;
987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type)
1127 int txCommit(tid_t tid, /* transaction identifier */
2125 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea)
2593 void txAbort(tid_t ti
[all...]
/linux-master/include/linux/
H A Djournal-head.h16 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
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;
1271 void (*j_fc_cleanup_callback)(struct journal_s *journal, int full, tid_t tid);
1287 tid_t expected_commit_id);
1428 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid,
1430 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1431 void jbd2_update_log_tail(journal_t *journal, tid_t ti
[all...]
/linux-master/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 ti
[all...]
H A Dext4.h2725 TP_PROTO(struct super_block *sb, tid_t commit_tid),
2731 __field(tid_t, tid)
2745 tid_t commit_tid),
2756 __field(tid_t, tid)
2834 __field(tid_t, t_tid)
2836 __field(tid_t, i_sync_tid)
2875 __field(tid_t, t_tid)
2877 __field(tid_t, i_sync_tid)
2905 __field(tid_t, t_tid)
2907 __field(tid_t, i_sync_ti
[all...]
/linux-master/fs/ocfs2/
H A Dinode.h65 tid_t i_sync_tid;
66 tid_t i_datasync_tid;
/linux-master/fs/jbd2/
H A Dcheckpoint.c81 tid_t tid = 0;
153 tid_t this_tid;
197 tid_t tid = t->t_tid;
313 tid_t first_tid;
408 tid_t first_tid = 0, last_tid = 0, next_tid = 0;
409 tid_t tid = 0;
H A Drevoke.c105 tid_t sequence; /* Used for recovery only */
137 tid_t seq)
685 tid_t sequence)
709 tid_t sequence)
H A Djournal.c469 static int __jbd2_log_start_commit(journal_t *journal, tid_t target)
506 int jbd2_log_start_commit(journal_t *journal, tid_t tid)
526 tid_t tid;
594 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid)
600 tid_t tid = journal->j_running_transaction->t_tid;
627 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid)
666 int jbd2_log_wait_commit(journal_t *journal, tid_t tid)
715 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid)
755 static int __jbd2_fc_end_commit(journal_t *journal, tid_t tid, bool fallback)
779 tid_t ti
[all...]
H A Drecovery.c30 tid_t start_transaction;
31 tid_t end_transaction;
42 tid_t, struct recovery_info *);
910 tid_t sequence, struct recovery_info *info)
/linux-master/fs/ext4/
H A Dfsync.c102 tid_t commit_tid = datasync ? ei->i_datasync_tid : ei->i_sync_tid;
H A Dmballoc.h115 tid_t efd_tid;

Completed in 266 milliseconds

12