Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c449 const char *start_of_path; in cifs_convert_path_to_utf16() local
462 start_of_path = from + 1; in cifs_convert_path_to_utf16()
468 start_of_path = from + 1; in cifs_convert_path_to_utf16()
470 start_of_path = from; in cifs_convert_path_to_utf16()
472 to = cifs_strndup_to_utf16(start_of_path, PATH_MAX, &len, in cifs_convert_path_to_utf16()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2misc.c457 const char *start_of_path; in cifs_convert_path_to_utf16() local
470 start_of_path = from + 1; in cifs_convert_path_to_utf16()
476 start_of_path = from + 1; in cifs_convert_path_to_utf16()
478 start_of_path = from; in cifs_convert_path_to_utf16()
480 to = cifs_strndup_to_utf16(start_of_path, PATH_MAX, &len, in cifs_convert_path_to_utf16()

Completed in 3 milliseconds