Searched refs:full_path_len (Results 1 – 1 of 1) sorted by relevance
256 int full_path_len; in detect_directory_symlink_target() local295 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()