Lines Matching defs:ino
48 ino_t *ino = ctx;
52 return (VTOI(vp) != NULL && VTOI(vp)->ino == *ino);
69 chfs_readvnode(struct mount *mp, ino_t ino, struct vnode **vpp)
80 dbg("readvnode | ino: %llu\n", (unsigned long long)ino);
94 if (chvc && ino != CHFS_ROOTINO) {
221 chvc->pvno = pdir->ino;
233 ip->ino = vno;
286 nfd->vno = ip->ino;
295 error = chfs_write_flash_dirent(chmp, pdir, ip, nfd, ip->ino, ALLOC_NORMAL);