OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_mutex
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/udf/
udf_vfsops.c
265
mutex_destroy(&ump->
allocate_mutex
);
597
mutex_init(&ump->
allocate_mutex
, MUTEX_DEFAULT, IPL_NONE);
793
mutex_enter(&ump->
allocate_mutex
);
818
mutex_exit(&ump->
allocate_mutex
);
udf.h
301
kmutex_t
allocate_mutex
;
member in struct:udf_mount
udf_allocation.c
249
// KASSERT(mutex_owned(&udf_node->ump->
allocate_mutex
));
337
// KASSERT(mutex_owned(&udf_node->ump->
allocate_mutex
));
500
mutex_enter(&ump->
allocate_mutex
);
504
mutex_exit(&ump->
allocate_mutex
);
1076
mutex_enter(&ump->
allocate_mutex
);
1085
mutex_exit(&ump->
allocate_mutex
);
1089
mutex_enter(&ump->
allocate_mutex
);
1112
mutex_exit(&ump->
allocate_mutex
);
1123
mutex_enter(&ump->
allocate_mutex
);
1137
mutex_exit(&ump->
allocate_mutex
);
[
all
...]
udf_strat_sequential.c
362
mutex_enter(&ump->
allocate_mutex
);
366
mutex_exit(&ump->
allocate_mutex
);
udf_subr.c
2220
mutex_enter(&ump->
allocate_mutex
);
2230
mutex_exit(&ump->
allocate_mutex
);
2869
// mutex_enter(&ump->
allocate_mutex
);
2881
// mutex_exit(&ump->
allocate_mutex
);
Completed in 52 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025