Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Dops_ext.c52 static int ext2_mount(am_node *am, mntfs *mf);
65 ext2_mount,
200 ext2_mount(am_node *am, mntfs *mf) in ext2_mount() function
/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_vfsops.c93 static vfs_mount_t ext2_mount; variable
100 .vfs_mount = ext2_mount,
125 ext2_mount(struct mount *mp) in ext2_mount() function