Lines Matching defs:prepath
50 * cifs_build_devname - build a devicename from a UNC and optional prepath
52 * @prepath: pointer to prefixpath (or NULL if there isn't one)
56 * concatenate the prepath onto the end of it if there is one.
62 cifs_build_devname(char *nodename, const char *prepath)
86 * +1 for delimiter between UNC and prepath
89 pplen = prepath ? strlen(prepath) : 0;
109 memcpy(pos, prepath, pplen);
221 tmp.UNC = tmp.prepath = NULL;
244 cifs_dbg(FYI, "%s: ctx: source=%s UNC=%s prepath=%s dfs_automount=%d\n",
245 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount);