| /fs/jfs/ |
| D | namei.c | 79 tid_t tid; /* transaction id */ in jfs_create() local 213 tid_t tid; /* transaction id */ in jfs_mkdir() local 352 tid_t tid; /* transaction id */ in jfs_rmdir() local 482 tid_t tid; /* transaction id */ in jfs_unlink() local 638 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink() 805 tid_t tid; in jfs_link() local 892 tid_t tid; in jfs_symlink() local 1091 tid_t tid; in jfs_rename() local 1376 tid_t tid; in jfs_mknod() local
|
| D | acl.c | 69 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() local 130 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl()
|
| D | jfs_xtree.c | 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() 1522 int xtTailgate(tid_t tid, /* transaction id */ in xtTailgate() 1705 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate() 2169 int xtAppend(tid_t tid, /* transaction id */ in xtAppend() 2339 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) in xtDelete() 2410 xtDeleteUp(tid_t tid, struct inode *ip, in xtDeleteUp() [all …]
|
| D | jfs_dtree.c | 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() 821 int dtInsert(tid_t tid, struct inode *ip, in dtInsert() 930 static int dtSplitUp(tid_t tid, in dtSplitUp() 1330 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, in dtSplitPage() 1642 static int dtExtendPage(tid_t tid, in dtExtendPage() 1875 static int dtSplitRoot(tid_t tid, in dtSplitRoot() 2082 int dtDelete(tid_t tid, in dtDelete() [all …]
|
| D | jfs_txnmgr.c | 500 void txEnd(tid_t tid) in txEnd() 590 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock() 995 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock() 1135 int txCommit(tid_t tid, /* transaction identifier */ in txCommit() 2171 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA() 2639 void txAbort(tid_t tid, int dirty) in txAbort() 2861 tid_t tid; in txQuiesce() local 2931 tid_t tid; in jfs_sync() local
|
| D | xattr.c | 603 static int ea_put(tid_t tid, struct inode *inode, struct ea_buffer *ea_buf, in ea_put() 666 int __jfs_setxattr(tid_t tid, struct inode *inode, const char *name, in __jfs_setxattr() 923 tid_t tid; in __jfs_xattr_set() local 1015 tid_t *tid = fs_info; in jfs_initxattrs() local 1038 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
|
| D | jfs_acl.h | 29 static inline int jfs_init_acl(tid_t tid, struct inode *inode, in jfs_init_acl()
|
| D | inode.c | 88 tid_t tid; in jfs_commit_inode() local 378 tid_t tid; in jfs_truncate_nolock() local
|
| D | jfs_xattr.h | 68 static inline int jfs_init_security(tid_t tid, struct inode *inode, in jfs_init_security()
|
| D | jfs_txnmgr.h | 26 #define tid_to_tblock(tid) (&TxBlock[tid]) argument 99 tid_t tid; /* 2: transaction id holding lock */ member 274 tid_t tid; /* tid = index of tblock */ member
|
| D | resize.c | 79 int tid; in jfs_extendfs() local
|
| D | jfs_imap.c | 598 int diWrite(tid_t tid, struct inode *ip) in diWrite() 874 tid_t tid; in diFree() local 2462 tid_t tid; in diNewIAG() local 2999 tid_t tid; in duplicateIXtree() local
|
| D | jfs_dtree.h | 29 tid_t tid; member
|
| /fs/jbd2/ |
| D | journal.c | 532 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit() 552 tid_t tid; in __jbd2_journal_force_commit() local 624 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() local 651 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier() 690 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit() 739 int jbd2_complete_transaction(journal_t *journal, tid_t tid) in jbd2_complete_transaction() 877 int jbd2_journal_get_log_tail(journal_t *journal, tid_t *tid, in jbd2_journal_get_log_tail() 916 int __jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block) in __jbd2_update_log_tail() 958 void jbd2_update_log_tail(journal_t *journal, tid_t tid, unsigned long block) in jbd2_update_log_tail() 1961 tid_t tid = transaction->t_tid; in jbd2_journal_flush() local
|
| D | checkpoint.c | 142 tid_t tid = 0; in __jbd2_log_wait_for_space() local 267 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint() local
|
| D | transaction.c | 154 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked() local 640 tid_t tid; in jbd2__journal_restart() local 1613 tid_t tid; in jbd2_journal_stop() local
|
| /fs/cifs/ |
| D | smb2transport.c | 144 smb2_find_smb_sess_tcon_unlocked(struct cifs_ses *ses, __u32 tid) in smb2_find_smb_sess_tcon_unlocked() 164 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
|
| /fs/xfs/libxfs/ |
| D | xfs_log_recover.h | 28 #define XLOG_RHASH(tid) \ argument
|
| /fs/ocfs2/ |
| D | inode.c | 192 tid_t tid; in ocfs2_iget() local
|
| /fs/proc/ |
| D | base.c | 3391 unsigned tid; in proc_task_lookup() local 3433 static struct task_struct *first_tid(struct pid *pid, int tid, loff_t f_pos, in first_tid() 3504 int tid; in proc_task_readdir() local
|
| /fs/ceph/ |
| D | mds_client.c | 2378 u64 tid; in handle_reply() local 2568 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_forward() local
|
| D | super.h | 151 u64 tid; member
|
| D | caps.c | 3511 u64 tid; in ceph_handle_caps() local
|
| /fs/xfs/ |
| D | xfs_log_recover.c | 4471 xlog_tid_t tid; in xlog_recover_ophdr_to_trans() local
|
| /fs/ext4/ |
| D | inode.c | 4672 tid_t tid; in ext4_iget() local
|