jfsTxnLock        103 fs/jfs/jfs_txnmgr.c static DEFINE_SPINLOCK(jfsTxnLock);
jfsTxnLock        105 fs/jfs/jfs_txnmgr.c #define TXN_LOCK()		spin_lock(&jfsTxnLock)
jfsTxnLock        106 fs/jfs/jfs_txnmgr.c #define TXN_UNLOCK()		spin_unlock(&jfsTxnLock)