Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H 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()
H A Dvfs_cache.c763 char *pathname, *ab_pathname; in ksmbd_validate_name_reconnect() local
770 ab_pathname = d_path(&fp->filp->f_path, pathname, PATH_MAX); in ksmbd_validate_name_reconnect()
771 if (IS_ERR(ab_pathname)) { in ksmbd_validate_name_reconnect()
776 if (name && strcmp(&ab_pathname[share->path_sz + 1], name)) { in ksmbd_validate_name_reconnect()