Lines Matching defs:ino
66 int ntfs_vget(struct mount *mp, ino_t ino,
665 ntfs_vgetex(struct mount *mp, ntfsino_t ino, u_int32_t attrtype, char *attrname,
675 DPRINTF("ntfs_vgetex: ino: %u, attr: 0x%x:%s, lkf: 0x%lx, f: 0x%lx\n",
676 ino, attrtype, attrname ? attrname : "", lkflags, flags);
682 error = ntfs_ntlookup(ntmp, ino, &ip);
754 DPRINTF("ntfs_vget: vnode: %p for ntnode: %u\n", vp, ino);
760 if (ino == NTFS_ROOTINO)
776 ntfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp)
778 if (ino > (ntfsino_t)-1)
779 panic("ntfs_vget: alien ino_t %llu", (unsigned long long)ino);
780 return ntfs_vgetex(mp, ino, NTFS_A_DATA, NULL,