Searched refs:L2DTSLOTSIZE (Results 1 – 4 of 4) sorted by relevance
905 n = index >> L2DTSLOTSIZE; in dtInsert()908 ((p->header.nextindex - 1) >> L2DTSLOTSIZE) - n + 1; in dtInsert()981 n = sbi->bsize >> L2DTSLOTSIZE; in dtSplitUp()982 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()1023 n = xsize >> L2DTSLOTSIZE; in dtSplitUp()1024 n -= (n + 31) >> L2DTSLOTSIZE; /* stbl size */ in dtSplitUp()1278 n = skip >> L2DTSLOTSIZE; in dtSplitUp()1282 1) >> L2DTSLOTSIZE) - n + 1; in dtSplitUp()1424 n = PSIZE >> L2DTSLOTSIZE; in dtSplitPage()1426 stblsize = (n + 31) >> L2DTSLOTSIZE; /* in unit of slot */ in dtSplitPage()[all …]
57 #define L2DTSLOTSIZE 5 macro
778 linelock->l2linesize = L2DTSLOTSIZE; in txLock()1608 lrd->log.redopage.l2linesize = cpu_to_le16(L2DTSLOTSIZE); in dtLog()
772 lv->length << L2DTSLOTSIZE); in diWrite()