Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c321 pthread_rwlock_t zd_zilog_lock; member
1589 VERIFY0(pthread_rwlock_init(&zd->zd_zilog_lock, NULL)); in ztest_zd_init()
1605 (void) pthread_rwlock_destroy(&zd->zd_zilog_lock); in ztest_zd_fini()
2626 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_io()
2685 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_io()
2743 (void) pthread_rwlock_rdlock(&zd->zd_zilog_lock); in ztest_zil_commit()
2758 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_zil_commit()
2785 (void) pthread_rwlock_wrlock(&zd->zd_zilog_lock); in ztest_zil_remount()
2794 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock); in ztest_zil_remount()