Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dmisc.c289 int no_slash = 0, name_len, path_len; in convert_to_unix_name() local
304 no_slash = 1; in convert_to_unix_name()
307 memcpy(new_name + path_len + no_slash, name, name_len); in convert_to_unix_name()
308 path_len += name_len + no_slash; in convert_to_unix_name()