Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dtree.c900 n = index >> L2DTSLOTSIZE; in dtInsert()
903 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
976 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()
977 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1018 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1019 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1273 n = skip >> L2DTSLOTSIZE; in dtSplitUp()
1277 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitUp()
1419 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1421 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()
[all …]
H A Djfs_dtree.h44 #define L2DTSLOTSIZE 5 macro
H A Djfs_txnmgr.c770 linelock->l2linesize = L2DTSLOTSIZE; in txLock()
1563 lrd->log.redopage.l2linesize = cpu_to_le16(L2DTSLOTSIZE); in dtLog()
H A Djfs_imap.c754 lv->length << L2DTSLOTSIZE); in diWrite()