/fs/jfs/ |
D | jfs_xtree.h | 115 extern void xtInitRoot(tid_t tid, struct inode *ip); 116 extern int xtInsert(tid_t tid, struct inode *ip, 118 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen, 121 extern int xtTailgate(tid_t tid, struct inode *ip, 124 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad); 125 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen, 127 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type); 128 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size); 129 extern int xtRelocate(tid_t tid, struct inode *ip, 131 extern int xtAppend(tid_t tid,
|
D | jfs_txnmgr.h | 99 tid_t tid; /* 2: transaction id holding lock */ 274 tid_t tid; /* tid = index of tblock */ 293 extern struct tlock *txLock(tid_t, struct inode *, struct metapage *, int); 294 extern struct tlock *txMaplock(tid_t, struct inode *, int); 295 extern int txCommit(tid_t, int, struct inode **, int); 296 extern tid_t txBegin(struct super_block *, int); 298 extern void txEnd(tid_t); 299 extern void txAbort(tid_t, int); 302 extern void txEA(tid_t, struct inode *, dxd_t *, dxd_t *);
|
D | jfs_dtree.h | 29 tid_t tid; 254 extern void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot); 259 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key, 262 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key, 265 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
|
D | jfs_xattr.h | 55 extern int __jfs_setxattr(tid_t, struct inode *, const char *, const void *, 65 extern int jfs_init_security(tid_t, struct inode *, struct inode *); 67 static inline int jfs_init_security(tid_t tid, struct inode *inode, in jfs_init_security()
|
D | jfs_acl.h | 24 int jfs_init_acl(tid_t, struct inode *, struct inode *); 29 static inline int jfs_init_acl(tid_t tid, struct inode *inode, in jfs_init_acl()
|
D | acl.c | 79 static int jfs_set_acl(tid_t tid, struct inode *inode, int type, in jfs_set_acl() 148 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl() 212 tid_t tid = txBegin(inode->i_sb, 0); in jfs_acl_chmod()
|
D | namei.c | 40 static s64 commitZeroLink(tid_t, struct inode *); 78 tid_t tid; /* transaction id */ in jfs_create() 208 tid_t tid; /* transaction id */ in jfs_mkdir() 349 tid_t tid; /* transaction id */ in jfs_rmdir() 474 tid_t tid; /* transaction id */ in jfs_unlink() 625 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink() 792 tid_t tid; in jfs_link() 881 tid_t tid; in jfs_symlink() 1076 tid_t tid; in jfs_rename() 1355 tid_t tid; in jfs_mknod()
|
D | jfs_xtree.c | 119 static int xtSplitUp(tid_t tid, 123 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split, 126 static int xtSplitRoot(tid_t tid, struct inode *ip, 130 static int xtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp, 137 static int xtRelink(tid_t tid, struct inode *ip, xtpage_t * fp); 797 int xtInsert(tid_t tid, /* transaction id */ in xtInsert() 948 xtSplitUp(tid_t tid, in xtSplitUp() 1218 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage() 1486 xtSplitRoot(tid_t tid, in xtSplitRoot() 1619 int xtExtend(tid_t tid, /* transaction id */ in xtExtend() [all …]
|
D | jfs_dtree.c | 151 static int dtSplitUp(tid_t tid, struct inode *ip, 154 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, 157 static int dtExtendPage(tid_t tid, struct inode *ip, 160 static int dtSplitRoot(tid_t tid, struct inode *ip, 163 static int dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp, 166 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p); 303 static inline void lock_index(tid_t tid, struct inode *ip, struct metapage * mp, in lock_index() 333 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index() 495 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next) in free_index() 523 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index() [all …]
|
D | jfs_txnmgr.c | 155 tid_t maxtid; /* 4: biggest tid ever used */ 362 tid_t txBegin(struct super_block *sb, int flag) in txBegin() 364 tid_t t; in txBegin() 501 void txEnd(tid_t tid) in txEnd() 591 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() 597 tid_t xtid; in txLock() 996 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() 1136 int txCommit(tid_t tid, /* transaction identifier */ in txCommit() 2175 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() 2644 void txAbort(tid_t tid, int dirty) in txAbort() [all …]
|
D | xattr.c | 624 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf, in ea_put() 783 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr() 928 tid_t tid; in jfs_setxattr() 1092 tid_t tid; in jfs_removexattr() 1109 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_security()
|
D | inode.c | 84 tid_t tid; in jfs_commit_inode() 338 tid_t tid; in jfs_truncate_nolock()
|
D | jfs_types.h | 41 typedef u16 tid_t; typedef
|
D | jfs_imap.h | 174 extern int diWrite(tid_t tid, struct inode *);
|
D | jfs_imap.c | 602 int diWrite(tid_t tid, struct inode *ip) in diWrite() 878 tid_t tid; in diFree() 2473 tid_t tid; in diNewIAG() 3015 tid_t tid; in duplicateIXtree()
|
/fs/jbd/ |
D | recovery.c | 32 tid_t start_transaction; 33 tid_t end_transaction; 44 tid_t, struct recovery_info *); 574 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
|
D | checkpoint.c | 145 tid_t tid = 0; in __log_wait_for_space() 205 tid_t this_tid; in __wait_cp_io() 294 tid_t tid = t->t_tid; in __process_buffer() 348 tid_t this_tid; in log_do_checkpoint() 458 tid_t first_tid; in cleanup_journal_tail()
|
D | revoke.c | 83 tid_t sequence; /* Used for recovery only */ 120 tid_t seq) in insert_revoke_hash() 632 tid_t sequence) in journal_set_revoke() 656 tid_t sequence) in journal_test_revoke()
|
D | journal.c | 432 int __log_start_commit(journal_t *journal, tid_t target) in __log_start_commit() 453 int log_start_commit(journal_t *journal, tid_t tid) in log_start_commit() 476 tid_t tid; in journal_force_commit_nested() 501 int journal_start_commit(journal_t *journal, tid_t *ptid) in journal_start_commit() 507 tid_t tid = journal->j_running_transaction->t_tid; in journal_start_commit() 532 int log_wait_commit(journal_t *journal, tid_t tid) in log_wait_commit() 1365 tid_t tid = transaction->t_tid; in journal_flush()
|
/fs/jbd2/ |
D | checkpoint.c | 146 tid_t tid = 0; in __jbd2_log_wait_for_space() 207 tid_t this_tid; in __wait_cp_io() 294 tid_t tid = t->t_tid; in __process_buffer() 350 tid_t this_tid; in jbd2_log_do_checkpoint() 464 tid_t first_tid; in jbd2_cleanup_journal_tail()
|
D | revoke.c | 83 tid_t sequence; /* Used for recovery only */ 121 tid_t seq) in insert_revoke_hash() 639 tid_t sequence) in jbd2_journal_set_revoke() 663 tid_t sequence) in jbd2_journal_test_revoke()
|
D | recovery.c | 33 tid_t start_transaction; 34 tid_t end_transaction; 45 tid_t, struct recovery_info *); 717 tid_t sequence, struct recovery_info *info) in scan_revoke_records()
|
D | journal.c | 455 int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit() 476 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit() 499 tid_t tid; in jbd2_journal_force_commit_nested() 524 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit() 530 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() 555 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit() 1694 tid_t tid = transaction->t_tid; in jbd2_journal_flush()
|
/fs/ext4/ |
D | ext4_sb.h | 106 tid_t s_last_transaction;
|
D | mballoc.h | 118 tid_t t_tid;
|