Home
last modified time | relevance | path

Searched refs:jfsLCacheLock (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_logmgr.c114 static spinlock_t jfsLCacheLock = SPIN_LOCK_UNLOCKED; variable
116 #define LCACHE_LOCK(flags) spin_lock_irqsave(&jfsLCacheLock, flags)
117 #define LCACHE_UNLOCK(flags) spin_unlock_irqrestore(&jfsLCacheLock, flags)