Lines Matching refs:prepath
2365 old->prepath; in match_prepath()
2367 new->prepath; in match_prepath()
2369 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
2837 if (ctx->prepath) { in cifs_setup_cifs_sb()
2838 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL); in cifs_setup_cifs_sb()
2839 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb()
3015 unsigned int pplen = useppath && ctx->prepath ? in build_unc_path_to_root()
3016 strlen(ctx->prepath) + 1 : 0; in build_unc_path_to_root()
3031 memcpy(pos + 1, ctx->prepath, pplen); in build_unc_path_to_root()
3087 kfree(ctx->prepath); in expand_dfs_referral()
3088 ctx->prepath = NULL; in expand_dfs_referral()
3124 if (fake_ctx->prepath) { in update_vol_info()
3125 kfree(ctx->prepath); in update_vol_info()
3126 ctx->prepath = fake_ctx->prepath; in update_vol_info()
3127 fake_ctx->prepath = NULL; in update_vol_info()
3179 tmp_ctx.prepath); in do_dfs_failover()
3198 tmp_ctx.prepath); in do_dfs_failover()
3213 tmp_ctx.prepath); in do_dfs_failover()
3412 v.prepath = path + 1; in next_dfs_prepath()
3604 kfree(cifs_sb->prepath); in cifs_mount()
3605 cifs_sb->prepath = ctx->prepath; in cifs_mount()
3606 ctx->prepath = NULL; in cifs_mount()
3814 kfree(cifs_sb->prepath); in cifs_umount()