Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c97 static int nTxBlock = -1; /* number of transaction blocks */ variable
98 module_param(nTxBlock, int, 0);
99 MODULE_PARM_DESC(nTxBlock,
246 if (nTxBlock == -1) { in txInit()
253 } else if (nTxBlock > (8 * 1024)) in txInit()
256 nTxLock = nTxBlock << 3; in txInit()
258 if (nTxBlock == -1) in txInit()
259 nTxBlock = nTxLock >> 3; in txInit()
262 if (nTxBlock < 16) in txInit()
263 nTxBlock = 16; /* No one should set it this low */ in txInit()
[all …]