Searched refs:ext2_fifoops (Results 1 – 4 of 4) sorted by relevance
152 extern struct vop_vector ext2_fifoops;
186 struct vop_vector ext2_fifoops = { variable201 VFS_VOP_VECTOR_REGISTER(ext2_fifoops);
1303 if ((error = ext2_vinit(mp, &ext2_fifoops, &vp)) != 0) { in ext2_vget()
458 if ((error = ext2_vinit(ump->um_mountp, &ext2_fifoops, &vp)) != 0) { in ext2_valloc()