gclock             89 fs/jfs/jfs_logmgr.c #define LOGGC_LOCK_INIT(log)	spin_lock_init(&(log)->gclock)
gclock             90 fs/jfs/jfs_logmgr.c #define LOGGC_LOCK(log)		spin_lock_irq(&(log)->gclock)
gclock             91 fs/jfs/jfs_logmgr.c #define LOGGC_UNLOCK(log)	spin_unlock_irq(&(log)->gclock)
gclock            818 fs/jfs/jfs_logmgr.c 	spin_lock_irqsave(&log->gclock, flags);
gclock            908 fs/jfs/jfs_logmgr.c 	spin_unlock_irqrestore(&log->gclock, flags);
gclock            390 fs/jfs/jfs_logmgr.h 	spinlock_t gclock;	/* 4: group commit lock */
gclock            515 fs/jfs/jfs_txnmgr.c 		spin_lock_irq(&log->gclock);	// LOGGC_LOCK
gclock            517 fs/jfs/jfs_txnmgr.c 		spin_unlock_irq(&log->gclock);	// LOGGC_UNLOCK
gclock           2700 fs/jfs/jfs_txnmgr.c 	spin_lock_irq(&log->gclock);	// LOGGC_LOCK
gclock           2713 fs/jfs/jfs_txnmgr.c 		spin_unlock_irq(&log->gclock);	// LOGGC_UNLOCK
gclock           2718 fs/jfs/jfs_txnmgr.c 		spin_unlock_irq(&log->gclock);	// LOGGC_UNLOCK