Home
last modified time | relevance | path

Searched refs:new_unc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/cifs/
Dconnect.c4277 char *new_unc; in update_vol_info() local
4279 new_unc = kmalloc(len, GFP_KERNEL); in update_vol_info()
4280 if (!new_unc) in update_vol_info()
4282 scnprintf(new_unc, len, "\\%s", tgt); in update_vol_info()
4285 vol->UNC = new_unc; in update_vol_info()