vfs_entry_ref_to_vnode
status_t vfs_entry_ref_to_vnode(dev_t mountID, ino_t directoryID,
if (vfs_entry_ref_to_vnode(head->device, head->parent, head->name, &vnode) == B_OK) {
status_t error = vfs_entry_ref_to_vnode(volume->MountPointDeviceID(),
error = vfs_entry_ref_to_vnode(mountPointDeviceID, mountPointNodeID,
status_t error = vfs_entry_ref_to_vnode(adminDirDeviceID, adminDirNodeID,
status_t error = vfs_entry_ref_to_vnode(fMountPoint.deviceID,
fssh_status_t vfs_entry_ref_to_vnode(fssh_mount_id mountID,