Searched refs:VOP_INACTIVE (Results 1 – 3 of 3) sorted by relevance
502 int VOP_INACTIVE(struct vnode *, struct proc *);
795 VOP_INACTIVE(vp, p); in vput()843 VOP_INACTIVE(vp, p); in vrele()1091 VOP_INACTIVE(vp, p); in vclean()
483 VOP_INACTIVE(struct vnode *vp, struct proc *p) in VOP_INACTIVE() function