Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/jfs/
Djfs_xtree.h106 extern void xtInitRoot(tid_t tid, struct inode *ip);
107 extern int xtInsert(tid_t tid, struct inode *ip,
109 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
112 extern int xtTailgate(tid_t tid, struct inode *ip,
115 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
116 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
118 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
119 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
120 extern int xtRelocate(tid_t tid, struct inode *ip,
122 extern int xtAppend(tid_t tid,
Djfs_txnmgr.h99 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 *);
Djfs_xattr.h57 extern int __jfs_setxattr(tid_t, struct inode *, const char *, const void *,
65 extern int jfs_init_security(tid_t, struct inode *, struct inode *,
68 static inline int jfs_init_security(tid_t tid, struct inode *inode, in jfs_init_security()
Djfs_dtree.h29 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,
Djfs_acl.h25 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()
Dacl.c69 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
110 tid_t tid; in jfs_set_acl()
137 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl()
Dnamei.c41 static s64 commitZeroLink(tid_t, struct inode *);
79 tid_t tid; /* transaction id */ in jfs_create()
211 tid_t tid; /* transaction id */ in jfs_mkdir()
348 tid_t tid; /* transaction id */ in jfs_rmdir()
478 tid_t tid; /* transaction id */ in jfs_unlink()
634 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink()
801 tid_t tid; in jfs_link()
893 tid_t tid; in jfs_symlink()
1090 tid_t tid; in jfs_rename()
1375 tid_t tid; in jfs_mknod()
Djfs_xtree.c120 static int xtSplitUp(tid_t tid,
124 static int xtSplitPage(tid_t tid, struct inode *ip, struct xtsplit * split,
127 static int xtSplitRoot(tid_t tid, struct inode *ip,
131 static int xtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
138 static int xtRelink(tid_t tid, struct inode *ip, xtpage_t * fp);
537 int xtInsert(tid_t tid, /* transaction id */ in xtInsert()
688 xtSplitUp(tid_t tid, in xtSplitUp()
958 xtSplitPage(tid_t tid, struct inode *ip, in xtSplitPage()
1225 xtSplitRoot(tid_t tid, in xtSplitRoot()
1360 int xtExtend(tid_t tid, /* transaction id */ in xtExtend()
[all …]
Djfs_dtree.c152 static int dtSplitUp(tid_t tid, struct inode *ip,
155 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split,
158 static int dtExtendPage(tid_t tid, struct inode *ip,
161 static int dtSplitRoot(tid_t tid, struct inode *ip,
164 static int dtDeleteUp(tid_t tid, struct inode *ip, struct metapage * fmp,
167 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p);
304 static inline void lock_index(tid_t tid, struct inode *ip, struct metapage * mp, in lock_index()
334 static u32 add_index(tid_t tid, struct inode *ip, s64 bn, int slot) in add_index()
496 static void free_index(tid_t tid, struct inode *ip, u32 index, u32 next) in free_index()
524 static void modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, in modify_index()
[all …]
Dxattr.c605 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf, in ea_put()
668 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr()
925 tid_t tid; in __jfs_xattr_set()
1017 tid_t *tid = fs_info; in jfs_initxattrs()
1040 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
Djfs_txnmgr.c154 tid_t maxtid; /* 4: biggest tid ever used */
361 tid_t txBegin(struct super_block *sb, int flag) in txBegin()
363 tid_t t; in txBegin()
505 void txEnd(tid_t tid) in txEnd()
595 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock()
601 tid_t xtid; in txLock()
1000 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock()
1140 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()
2643 void txAbort(tid_t tid, int dirty) in txAbort()
[all …]
Dinode.c88 tid_t tid; in jfs_commit_inode()
380 tid_t tid; in jfs_truncate_nolock()
Djfs_imap.h174 extern int diWrite(tid_t tid, struct inode *);
Djfs_types.h39 typedef u16 tid_t; typedef
/linux-4.19.296/include/linux/
Djbd2.h581 tid_t t_tid;
981 tid_t j_tail_sequence;
988 tid_t j_transaction_sequence;
996 tid_t j_commit_sequence;
1004 tid_t j_commit_request;
1281 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid,
1283 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1284 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block);
1406 extern int jbd2_journal_update_sb_log_tail (journal_t *, tid_t,
1482 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-4.19.296/fs/ocfs2/
Dinode.h81 tid_t i_sync_tid;
82 tid_t i_datasync_tid;
/linux-4.19.296/fs/jbd2/
Dcheckpoint.c139 tid_t tid = 0; in __jbd2_log_wait_for_space()
210 tid_t this_tid; in jbd2_log_do_checkpoint()
264 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint()
386 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()
681 tid_t sequence) in jbd2_journal_set_revoke()
705 tid_t sequence) in jbd2_journal_test_revoke()
Djournal.c502 int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit()
539 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
559 tid_t tid; in __jbd2_journal_force_commit()
625 int jbd2_journal_start_commit(journal_t *journal, tid_t *ptid) in jbd2_journal_start_commit()
631 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit()
658 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier()
697 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit()
740 int jbd2_transaction_committed(journal_t *journal, tid_t tid) in jbd2_transaction_committed()
763 int jbd2_complete_transaction(journal_t *journal, tid_t tid) in jbd2_complete_transaction()
901 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.c152 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked()
645 tid_t tid; in jbd2__journal_restart()
1652 tid_t tid; in jbd2_journal_stop()
/linux-4.19.296/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-4.19.296/fs/ext4/
Dfsync.c99 tid_t commit_tid; in ext4_sync_file()
Dmballoc.h96 tid_t efd_tid;

12