Lines Matching defs:dtp
105 static int dbInitTree(struct dmaptree * dtp);
3870 static int dbInitTree(struct dmaptree * dtp)
3876 tp = dtp->stree;
3879 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;
3895 for (l2free = dtp->budmin, bsize = 1; l2free < l2max;
3901 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx);
3902 i < le32_to_cpu(dtp->nleafs);
3922 for (child = le32_to_cpu(dtp->leafidx),
3923 nparent = le32_to_cpu(dtp->nleafs) >> 2;