OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mfs_lock
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/mfs/
mfs_extern.h
70
extern kmutex_t
mfs_lock
;
mfs_vfsops.c
71
kmutex_t
mfs_lock
; /* global lock */
variable in typeref:typename:kmutex_t
162
mutex_init(&
mfs_lock
, MUTEX_DEFAULT, IPL_NONE);
180
mutex_destroy(&
mfs_lock
);
310
mutex_enter(&
mfs_lock
);
312
mutex_exit(&
mfs_lock
);
380
mutex_enter(&
mfs_lock
);
382
mutex_exit(&
mfs_lock
);
386
mutex_enter(&
mfs_lock
);
389
mutex_exit(&
mfs_lock
);
391
mutex_enter(&
mfs_lock
);
[
all
...]
mfs_vnops.c
171
mutex_enter(&
mfs_lock
);
174
mutex_exit(&
mfs_lock
);
239
mutex_enter(&
mfs_lock
);
241
mutex_exit(&
mfs_lock
);
243
mutex_enter(&
mfs_lock
);
245
mutex_exit(&
mfs_lock
);
262
mutex_enter(&
mfs_lock
);
265
mutex_exit(&
mfs_lock
);
302
mutex_enter(&
mfs_lock
);
305
mutex_exit(&
mfs_lock
);
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025