Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/jfs/
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,
99 extern int xtTailgate(tid_t tid, struct inode *ip,
102 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
103 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
105 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
106 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
107 extern int xtRelocate(tid_t tid, struct inode *ip,
109 extern int xtAppend(tid_t tid,
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 *);
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,
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()
Djfs_acl.h12 int jfs_init_acl(tid_t, struct inode *, struct inode *);
16 static inline int jfs_init_acl(tid_t tid, struct inode *inode, in jfs_init_acl()
Dacl.c56 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
97 tid_t tid; in jfs_set_acl()
125 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl()
Dnamei.c28 static s64 commitZeroLink(tid_t, struct inode *);
66 tid_t tid; /* transaction id */ in jfs_create()
198 tid_t tid; /* transaction id */ in jfs_mkdir()
335 tid_t tid; /* transaction id */ in jfs_rmdir()
465 tid_t tid; /* transaction id */ in jfs_unlink()
621 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink()
788 tid_t tid; in jfs_link()
875 tid_t tid; in jfs_symlink()
1072 tid_t tid; in jfs_rename()
1357 tid_t tid; in jfs_mknod()
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,
118 static int xtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
125 static int xtRelink(tid_t tid, struct inode *ip, xtpage_t * fp);
524 int xtInsert(tid_t tid, /* transaction id */ in xtInsert()
675 xtSplitUp(tid_t tid, in xtSplitUp()
945 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage()
1212 xtSplitRoot(tid_t tid, in xtSplitRoot()
1347 int xtExtend(tid_t tid, /* transaction id */ in xtExtend()
[all …]
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, in lock_index()
321 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
483 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next) in free_index()
511 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index()
[all …]
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()
1004 tid_t *tid = fs_info; in jfs_initxattrs()
1027 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
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()
577 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock()
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()
2157 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA()
2625 void txAbort(tid_t tid, int dirty) in txAbort()
[all …]
Djfs_types.h26 typedef u16 tid_t; typedef
Djfs_imap.h161 extern int diWrite(tid_t tid, struct inode *);
Dinode.c76 tid_t tid; in jfs_commit_inode()
377 tid_t tid; in jfs_truncate_nolock()
/Linux-v5.4/include/linux/
Djbd2.h578 tid_t t_tid;
979 tid_t j_tail_sequence;
986 tid_t j_transaction_sequence;
994 tid_t j_commit_sequence;
1002 tid_t j_commit_request;
1279 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid,
1281 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1282 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1403 extern int jbd2_journal_update_sb_log_tail (journal_t *, tid_t,
1477 extern int jbd2_journal_set_revoke(journal_t *, unsigned long long, tid_t);
[all …]
Djournal-head.h14 typedef unsigned int tid_t; /* Unique transaction ID */ typedef
/Linux-v5.4/fs/ocfs2/
Dinode.h67 tid_t i_sync_tid;
68 tid_t i_datasync_tid;
/Linux-v5.4/fs/jbd2/
Dcheckpoint.c138 tid_t tid = 0; in __jbd2_log_wait_for_space()
209 tid_t this_tid; in jbd2_log_do_checkpoint()
263 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint()
398 tid_t first_tid; in jbd2_cleanup_journal_tail()
Drevoke.c105 tid_t sequence; /* Used for recovery only */
137 tid_t seq) in insert_revoke_hash()
679 tid_t sequence) in jbd2_journal_set_revoke()
703 tid_t sequence) in jbd2_journal_test_revoke()
Djournal.c481 int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit()
518 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
538 tid_t tid; in __jbd2_journal_force_commit()
604 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit()
610 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit()
637 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier()
676 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit()
719 int jbd2_transaction_committed(journal_t *journal, tid_t tid) in jbd2_transaction_committed()
742 int jbd2_complete_transaction(journal_t *journal, tid_t tid) in jbd2_complete_transaction()
880 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, in jbd2_journal_get_log_tail()
[all …]
Drecovery.c30 tid_t start_transaction;
31 tid_t end_transaction;
42 tid_t, struct recovery_info *);
813 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
Dtransaction.c150 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked()
679 tid_t tid; in jbd2__journal_restart()
1706 tid_t tid; in jbd2_journal_stop()
/Linux-v5.4/include/trace/events/
Djbd2.h315 TP_PROTO(journal_t *journal, tid_t first_tid,
322 __field( tid_t, tail_sequence )
323 __field( tid_t, first_tid )
/Linux-v5.4/fs/ext4/
Dfsync.c101 tid_t commit_tid; in ext4_sync_file()
Dmballoc.h96 tid_t efd_tid;

12