Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.c62 (((BN) == 0) ? XTROOTMAXSLOT : PSIZE >> L2XTSLOTSIZE))) { \
877 skip) << L2XTSLOTSIZE); in xtSplitUp()
1102 righthalf << L2XTSLOTSIZE); in xtSplitPage()
1107 (middle - skip) << L2XTSLOTSIZE); in xtSplitPage()
1131 n << L2XTSLOTSIZE); in xtSplitPage()
1142 (maxentry - skip) << L2XTSLOTSIZE); in xtSplitPage()
1252 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE); in xtSplitRoot()
1263 (nextindex - XTENTRYSTART) << L2XTSLOTSIZE); in xtSplitRoot()
1603 1) << L2XTSLOTSIZE); in xtUpdate()
1670 (nextindex - index - 1) << L2XTSLOTSIZE); in xtUpdate()
[all …]
Djfs_xtree.h29 #define L2XTSLOTSIZE 4 macro
Djfs_txnmgr.c769 linelock->l2linesize = L2XTSLOTSIZE; in txLock()
1668 lrd->log.redopage.l2linesize = cpu_to_le16(L2XTSLOTSIZE); in xtLog()
Djfs_imap.c690 lv->length << L2XTSLOTSIZE); in diWrite()
726 lv->length << L2XTSLOTSIZE); in diWrite()