Lines Matching refs:prepath
1366 vol->prepath = kstrdup(pos, GFP_KERNEL); in cifs_parse_devname()
1367 if (!vol->prepath) in cifs_parse_devname()
3471 old->prepath; in match_prepath()
3473 new->prepath; in match_prepath()
3475 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
4006 if (pvolume_info->prepath) { in cifs_setup_cifs_sb()
4007 cifs_sb->prepath = kstrdup(pvolume_info->prepath, GFP_KERNEL); in cifs_setup_cifs_sb()
4008 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb()
4023 kfree(volume_info->prepath); in cifs_cleanup_volume_info_contents()
4182 unsigned int pplen = useppath && vol->prepath ? in build_unc_path_to_root()
4183 strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root()
4198 memcpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()
4287 if (fake_vol->prepath) { in update_vol_info()
4288 kfree(vol->prepath); in update_vol_info()
4289 vol->prepath = fake_vol->prepath; in update_vol_info()
4290 fake_vol->prepath = NULL; in update_vol_info()
4616 v.prepath = path + 1; in check_dfs_prepath()
4760 kfree(cifs_sb->prepath); in cifs_mount()
4761 cifs_sb->prepath = vol->prepath; in cifs_mount()
4762 vol->prepath = NULL; in cifs_mount()
5001 kfree(cifs_sb->prepath); in cifs_umount()