Lines Matching refs:prepath
1590 vol->prepath = kstrdup(pos, GFP_KERNEL); in cifs_parse_devname()
1591 if (!vol->prepath) in cifs_parse_devname()
3625 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
4154 if (pvolume_info->prepath) { in cifs_setup_cifs_sb()
4155 cifs_sb->prepath = kstrdup(pvolume_info->prepath, GFP_KERNEL); in cifs_setup_cifs_sb()
4156 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb()
4171 kfree(volume_info->prepath); in cifs_cleanup_volume_info_contents()
4330 unsigned int pplen = useppath && vol->prepath ? in build_unc_path_to_root()
4331 strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root()
4346 memcpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()
4438 if (fake_vol->prepath) { in update_vol_info()
4439 kfree(vol->prepath); in update_vol_info()
4440 vol->prepath = fake_vol->prepath; in update_vol_info()
4441 fake_vol->prepath = NULL; in update_vol_info()
5133 kfree(cifs_sb->prepath); in cifs_umount()