Searched refs:refpath (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/of/ |
D | resolver.c | 268 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-v6.1/fs/cifs/ |
D | connect.c | 491 const char *refpath = server->current_fullpath + 1; in reconnect_dfs_server() local 504 if (!dfs_cache_noreq_find(refpath, NULL, &tl)) in reconnect_dfs_server() 550 dfs_cache_noreq_update_tgthint(refpath, target_hint); in reconnect_dfs_server() 4459 char *refpath, *npath; in update_server_fullpath() local 4466 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath() 4467 if (!refpath) in update_server_fullpath() 4470 scnprintf(refpath, len, "%s", target); in update_server_fullpath() 4473 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath() 4474 if (!refpath) in update_server_fullpath() 4477 scnprintf(refpath, len, "\\%s", target); in update_server_fullpath() [all …]
|