Lines Matching refs:tid
93 extern void xtInitRoot(tid_t tid, struct inode *ip);
94 extern int xtInsert(tid_t tid, struct inode *ip,
96 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
99 extern int xtTailgate(tid_t tid, struct inode *ip,
102 extern int xtUpdate(tid_t tid, struct inode *ip, struct xad *nxad);
103 extern int xtDelete(tid_t tid, struct inode *ip, s64 xoff, int xlen,
105 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
106 extern s64 xtTruncate_pmap(tid_t tid, struct inode *ip, s64 committed_size);
107 extern int xtRelocate(tid_t tid, struct inode *ip,
109 extern int xtAppend(tid_t tid,