OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ufsdirhash_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/ufs/ufs/
ufs_dirhash.c
94
#define DIRHASHLIST_LOCK() mutex_enter(&
ufsdirhash_lock
)
95
#define DIRHASHLIST_UNLOCK() mutex_exit(&
ufsdirhash_lock
)
107
static kmutex_t
ufsdirhash_lock
;
variable in typeref:typename:kmutex_t
111
*
ufsdirhash_lock
115
*
ufsdirhash_lock
. Only the owner of the inode may free the associated
1176
mutex_init(&
ufsdirhash_lock
, MUTEX_DEFAULT, IPL_NONE);
1191
mutex_destroy(&
ufsdirhash_lock
);
Completed in 15 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025