Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcache.c56 char *extract_sharename(const char *treename) in extract_sharename() argument
63 src = treename + 2; in extract_sharename()
H A Dsmb2pdu.c2443 const char *treename, const __le16 *path) in alloc_path_with_tree_prefix() argument
2452 treename_len = strlen(treename); in alloc_path_with_tree_prefix()
2453 if (treename_len < 2 || !(treename[0] == '\\' && treename[1] == '\\')) in alloc_path_with_tree_prefix()
2456 treename += 2; in alloc_path_with_tree_prefix()
2478 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()