Home
last modified time | relevance | path

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

/fs/smb/server/
A Dmisc.c165 char *pathname, *ab_pathname, *nt_pathname; in convert_to_nt_pathname() local
174 nt_pathname = ERR_PTR(-EACCES); in convert_to_nt_pathname()
179 nt_pathname = ERR_PTR(-EACCES); in convert_to_nt_pathname()
183 nt_pathname = kzalloc(strlen(&ab_pathname[share_path_len]) + 2, in convert_to_nt_pathname()
185 if (!nt_pathname) { in convert_to_nt_pathname()
186 nt_pathname = ERR_PTR(-ENOMEM); in convert_to_nt_pathname()
190 strcpy(nt_pathname, "/"); in convert_to_nt_pathname()
191 strcat(nt_pathname, &ab_pathname[share_path_len]); in convert_to_nt_pathname()
193 ksmbd_conv_path_to_windows(nt_pathname); in convert_to_nt_pathname()
197 return nt_pathname; in convert_to_nt_pathname()

Completed in 3 milliseconds