Searched refs:VNOP_INACTIVE (Results 1 – 3 of 3) sorted by relevance
1141 extern errno_t VNOP_INACTIVE(vnode_t, vfs_context_t);
2759 VNOP_INACTIVE(vp, vfs_context_current()); in vnode_rele_internal()3103 VNOP_INACTIVE(vp, ctx); in vclean()6434 VNOP_INACTIVE(vp, ctx); in vnode_put_internal_locked()
5624 VNOP_INACTIVE(struct vnode *vp, vfs_context_t ctx) in VNOP_INACTIVE() function