Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
Djfs_xtree.c62 (((BN) == 0) ? XTROOTMAXSLOT : PSIZE >> L2XTSLOTSIZE))) { \
888 skip) << L2XTSLOTSIZE); in xtSplitUp()
1113 righthalf << L2XTSLOTSIZE); in xtSplitPage()
1118 (middle - skip) << L2XTSLOTSIZE); in xtSplitPage()
1142 n << L2XTSLOTSIZE); in xtSplitPage()
1153 (maxentry - skip) << L2XTSLOTSIZE); in xtSplitPage()
1263 rp->header.maxentry = cpu_to_le16(PSIZE >> L2XTSLOTSIZE); in xtSplitRoot()
1274 (nextindex - XTENTRYSTART) << L2XTSLOTSIZE); in xtSplitRoot()
1817 1) << L2XTSLOTSIZE); in xtUpdate()
1884 (nextindex - index - 1) << L2XTSLOTSIZE); in xtUpdate()
[all …]
Djfs_xtree.h29 #define L2XTSLOTSIZE 4 macro
Djfs_txnmgr.c769 linelock->l2linesize = L2XTSLOTSIZE; in txLock()
1705 lrd->log.redopage.l2linesize = cpu_to_le16(L2XTSLOTSIZE); in xtLog()
Djfs_imap.c692 lv->length << L2XTSLOTSIZE); in diWrite()
728 lv->length << L2XTSLOTSIZE); in diWrite()