Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c84 static int nTxBlock = -1; /* number of transaction blocks */ variable
85 module_param(nTxBlock, int, 0);
86 MODULE_PARM_DESC(nTxBlock,
230 /* Set defaults for nTxLock and nTxBlock if unset */ in txInit()
233 if (nTxBlock == -1) { in txInit()
240 } else if (nTxBlock > (8 * 1024)) in txInit()
243 nTxLock = nTxBlock << 3; in txInit()
245 if (nTxBlock == -1) in txInit()
246 nTxBlock = nTxLock >> 3; in txInit()
249 if (nTxBlock < 1 in txInit()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c84 static int nTxBlock = -1; /* number of transaction blocks */ variable
85 module_param(nTxBlock, int, 0);
86 MODULE_PARM_DESC(nTxBlock,
230 /* Set defaults for nTxLock and nTxBlock if unset */ in txInit()
233 if (nTxBlock == -1) { in txInit()
240 } else if (nTxBlock > (8 * 1024)) in txInit()
243 nTxLock = nTxBlock << 3; in txInit()
245 if (nTxBlock == -1) in txInit()
246 nTxBlock = nTxLock >> 3; in txInit()
249 if (nTxBlock < 1 in txInit()
[all...]

Completed in 3 milliseconds