Searched refs:ntfs_findvattr (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c77 static int ntfs_findvattr(struct ntfsmount *, struct ntnode *,
116 ntfs_findvattr(struct ntfsmount *ntmp, struct ntnode *ip, struct ntvattr **lvapp, struct ntvattr **vapp, u_int32_t type, const char *name, size_t namelen, cn_t vcn) function
122 dprintf(("ntfs_findvattr: node not loaded, ino: %llu\n",
126 printf("ntfs_findvattr: FAILED TO LOAD INO: %llu\n",
135 ddprintf(("ntfs_findvattr: type: 0x%x, vcn: %qu - %qu\n",
194 error = ntfs_findvattr(ntmp, ip, &lvap, vapp, type, name, namelen, vcn);
250 error = ntfs_findvattr(ntmp, newip, &lvap, vapp,

Completed in 97 milliseconds