get_node_for_path
status_t error = get_node_for_path(directory, path, &node);
if (get_node_for_path(directory, path, &node) != B_OK) {
status_t error = get_node_for_path(directory, path, &node);
status_t error = get_node_for_path(baseDirectory, path, &node);
return get_node_for_path(directory, mutablePath, _node);
static status_t get_node_for_path(struct devfs* fs, const char* path,
status_t status = get_node_for_path(sDeviceFileSystem, path, &node);
status_t status = get_node_for_path(sDeviceFileSystem, path, &node);
status_t status = get_node_for_path(sDeviceFileSystem, info->device,
status_t status = get_node_for_path(sDeviceFileSystem, devicePath, &device);
status_t status = get_node_for_path(sDeviceFileSystem, path, &node);
status_t status = get_node_for_path(sDeviceFileSystem, path, &node);