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

/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c138 static int root_mount_always_wait = 0; variable
139 SYSCTL_INT(_vfs, OID_AUTO, root_mount_always_wait, CTLFLAG_RDTUN,
140 &root_mount_always_wait, 0,
1019 * behaviour by setting vfs.root_mount_always_wait=1.
1022 dev[0] == '\0' || root_mount_always_wait != 0) {

Completed in 108 milliseconds