Lines Matching refs:full_path
3381 char *full_path, *pos; in build_unc_path_to_root() local
3385 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
3386 if (full_path == NULL) in build_unc_path_to_root()
3389 strncpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root()
3390 pos = full_path + unc_len; in build_unc_path_to_root()
3399 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in build_unc_path_to_root()
3400 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path); in build_unc_path_to_root()
3401 return full_path; in build_unc_path_to_root()
3422 char *full_path = NULL, *ref_path = NULL, *mdata = NULL; in expand_dfs_referral() local
3424 full_path = build_unc_path_to_root(volume_info, cifs_sb); in expand_dfs_referral()
3425 if (IS_ERR(full_path)) in expand_dfs_referral()
3426 return PTR_ERR(full_path); in expand_dfs_referral()
3429 ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1; in expand_dfs_referral()
3438 full_path + 1, referrals, in expand_dfs_referral()
3455 kfree(full_path); in expand_dfs_referral()
3526 char *full_path; in cifs_mount() local
3554 full_path = NULL; in cifs_mount()
3644 full_path = cifs_build_path_to_root(volume_info, cifs_sb, tcon); in cifs_mount()
3645 if (full_path == NULL) { in cifs_mount()
3650 full_path); in cifs_mount()
3652 kfree(full_path); in cifs_mount()
3655 kfree(full_path); in cifs_mount()