Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c96 static int nTxBlock = 512; /* number of transaction blocks */ variable
253 size = sizeof(struct tblock) * nTxBlock; in txInit()
258 for (k = 1; k < nTxBlock - 1; k++) { in txInit()