PFIL_UNLINK
req.pio_flags = PFIL_UNLINK;
if ((pa->pa_flags & (PFIL_IN | PFIL_UNLINK)) == PFIL_IN)
if ((pa->pa_flags & (PFIL_OUT | PFIL_UNLINK)) == PFIL_OUT)
if (pa->pa_flags & PFIL_UNLINK)
if (req->pio_flags & ~(PFIL_IN | PFIL_OUT | PFIL_UNLINK | PFIL_APPEND))
pla.pa_flags |= PFIL_UNLINK;