Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/ext2fs/
H A Dext2_extern.h151 extern struct vop_vector ext2_vnodeops;
H A Dext2_vnops.c140 struct vop_vector ext2_vnodeops = { variable
184 VFS_VOP_VECTOR_REGISTER(ext2_vnodeops);
H A Dext2_vfsops.c1230 if ((error = getnewvnode("ext2fs", mp, &ext2_vnodeops, &vp)) != 0) { in ext2_vget()
H A Dext2_alloc.c430 if ((error = getnewvnode("ext2fs", ump->um_mountp, &ext2_vnodeops, &vp)) != 0) { in ext2_valloc()