Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dmisc.c166 int share_path_len = share->path_sz; in convert_to_nt_pathname() local
180 if (strncmp(ab_pathname, share->path, share_path_len)) { in convert_to_nt_pathname()
185 ab_pathname_len = strlen(&ab_pathname[share_path_len]); in convert_to_nt_pathname()
186 prefix = ab_pathname[share_path_len] == '\0' ? 1 : 0; in convert_to_nt_pathname()
195 memcpy(nt_pathname + prefix, &ab_pathname[share_path_len], in convert_to_nt_pathname()