Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dmisc.c165 char *pathname, *ab_pathname, *nt_pathname; in convert_to_nt_pathname() local
172 ab_pathname = d_path(path, pathname, PATH_MAX); in convert_to_nt_pathname()
173 if (IS_ERR(ab_pathname)) { in convert_to_nt_pathname()
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 20 milliseconds