chroot_visible_mnt
if (info->td->td_proc && !chroot_visible_mnt(mp, info->td->td_proc))
if (info->td->td_proc && !chroot_visible_mnt(mp, info->td->td_proc))
if (p != NULL && !chroot_visible_mnt(mp, p)) {
if (p != NULL && !chroot_visible_mnt(mp, p)) {
static int chroot_visible_mnt(struct mount *mp, struct proc *p);