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.c259 int full_path_len; in detect_directory_symlink_target() local
298 full_path_len = strlen(full_path); in detect_directory_symlink_target()
305 resolved_path = kzalloc(full_path_len + symname_len + 1, GFP_KERNEL); in detect_directory_symlink_target()
315 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()