Lines Matching refs:stree

1171 	leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx);  in dbAllocNext()
1299 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1486 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1495 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1926 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2056 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2103 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2109 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2116 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2158 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
2164 if (rc || (dp->tree.stree[ROOT] == oldroot)) in dbFreeDmap()
2171 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { in dbFreeDmap()
2179 if (dp->tree.stree[word] == NOFREE) in dbFreeDmap()
2220 leaf = dp->tree.stree + LEAFIND; in dbAllocBits()
2575 oldval = dcp->stree[ti]; in dbAdjCtl()
2576 oldroot = dcp->stree[ROOT]; in dbAdjCtl()
2601 oldval = dcp->stree[ti]; in dbAdjCtl()
2617 if (dcp->stree[ROOT] != oldroot) { in dbAdjCtl()
2626 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, in dbAdjCtl()
2642 if (dcp->stree[ti] == NOFREE) in dbAdjCtl()
2664 bmp->db_maxfreebud = dcp->stree[ROOT]; in dbAdjCtl()
3308 oldroot = tp->stree[ROOT]; in dbAllocDmapBU()
3387 if (tp->stree[ROOT] == oldroot) in dbAllocDmapBU()
3394 if ((rc = dbAdjCtl(bmp, blkno, tp->stree[ROOT], 1, 0))) in dbAllocDmapBU()
3511 l2leaf = l2dcp->stree + CTLLEAFIND + k; in dbExtendFS()
3528 l1leaf = l1dcp->stree + CTLLEAFIND + j; in dbExtendFS()
3541 l1leaf = l1dcp->stree + CTLLEAFIND; in dbExtendFS()
3561 l0leaf = l0dcp->stree + CTLLEAFIND + i; in dbExtendFS()
3575 l0leaf = l0dcp->stree + CTLLEAFIND; in dbExtendFS()
3901 cp = tp->stree + le32_to_cpu(tp->leafidx); in dbInitDmapTree()
3935 tp = dtp->stree; in dbInitTree()
4019 cp = &dcp->stree[CTLLEAFIND + i]; in dbInitDmapCtl()