Searched refs:ext2_vinit (Results 1 – 3 of 3) sorted by relevance
77 int ext2_vinit(struct mount *, struct vop_vector *, struct vnode **vpp);
455 if ((error = ext2_vinit(ump->um_mountp, &ext2_fifoops, &vp)) != 0) { in ext2_valloc()
1908 ext2_vinit(struct mount *mntp, struct vop_vector *fifoops, struct vnode **vpp) in ext2_vinit() function