Lines Matching refs:stree
1127 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1255 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1442 if (l2nb > dcp->stree[ti]) in dbAllocAG()
1451 if (l2nb <= dcp->stree[m + n]) { in dbAllocAG()
1882 if (dp->tree.stree[ROOT] != L2BPERDMAP) { in dbAllocCtl()
2009 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN) in dbAllocDmapLev()
2056 oldroot = dp->tree.stree[ROOT]; in dbAllocDmap()
2062 if (dp->tree.stree[ROOT] == oldroot) in dbAllocDmap()
2069 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 1, 0))) in dbAllocDmap()
2111 oldroot = dp->tree.stree[ROOT]; in dbFreeDmap()
2117 if (rc || (dp->tree.stree[ROOT] == oldroot)) in dbFreeDmap()
2124 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROOT], 0, 0))) { in dbFreeDmap()
2132 if (dp->tree.stree[word] == NOFREE) in dbFreeDmap()
2173 leaf = dp->tree.stree + LEAFIND; in dbAllocBits()
2528 oldval = dcp->stree[ti]; in dbAdjCtl()
2529 oldroot = dcp->stree[ROOT]; in dbAdjCtl()
2554 oldval = dcp->stree[ti]; in dbAdjCtl()
2570 if (dcp->stree[ROOT] != oldroot) { in dbAdjCtl()
2579 dbAdjCtl(bmp, blkno, dcp->stree[ROOT], alloc, in dbAdjCtl()
2595 if (dcp->stree[ti] == NOFREE) in dbAdjCtl()
2617 bmp->db_maxfreebud = dcp->stree[ROOT]; in dbAdjCtl()
3261 oldroot = tp->stree[ROOT]; in dbAllocDmapBU()
3340 if (tp->stree[ROOT] == oldroot) in dbAllocDmapBU()
3347 if ((rc = dbAdjCtl(bmp, blkno, tp->stree[ROOT], 1, 0))) in dbAllocDmapBU()
3464 l2leaf = l2dcp->stree + CTLLEAFIND + k; in dbExtendFS()
3481 l1leaf = l1dcp->stree + CTLLEAFIND + j; in dbExtendFS()
3494 l1leaf = l1dcp->stree + CTLLEAFIND; in dbExtendFS()
3514 l0leaf = l0dcp->stree + CTLLEAFIND + i; in dbExtendFS()
3528 l0leaf = l0dcp->stree + CTLLEAFIND; in dbExtendFS()
3854 cp = tp->stree + le32_to_cpu(tp->leafidx); in dbInitDmapTree()
3888 tp = dtp->stree; in dbInitTree()
3972 cp = &dcp->stree[CTLLEAFIND + i]; in dbInitDmapCtl()