Lines Matching defs:dtp
105 static int dbInitTree(struct dmaptree * dtp);
3934 static int dbInitTree(struct dmaptree * dtp)
3940 tp = dtp->stree;
3943 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;
3959 for (l2free = dtp->budmin, bsize = 1; l2free < l2max;
3965 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx);
3966 i < le32_to_cpu(dtp->nleafs);
3986 for (child = le32_to_cpu(dtp->leafidx),
3987 nparent = le32_to_cpu(dtp->nleafs) >> 2;