Home
last modified time | relevance | path

Searched refs:ext2fs_vops (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/ufs/ext2fs/
H A Dext2fs_extern.h147 extern const struct vops ext2fs_vops;
H A Dext2fs_vfsops.c852 if ((error = getnewvnode(VT_EXT2FS, mp, &ext2fs_vops, &vp)) != 0) { in ext2fs_vget()
H A Dext2fs_vnops.c1250 const struct vops ext2fs_vops = { variable