Lines Matching refs:prepath
1379 vol->prepath = kstrdup(pos, GFP_KERNEL); in cifs_parse_devname()
1380 if (!vol->prepath) in cifs_parse_devname()
3494 old->prepath; in match_prepath()
3496 new->prepath; in match_prepath()
3498 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
4030 if (pvolume_info->prepath) { in cifs_setup_cifs_sb()
4031 cifs_sb->prepath = kstrdup(pvolume_info->prepath, GFP_KERNEL); in cifs_setup_cifs_sb()
4032 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb()
4048 kfree(volume_info->prepath); in cifs_cleanup_volume_info_contents()
4202 unsigned int pplen = useppath && vol->prepath ? in build_unc_path_to_root()
4203 strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root()
4218 memcpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()
4307 if (fake_vol->prepath) { in update_vol_info()
4308 kfree(vol->prepath); in update_vol_info()
4309 vol->prepath = fake_vol->prepath; in update_vol_info()
4310 fake_vol->prepath = NULL; in update_vol_info()
4636 v.prepath = path + 1; in check_dfs_prepath()
4780 kfree(cifs_sb->prepath); in cifs_mount()
4781 cifs_sb->prepath = vol->prepath; in cifs_mount()
4782 vol->prepath = NULL; in cifs_mount()
5021 kfree(cifs_sb->prepath); in cifs_umount()