Searched refs:budmin (Results 1 – 2 of 2) sorted by relevance
152 s8 budmin; /* 1: min l2 tree leaf value to combine */ member180 s8 budmin; /* 1: minimum l2 tree leaf value */ member198 #define dmt_budmin t1.budmin
1449 int budmin; in dbAllocAG() local1505 budmin = dcp->budmin; in dbAllocAG()1567 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()1579 if (l2nb < budmin) { in dbAllocAG()1703 int budmin; in dbFindCtl() local1720 budmin = dcp->budmin; in dbFindCtl()1755 b += (((s64) leafidx) << budmin); in dbFindCtl()1762 if (l2nb >= budmin) in dbFindCtl()2501 leafno = BLKTOCTLLEAF(blkno, dcp->budmin); in dbAdjCtl()2533 dbSplit((dmtree_t *) dcp, leafno, dcp->budmin, newval); in dbAdjCtl()[all …]