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 - 2
of
2
) 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
);
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 105 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025