Searched refs:ext2_vnodeops (Results 1 – 3 of 3) sorted by relevance
148 extern struct vop_vector ext2_vnodeops;
136 struct vop_vector ext2_vnodeops = { variable180 VFS_VOP_VECTOR_REGISTER(ext2_vnodeops);
427 if ((error = getnewvnode("ext2fs", ump->um_mountp, &ext2_vnodeops, &vp)) != 0) { in ext2_valloc()