+ /*
+ * Got to get the vnode for lookup per entry.
+ * HFS+/volfs and others use address of file identifier to VGET
+ * UFS, nullfs, umapfs use inode (u_int32_t)
+ * until they are consistent, we must differentiate now.
+ * UFS is the only one of the latter class that is exported.
+ * Note this will be pulled out as we resolve the VGET issue
+ * of which it should use u_in32_t or addresses.