MCPcopy 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
41static inline void jbd_lock_init(jbdlock_t *lock)
42{
43 ExInitializeFastMutex(lock);
44}
45
46static inline void jbd_lock(jbdlock_t *lock)
47{

Callers 2

journal_init_revokeFunction · 0.85
journal_init_commonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected