Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c4365 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root() local
4367 if (unc_len > MAX_TREE_SIZE) in build_unc_path_to_root()
4370 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
4374 memcpy(full_path, vol->UNC, unc_len); in build_unc_path_to_root()
4375 pos = full_path + unc_len; in build_unc_path_to_root()