Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_extern.h143 extern struct vop_vector ext2_vnodeops;
H A Dext2_vfsops.c1212 if ((error = getnewvnode("ext2fs", mp, &ext2_vnodeops, &vp)) != 0) { in ext2_vget()
H A Dext2_alloc.c432 if ((error = getnewvnode("ext2fs", ump->um_mountp, &ext2_vnodeops, &vp)) != 0) { in ext2_valloc()
H A Dext2_vnops.c141 struct vop_vector ext2_vnodeops = { variable