Searched refs:jfsLCacheLock (Results 1 – 1 of 1) sorted by relevance
114 static spinlock_t jfsLCacheLock = SPIN_LOCK_UNLOCKED; variable116 #define LCACHE_LOCK(flags) spin_lock_irqsave(&jfsLCacheLock, flags)117 #define LCACHE_UNLOCK(flags) spin_unlock_irqrestore(&jfsLCacheLock, flags)