Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dreparse.c256 int full_path_len; in detect_directory_symlink_target() local
295 full_path_len = strlen(full_path); in detect_directory_symlink_target()
302 resolved_path = kzalloc(full_path_len + symname_len + 1, GFP_KERNEL); in detect_directory_symlink_target()
312 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()