Home
last modified time | relevance | path

Searched refs:REVOKEALL (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/kern/
H A Dvfs_default.c63 if ((ap->a_flags & REVOKEALL) == 0) in vop_generic_revoke()
H A Dkern_proc.c440 VOP_REVOKE(sp->s_ttyvp, REVOKEALL); in killjobc()
H A Dtty_pty.c1166 VOP_REVOKE(snd.ni_vp, REVOKEALL); in ptmioctl()
H A Dvfs_subr.c1282 VOP_REVOKE(vp, REVOKEALL); in vdevgone()
H A Dvfs_syscalls.c3235 VOP_REVOKE(vp, REVOKEALL); in sys_revoke()
/openbsd/sys/sys/
H A Dvnode.h243 #define REVOKEALL 0x0001 /* vop_revoke: revoke all aliases */ macro
/openbsd/sys/net/
H A Dif_tun.c320 VOP_REVOKE(vp, REVOKEALL); in tun_clone_destroy()
/openbsd/regress/usr.bin/diff/
H A Dt9.22606 VOP_REVOKE(vp, REVOKEALL);