Home
last modified time | relevance | path

Searched refs:refpath (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/of/
Dresolver.c268 const char *refpath; in of_resolve_phandles() local
323 prop->name, &refpath); in of_resolve_phandles()
330 refnode = of_find_node_by_path(refpath); in of_resolve_phandles()
/linux-6.1.9/fs/cifs/
Dconnect.c493 const char *refpath = server->current_fullpath + 1; in reconnect_dfs_server() local
506 if (!dfs_cache_noreq_find(refpath, NULL, &tl)) in reconnect_dfs_server()
552 dfs_cache_noreq_update_tgthint(refpath, target_hint); in reconnect_dfs_server()
4454 char *refpath, *npath; in update_server_fullpath() local
4461 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath()
4462 if (!refpath) in update_server_fullpath()
4465 scnprintf(refpath, len, "%s", target); in update_server_fullpath()
4468 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath()
4469 if (!refpath) in update_server_fullpath()
4472 scnprintf(refpath, len, "\\%s", target); in update_server_fullpath()
[all …]