Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dreparse.c116 char *resolved_path; in detect_directory_symlink_target() local
163 resolved_path = kzalloc(full_path_len + symname_len + 1, GFP_KERNEL); in detect_directory_symlink_target()
164 if (!resolved_path) { in detect_directory_symlink_target()
173 memcpy(resolved_path, full_path, full_path_len+1); in detect_directory_symlink_target()
174 path_sep = strrchr(resolved_path, sep); in detect_directory_symlink_target()
178 path_sep = resolved_path; in detect_directory_symlink_target()
184 oparms = CIFS_OPARMS(cifs_sb, tcon, resolved_path, in detect_directory_symlink_target()
237 kfree(resolved_path); in detect_directory_symlink_target()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c12271 char resolved_path[512]; in bpf_program__attach_usdt() local
12290 err = resolve_full_path(binary_path, resolved_path, sizeof(resolved_path)); in bpf_program__attach_usdt()
12296 binary_path = resolved_path; in bpf_program__attach_usdt()