Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c99 static int nTxLock = 4096; /* number of transaction locks */ variable
278 size = sizeof(struct tlock) * nTxLock; in txInit()
286 for (k = 1; k < nTxLock - 1; k++) in txInit()