Searched refs:refpath (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | dfs.c | 328 char *refpath, *npath; in update_server_fullpath() local 335 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath() 336 if (!refpath) in update_server_fullpath() 339 scnprintf(refpath, len, "%s", target); in update_server_fullpath() 342 refpath = kmalloc(len, GFP_KERNEL); in update_server_fullpath() 343 if (!refpath) in update_server_fullpath() 346 scnprintf(refpath, len, "\\%s", target); in update_server_fullpath() 349 npath = dfs_cache_canonical_path(refpath, cifs_sb->local_nls, cifs_remap(cifs_sb)); in update_server_fullpath() 350 kfree(refpath); in update_server_fullpath()
|
/Linux-v6.6/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()
|