Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c108 static spinlock_t jfsTxnLock = SPIN_LOCK_UNLOCKED; variable
110 #define TXN_LOCK() spin_lock(&jfsTxnLock)
111 #define TXN_UNLOCK() spin_unlock(&jfsTxnLock)