Lines Matching defs:full_path
303 char *full_path, *root_path;
326 full_path = build_path_from_dentry_optional_prefix(mntpt, true);
327 if (full_path == NULL)
330 convert_delimiter(full_path, '\\');
332 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path);
363 cifs_remap(cifs_sb), full_path + 1,
374 * OK - we were able to get and cache a referral for @full_path.
379 mnt = cifs_dfs_do_mount(mntpt, cifs_sb, full_path);
381 full_path + 1, mnt);
386 kfree(full_path);