Lines Matching refs:prepath
2693 old->prepath; in match_prepath()
2695 new->prepath; in match_prepath()
2697 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
3182 if (ctx->prepath) { in cifs_setup_cifs_sb()
3183 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL); in cifs_setup_cifs_sb()
3184 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb()
3371 unsigned int pplen = useppath && ctx->prepath ? in build_unc_path_to_root()
3372 strlen(ctx->prepath) + 1 : 0; in build_unc_path_to_root()
3387 memcpy(pos + 1, ctx->prepath, pplen); in build_unc_path_to_root()
3422 kfree(ctx->prepath); in expand_dfs_referral()
3423 ctx->prepath = NULL; in expand_dfs_referral()
3852 kfree(cifs_sb->prepath); in cifs_mount()
3853 cifs_sb->prepath = ctx->prepath; in cifs_mount()
3854 ctx->prepath = NULL; in cifs_mount()
4062 kfree(cifs_sb->prepath); in cifs_umount()