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

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

Completed in 66 milliseconds