Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dtree.c906 n = index >> L2DTSLOTSIZE; in dtInsert()
909 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()
982 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()
983 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1024 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()
1025 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()
1279 n = skip >> L2DTSLOTSIZE; in dtSplitUp()
1283 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitUp()
1425 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()
1427 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()
[all …]
Djfs_dtree.h57 #define L2DTSLOTSIZE 5 macro
Djfs_txnmgr.c783 linelock->l2linesize = L2DTSLOTSIZE; in txLock()
1613 lrd->log.redopage.l2linesize = cpu_to_le16(L2DTSLOTSIZE); in dtLog()
Djfs_imap.c766 lv->length << L2DTSLOTSIZE); in diWrite()