OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zfs_debug_mtx
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h
251
extern struct mtx
zfs_debug_mtx
;
254
mtx_lock(&
zfs_debug_mtx
); \
260
mtx_unlock(&
zfs_debug_mtx
); \
268
extern kmutex_t
zfs_debug_mtx
;
271
mutex_enter(&
zfs_debug_mtx
); \
277
mutex_exit(&
zfs_debug_mtx
); \
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c
71
struct mtx
zfs_debug_mtx
;
variable in typeref:struct:mtx
72
MTX_SYSINIT(
zfs_debug_mtx
, &
zfs_debug_mtx
, "zfs_debug", MTX_DEF);
129
kmutex_t
zfs_debug_mtx
;
variable
zfs_ioctl.c
7176
mutex_init(&
zfs_debug_mtx
, NULL, MUTEX_DEFAULT, NULL);
7217
mutex_destroy(&
zfs_debug_mtx
);
Completed in 53 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026