Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_logmgr.h403 spinlock_t gclock; /* 4: group commit lock */ member
Djfs_logmgr.c102 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock)
103 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock)
104 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock)
831 spin_lock_irqsave(&log->gclock, flags); in lmPostGC()
921 spin_unlock_irqrestore(&log->gclock, flags); in lmPostGC()
Djfs_txnmgr.c529 spin_lock_irq(&log->gclock); // LOGGC_LOCK in txEnd()
531 spin_unlock_irq(&log->gclock); // LOGGC_UNLOCK in txEnd()
2718 spin_lock_irq(&log->gclock); // LOGGC_LOCK in txLazyCommit()
2731 spin_unlock_irq(&log->gclock); // LOGGC_UNLOCK in txLazyCommit()
2736 spin_unlock_irq(&log->gclock); // LOGGC_UNLOCK in txLazyCommit()