<dec f='src/src/sys/sys/verified_exec.h' l='126' type='int veriexec_renamechk(struct lwp * , struct vnode * , const char * , struct vnode * , const char * )'/>
<def f='src/src/sys/kern/kern_veriexec.c' l='767' ll='851' type='int veriexec_renamechk(struct lwp * l, struct vnode * fromvp, const char * fromname, struct vnode * tovp, const char * toname)'/>
<doc f='src/src/sys/kern/kern_veriexec.c' l='760'>/*
 * Veriexec rename policy.
 *
 * XXX: Once there&apos;s a way to hook after a successful rename, it would be
 * XXX: nice to update vfe-&gt;filename to the new name if it&apos;s not NULL and
 * XXX: the new name is absolute (ie., starts with a slash).
 */</doc>
<use f='src/src/sys/kern/vfs_syscalls.c' l='4455' u='c' c='do_sys_renameat'/>
