Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dubc_internal.h92 lck_mtx_t cl_lockw; member
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c542 lck_mtx_init(&wbp->cl_lockw, &cl_mtx_grp, LCK_ATTR_NULL); in cluster_get_wbp()
549 lck_mtx_destroy(&wbp->cl_lockw, &cl_mtx_grp); in cluster_get_wbp()
556 lck_mtx_lock(&wbp->cl_lockw); in cluster_get_wbp()
570 lck_mtx_lock(&wbp->cl_lockw); in cluster_syncup()
574 lck_mtx_unlock(&wbp->cl_lockw); in cluster_syncup()
3616 lck_mtx_unlock(&wbp->cl_lockw); in cluster_update_state_internal()
3829 lck_mtx_unlock(&wbp->cl_lockw); in cluster_update_state_internal()
3848 lck_mtx_unlock(&wbp->cl_lockw); in cluster_update_state_internal()
6222 lck_mtx_unlock(&wbp->cl_lockw); in cluster_push_err()
6240 msleep((caddr_t)&wbp->cl_sparse_wait, &wbp->cl_lockw, PRIBIO + 1, "cluster_push_ext", NULL); in cluster_push_err()
[all …]