vfs_hash_get
error = vfs_hash_get(mp, ino, flags, td, vpp, cd9660_vfs_hash_cmp,
error = vfs_hash_get(ump->um_mountp, ino, LK_EXCLUSIVE, td, vpp, NULL, NULL);
error = vfs_hash_get(mp, ino, flags, td, vpp, NULL, NULL);
error = vfs_hash_get(mp, fuse_vnode_hash(nodeid), flags, td, vpp,
err = vfs_hash_get(mp, fuse_vnode_hash(nodeid), LK_EXCLUSIVE, td, vpp,
error = vfs_hash_get(mntp, inode, lkflags, curthread, &nvp,
error = vfs_hash_get(mntp, hash, lkflags,
error = vfs_hash_get(mntp, hash, lkflags,
error = vfs_hash_get(mntp, hash, (LK_EXCLUSIVE | LK_NOWAIT), td, &nvp,
error = vfs_hash_get(mp, hash, flags, td, &vp, p9fs_node_cmp,
error = vfs_hash_get(mp, smbfs_hash(name, nmlen), LK_EXCLUSIVE, td,
error = vfs_hash_get(mp, ino, lkflags, td, vpp, NULL, NULL);
error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);
int vfs_hash_get(const struct mount *mp, u_int hash, int flags,
error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);