Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ jbd_lock_init
Function
jbd_lock_init
Ext4Fsd/include/linux/jbd.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
#define jbdlock_t FAST_MUTEX
40
41
static inline void jbd_lock_init(jbdlock_t *lock)
42
{
43
ExInitializeFastMutex(lock);
44
}
45
46
static inline void jbd_lock(jbdlock_t *lock)
47
{
Callers
2
journal_init_revoke
Function · 0.85
journal_init_common
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected