Lines Matching refs:prepath
2796 old->prepath; in match_prepath()
2798 new->prepath; in match_prepath()
2800 if (old_set && new_set && !strcmp(new->prepath, old->prepath)) in match_prepath()
3270 if (ctx->prepath) { in cifs_setup_cifs_sb()
3271 cifs_sb->prepath = kstrdup(ctx->prepath, GFP_KERNEL); in cifs_setup_cifs_sb()
3272 if (cifs_sb->prepath == NULL) in cifs_setup_cifs_sb()
3459 unsigned int pplen = useppath && ctx->prepath ? in build_unc_path_to_root()
3460 strlen(ctx->prepath) + 1 : 0; in build_unc_path_to_root()
3475 memcpy(pos + 1, ctx->prepath, pplen); in build_unc_path_to_root()
3510 kfree(ctx->prepath); in expand_dfs_referral()
3511 ctx->prepath = NULL; in expand_dfs_referral()
3924 kfree(cifs_sb->prepath); in cifs_mount()
3925 cifs_sb->prepath = ctx->prepath; in cifs_mount()
3926 ctx->prepath = NULL; in cifs_mount()
4134 kfree(cifs_sb->prepath); in cifs_umount()