Lines Matching refs:vnodeops_t
2237 vnodeops_t **actual) /* Return the vnodeops */ in vn_make_ops()
2242 *actual = (vnodeops_t *)kmem_alloc(sizeof (vnodeops_t), KM_SLEEP); in vn_make_ops()
2248 kmem_free(*actual, sizeof (vnodeops_t)); in vn_make_ops()
2264 vn_freevnodeops(vnodeops_t *vnops) in vn_freevnodeops()
2266 kmem_free(vnops, sizeof (vnodeops_t)); in vn_freevnodeops()
2820 vn_setops(vnode_t *vp, vnodeops_t *vnodeops) in vn_setops()
2822 vnodeops_t *op; in vn_setops()
2845 vnodeops_t *
2848 vnodeops_t *op; in vn_getops()
2866 vn_matchops(vnode_t *vp, vnodeops_t *vnodeops) in vn_matchops()
2884 vnodeops_t *vop = vn_getops(vp); in vn_matchopval()