Searched refs:vfs_domount (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dvfs_mount.c73 static int vfs_domount(struct thread *td, const char *fstype, char *fspath,
576 * before we call vfs_domount(), since vfs_domount() has special
664 error = vfs_domount(td, fstype, fspath, fsflags, &optlist);
1020 * vfs_domount(): actually attempt a filesystem mount.
1023 vfs_domount( function

Completed in 38 milliseconds