Home
last modified time | relevance | path

Searched refs:treename_len (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c2449 int treename_len, path_len; in alloc_path_with_tree_prefix() local
2456 treename_len = strlen(treename); in alloc_path_with_tree_prefix()
2457 if (treename_len < 2 || !(treename[0] == '\\' && treename[1] == '\\')) in alloc_path_with_tree_prefix()
2461 treename_len -= 2; in alloc_path_with_tree_prefix()
2469 *out_len = treename_len + 1 + path_len; in alloc_path_with_tree_prefix()
2482 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c2724 int treename_len, path_len; in alloc_path_with_tree_prefix() local
2731 treename_len = strlen(treename); in alloc_path_with_tree_prefix()
2732 if (treename_len < 2 || !(treename[0] == '\\' && treename[1] == '\\')) in alloc_path_with_tree_prefix()
2736 treename_len -= 2; in alloc_path_with_tree_prefix()
2741 *out_len = treename_len + (path[0] ? 1 : 0) + path_len; in alloc_path_with_tree_prefix()
2753 cifs_strtoUTF16(*out_path, treename, treename_len, cp); in alloc_path_with_tree_prefix()

Completed in 16 milliseconds