Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mountroot.c111 struct mtx root_holds_mtx; variable
158 mtx_lock(&root_holds_mtx); in sysctl_vfs_root_mount_hold()
164 mtx_unlock(&root_holds_mtx); in sysctl_vfs_root_mount_hold()
181 mtx_lock(&root_holds_mtx); in root_mount_hold()
184 mtx_unlock(&root_holds_mtx); in root_mount_hold()
197 mtx_lock(&root_holds_mtx); in root_mount_hold_token()
208 mtx_unlock(&root_holds_mtx); in root_mount_hold_token()
218 mtx_lock(&root_holds_mtx); in root_mount_rel()
222 mtx_unlock(&root_holds_mtx); in root_mount_rel()
987 mtx_lock(&root_holds_mtx); in vfs_mountroot_wait()
[all …]