vnode_init        302 kern/include/vnode.h int vnode_init(struct vnode *, const struct vnode_ops *ops,
vnode_init        305 kern/include/vnode.h #define VOP_INIT(vn, ops, fs, data)     vnode_init(vn, ops, fs, data)