Searched refs:new_unc (Results 1 – 1 of 1) sorted by relevance
3114 char *new_unc; in update_vol_info() local3116 new_unc = kmalloc(len, GFP_KERNEL); in update_vol_info()3117 if (!new_unc) in update_vol_info()3119 scnprintf(new_unc, len, "\\%s", tgt); in update_vol_info()3122 ctx->UNC = new_unc; in update_vol_info()