Home
last modified time | relevance | path

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

/src/sys/fs/ext2fs/
H A Dext2_vfsops.c79 static int ext2_mountfs(struct vnode *, struct mount *);
269 error = ext2_mountfs(devvp, mp); in ext2_mount()
832 ext2_mountfs(struct vnode *devvp, struct mount *mp) in ext2_mountfs() function