Lines Matching refs:ip
104 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
106 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,
123 struct inode *ip, int xflag, s64 xoff, int maxblocks,