Lines Matching refs:full_path
3300 char *full_path, *pos; in build_unc_path_to_root() local
3304 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
3305 if (full_path == NULL) in build_unc_path_to_root()
3308 strncpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root()
3309 pos = full_path + unc_len; in build_unc_path_to_root()
3318 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb)); in build_unc_path_to_root()
3319 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path); in build_unc_path_to_root()
3320 return full_path; in build_unc_path_to_root()
3341 char *full_path = NULL, *ref_path = NULL, *mdata = NULL; in expand_dfs_referral() local
3343 full_path = build_unc_path_to_root(volume_info, cifs_sb); in expand_dfs_referral()
3344 if (IS_ERR(full_path)) in expand_dfs_referral()
3345 return PTR_ERR(full_path); in expand_dfs_referral()
3348 ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1; in expand_dfs_referral()
3357 full_path + 1, referrals, in expand_dfs_referral()
3374 kfree(full_path); in expand_dfs_referral()
3445 char *full_path; in cifs_mount() local
3471 full_path = NULL; in cifs_mount()
3552 full_path = cifs_build_path_to_root(volume_info, cifs_sb, tcon); in cifs_mount()
3553 if (full_path == NULL) { in cifs_mount()
3558 full_path); in cifs_mount()
3560 kfree(full_path); in cifs_mount()
3563 kfree(full_path); in cifs_mount()