Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dreparse.c275 int full_path_len; in detect_directory_symlink_target() local
314 full_path_len = strlen(full_path); in detect_directory_symlink_target()
321 resolved_path = kzalloc(full_path_len + symname_len + 1, GFP_KERNEL); in detect_directory_symlink_target()
331 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()