Lines Matching refs:wp_oprot
3422 if (pwp->wp_oprot != 0 || /* already set up */ in as_setwatch()
3427 pwp->wp_oprot = prot; in as_setwatch()
3434 if (!(pwp->wp_flags & WP_NOWATCH) && prot != pwp->wp_oprot) { in as_setwatch()
3437 pwp->wp_oprot = 0; in as_setwatch()
3469 if (pwp->wp_oprot == 0 || /* not set up */ in as_clearwatch()
3473 if ((prot = pwp->wp_oprot) != pwp->wp_prot) { in as_clearwatch()
3481 pwp->wp_oprot = 0; in as_clearwatch()
3521 if (!(pwp->wp_flags & WP_NOWATCH) && wprot != pwp->wp_oprot) { in as_setwatchprot()
3535 pwp->wp_oprot = prot; in as_setwatchprot()
3567 if ((prot = pwp->wp_oprot) != 0) { in as_clearwatchprot()
3584 pwp->wp_oprot = 0; in as_clearwatchprot()