Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dmisc.c295 int no_slash = 0, name_len, path_len; in convert_to_unix_name() local
310 no_slash = 1; in convert_to_unix_name()
313 memcpy(new_name + path_len + no_slash, name, name_len); in convert_to_unix_name()
314 path_len += name_len + no_slash; in convert_to_unix_name()