vop_allocate
.vop_allocate = vop_stdallocate,
DO_OPS(ops, error, &ap, vop_allocate);
DO_OPS(ap->a_head.a_ops, error, ap, vop_allocate);
vop_allocate(*(vp)->v_ops, vp, offset, len)
int (*vop_allocate)(struct vop_allocate_args *);
int vop_allocate(struct vop_ops *ops, struct vnode *vp, off_t offset,