Lines Matching refs:tid_t
139 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()
809 int dtInsert(tid_t tid, struct inode *ip, in dtInsert()
918 static int dtSplitUp(tid_t tid, in dtSplitUp()
1318 static int dtSplitPage(tid_t tid, struct inode *ip, struct dtsplit * split, in dtSplitPage()
1630 static int dtExtendPage(tid_t tid, in dtExtendPage()
1863 static int dtSplitRoot(tid_t tid, in dtSplitRoot()
2070 int dtDelete(tid_t tid, in dtDelete()
2225 static int dtDeleteUp(tid_t tid, struct inode *ip, in dtDeleteUp()
2437 static int dtRelink(tid_t tid, struct inode *ip, dtpage_t * p) in dtRelink()
2516 void dtInitRoot(tid_t tid, struct inode *ip, u32 idotdot) in dtInitRoot()
2619 tid_t tid; in add_missing_indices()
4209 int dtModify(tid_t tid, struct inode *ip, in dtModify()