Home
last modified time | relevance | path

Searched refs:VOP_INACTIVE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Dvnode.h502 int VOP_INACTIVE(struct vnode *, struct proc *);
/openbsd/sys/kern/
H A Dvfs_subr.c795 VOP_INACTIVE(vp, p); in vput()
843 VOP_INACTIVE(vp, p); in vrele()
1091 VOP_INACTIVE(vp, p); in vclean()
H A Dvfs_vops.c483 VOP_INACTIVE(struct vnode *vp, struct proc *p) in VOP_INACTIVE() function