4114c10aae
Common function names (new, read, write, parse, get, set, remove, etc.) appear in many unrelated files — cross-file search produces false MOVED classifications (e.g., fn new() in ipcd matches fn new() in xhcid). The case-based guard skips cross-file search for 40+ common function names. These must be handled via the .verify-fork-functions.exclude mechanism instead — operator decides if removal was intentional or accidental. Results: kernel 19→17 (kcall×2 correctly MOVED to user.rs, eq/hash correctly blocked from false MOVED to fdstat.rs)