Home
last modified time | relevance | path

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

/linux/drivers/of/
A 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/fs/cifs/
A Dconnect.c377 const char *refpath = server->current_fullpath + 1; in reconnect_dfs_server() local
390 if (!dfs_cache_noreq_find(refpath, NULL, &tl)) in reconnect_dfs_server()
428 dfs_cache_noreq_update_tgthint(refpath, target_hint); in reconnect_dfs_server()
4129 char *refpath, *npath; in update_server_fullpath() local
4136 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath()
4137 if (!refpath) in update_server_fullpath()
4140 scnprintf(refpath, len, "%s", target); in update_server_fullpath()
4143 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath()
4144 if (!refpath) in update_server_fullpath()
4147 scnprintf(refpath, len, "\\%s", target); in update_server_fullpath()
[all …]

Completed in 11 milliseconds