Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mountroot.c107 struct mtx root_holds_mtx; variable
108 MTX_SYSINIT(root_holds, &root_holds_mtx, "root_holds", MTX_DEF);
154 mtx_lock(&root_holds_mtx); in sysctl_vfs_root_mount_hold()
160 mtx_unlock(&root_holds_mtx); in sysctl_vfs_root_mount_hold()
177 mtx_lock(&root_holds_mtx); in root_mount_hold()
180 mtx_unlock(&root_holds_mtx); in root_mount_hold()
193 mtx_lock(&root_holds_mtx); in root_mount_hold_token()
204 mtx_unlock(&root_holds_mtx); in root_mount_hold_token()
214 mtx_lock(&root_holds_mtx); in root_mount_rel()
218 mtx_unlock(&root_holds_mtx); in root_mount_rel()
[all …]