Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 27) sorted by relevance

12

/fs/jfs/
Dnamei.c66 tid_t tid; /* transaction id */ in jfs_create() local
199 tid_t tid; /* transaction id */ in jfs_mkdir() local
336 tid_t tid; /* transaction id */ in jfs_rmdir() local
466 tid_t tid; /* transaction id */ in jfs_unlink() local
622 static s64 commitZeroLink(tid_t tid, struct inode *ip) in commitZeroLink()
789 tid_t tid; in jfs_link() local
881 tid_t tid; in jfs_symlink() local
1078 tid_t tid; in jfs_rename() local
1363 tid_t tid; in jfs_mknod() local
Dacl.c59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl()
101 tid_t tid; in jfs_set_acl() local
129 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl()
Djfs_xtree.c524 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()
1509 int xtTailgate(tid_t tid, /* transaction id */ in xtTailgate()
1692 int xtUpdate(tid_t tid, struct inode *ip, xad_t * nxad) in xtUpdate()
2156 int xtAppend(tid_t tid, /* transaction id */ in xtAppend()
2326 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) in xtDelete()
2397 xtDeleteUp(tid_t tid, struct inode *ip, in xtDeleteUp()
[all …]
Djfs_dtree.c291 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()
814 int dtInsert(tid_t tid, struct inode *ip, in dtInsert()
923 static int dtSplitUp(tid_t tid, in dtSplitUp()
1323 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, in dtSplitPage()
1635 static int dtExtendPage(tid_t tid, in dtExtendPage()
1868 static int dtSplitRoot(tid_t tid, in dtSplitRoot()
2075 int dtDelete(tid_t tid, in dtDelete()
[all …]
Djfs_txnmgr.c492 void txEnd(tid_t tid) in txEnd()
582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, in txLock()
987 struct tlock *txMaplock(tid_t tid, struct inode *ip, int type) in txMaplock()
1127 int txCommit(tid_t tid, /* transaction identifier */ in txCommit()
2159 void txEA(tid_t tid, struct inode *ip, dxd_t * oldea, dxd_t * newea) in txEA()
2627 void txAbort(tid_t tid, int dirty) in txAbort()
2849 tid_t tid; in txQuiesce() local
2919 tid_t tid; in jfs_sync() local
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() local
1006 tid_t *tid = fs_info; in jfs_initxattrs() local
1029 int jfs_init_security(tid_t tid, struct inode *inode, struct inode *dir, in jfs_init_security()
Djfs_acl.h17 static inline int jfs_init_acl(tid_t tid, struct inode *inode, in jfs_init_acl()
Dinode.c76 tid_t tid; in jfs_commit_inode() local
379 tid_t tid; in jfs_truncate_nolock() local
Djfs_xattr.h55 static inline int jfs_init_security(tid_t tid, struct inode *inode, in jfs_init_security()
Djfs_txnmgr.h13 #define tid_to_tblock(tid) (&TxBlock[tid]) argument
86 tid_t tid; /* 2: transaction id holding lock */ member
261 tid_t tid; /* tid = index of tblock */ member
Djfs_imap.c578 int diWrite(tid_t tid, struct inode *ip) in diWrite()
854 tid_t tid; in diFree() local
2448 tid_t tid; in diNewIAG() local
2985 tid_t tid; in duplicateIXtree() local
Dresize.c67 int tid; in jfs_extendfs() local
Djfs_dtree.h16 tid_t tid; member
/fs/jbd2/
Djournal.c521 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
541 tid_t tid; in __jbd2_journal_force_commit() local
615 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() local
642 int jbd2_trans_will_send_data_barrier(journal_t *journal, tid_t tid) in jbd2_trans_will_send_data_barrier()
681 int jbd2_log_wait_commit(journal_t *journal, tid_t tid) in jbd2_log_wait_commit()
730 int jbd2_fc_begin_commit(journal_t *journal, tid_t tid) in jbd2_fc_begin_commit()
770 static int __jbd2_fc_end_commit(journal_t *journal, tid_t tid, bool fallback) in __jbd2_fc_end_commit()
794 tid_t tid; in jbd2_fc_end_commit_fallback() local
805 int jbd2_transaction_committed(journal_t *journal, tid_t tid) in jbd2_transaction_committed()
828 int jbd2_complete_transaction(journal_t *journal, tid_t tid) in jbd2_complete_transaction()
[all …]
Dcheckpoint.c93 tid_t tid = 0; in __jbd2_log_wait_for_space() local
209 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint() local
421 tid_t tid = 0; in jbd2_journal_shrink_checkpoint_list() local
Dtransaction.c170 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked() local
784 tid_t tid; in jbd2__journal_restart() local
1835 tid_t tid; in jbd2_journal_stop() local
/fs/cifs/
Dsmb2transport.c164 smb2_find_smb_sess_tcon_unlocked(struct cifs_ses *ses, __u32 tid) in smb2_find_smb_sess_tcon_unlocked()
184 smb2_find_smb_tcon(struct TCP_Server_Info *server, __u64 ses_id, __u32 tid) in smb2_find_smb_tcon()
/fs/xfs/libxfs/
Dxfs_log_recover.h83 #define XLOG_RHASH(tid) \ argument
/fs/ext4/
Dfast_commit.c312 tid_t tid; in ext4_fc_mark_ineligible() local
353 tid_t tid = 0; in ext4_fc_track_template() local
1218 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
/fs/ocfs2/
Dinode.c177 tid_t tid; in ocfs2_iget() local
/fs/ksmbd/
Doplock.c1190 struct ksmbd_file *fp, __u16 tid, in smb_grant_oplock()
/fs/proc/
Dbase.c3720 unsigned tid; in proc_task_lookup() local
3765 static struct task_struct *first_tid(struct pid *pid, int tid, loff_t f_pos, in first_tid()
3836 int tid; in proc_task_readdir() local
/fs/ceph/
Dmds_client.c3162 u64 tid; in handle_reply() local
3374 u64 tid = le64_to_cpu(msg->hdr.tid); in handle_forward() local
Dsuper.h184 u64 tid; member
/fs/xfs/
Dxfs_log_recover.c2300 xlog_tid_t tid; in xlog_recover_ophdr_to_trans() local

12