Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dmisc.c166 int share_path_len = share->path_sz; in convert_to_nt_pathname() local
178 if (strncmp(ab_pathname, share->path, share_path_len)) { in convert_to_nt_pathname()
183 nt_pathname = kzalloc(strlen(&ab_pathname[share_path_len]) + 2, GFP_KERNEL); in convert_to_nt_pathname()
188 if (ab_pathname[share_path_len] == '\0') in convert_to_nt_pathname()
190 strcat(nt_pathname, &ab_pathname[share_path_len]); in convert_to_nt_pathname()

Completed in 3 milliseconds