Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_context.h132 extern struct mtx zfs_debug_mtx;
135 mtx_lock(&zfs_debug_mtx); \
141 mtx_unlock(&zfs_debug_mtx); \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_vfsops.c68 struct mtx zfs_debug_mtx; variable
69 MTX_SYSINIT(zfs_debug_mtx, &zfs_debug_mtx, "zfs_debug", MTX_DEF);