Lines Matching refs:fullpath
125 * @fullpath: full path in UNC format
136 const char *fullpath,
157 if (strlen(fullpath) - ref->path_consumed) {
158 prepath = fullpath + ref->path_consumed;
171 name = cifs_build_devname((char *)fullpath, NULL);
260 * Always pass down @fullpath to smb3_do_mount() so we can use the root server
265 * @fullpath: full path in UNC format
269 const char *fullpath)
275 devname = kstrndup(fullpath, strlen(fullpath), GFP_KERNEL);
281 /* strip first '\' from fullpath */
283 fullpath + 1, NULL, NULL);