Home
last modified time | relevance | path

Searched refs:ext2_fifoops (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_extern.h144 extern struct vop_vector ext2_fifoops;
H A Dext2_vfsops.c1285 if ((error = ext2_vinit(mp, &ext2_fifoops, &vp)) != 0) { in ext2_vget()
H A Dext2_alloc.c460 if ((error = ext2_vinit(ump->um_mountp, &ext2_fifoops, &vp)) != 0) { in ext2_valloc()
H A Dext2_vnops.c186 struct vop_vector ext2_fifoops = { variable