Lines Matching refs:le32_to_cpu
193 bmp->db_l2nbperpage = le32_to_cpu(dbmp_le->dn_l2nbperpage); in dbMount()
194 bmp->db_numag = le32_to_cpu(dbmp_le->dn_numag); in dbMount()
195 bmp->db_maxlevel = le32_to_cpu(dbmp_le->dn_maxlevel); in dbMount()
196 bmp->db_maxag = le32_to_cpu(dbmp_le->dn_maxag); in dbMount()
197 bmp->db_agpref = le32_to_cpu(dbmp_le->dn_agpref); in dbMount()
198 bmp->db_aglevel = le32_to_cpu(dbmp_le->dn_aglevel); in dbMount()
199 bmp->db_agheight = le32_to_cpu(dbmp_le->dn_agheight); in dbMount()
200 bmp->db_agwidth = le32_to_cpu(dbmp_le->dn_agwidth); in dbMount()
201 bmp->db_agstart = le32_to_cpu(dbmp_le->dn_agstart); in dbMount()
202 bmp->db_agl2size = le32_to_cpu(dbmp_le->dn_agl2size); in dbMount()
1140 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNext()
1186 if ((mask & ~le32_to_cpu(dp->wmap[word])) != mask) in dbAllocNext()
1268 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx); in dbAllocNear()
1297 dbFindBits(le32_to_cpu(dp->wmap[word]), l2nb); in dbAllocNear()
1488 ((s64) (ti - le32_to_cpu(dcp->leafidx))) << budmin; in dbAllocAG()
2023 blkno += dbFindBits(le32_to_cpu(dp->wmap[leafidx]), l2nb); in dbAllocDmapLev()
2536 ti = leafno + le32_to_cpu(dcp->leafidx); in dbAdjCtl()
2664 s8 *leaf = tp->dmt_stree + le32_to_cpu(tp->dmt_leafidx); in dbSplit()
2729 s8 *leaf = tp->dmt_stree + le32_to_cpu(tp->dmt_leafidx); in dbBackSplit()
2744 LITOL2BSZ(leafno, le32_to_cpu(tp->dmt_l2nleafs), in dbBackSplit()
2760 if (bsz >= le32_to_cpu(tp->dmt_nleafs)) { in dbBackSplit()
2814 leaf = tp->dmt_stree + le32_to_cpu(tp->dmt_leafidx); in dbJoin()
2833 while (budsz < le32_to_cpu(tp->dmt_nleafs)) { in dbJoin()
2905 lp = leafno + le32_to_cpu(tp->dmt_leafidx); in dbAdjTree()
2919 for (k = 0; k < le32_to_cpu(tp->dmt_height); k++) { in dbAdjTree()
2986 for (k = le32_to_cpu(tp->dmt_height), ti = 1; in dbFindLeaf()
3008 *leafidx = x + n - le32_to_cpu(tp->dmt_leafidx); in dbFindLeaf()
3867 cp = tp->stree + le32_to_cpu(tp->leafidx); in dbInitDmapTree()
3904 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin; in dbInitTree()
3926 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx); in dbInitTree()
3927 i < le32_to_cpu(dtp->nleafs); in dbInitTree()
3947 for (child = le32_to_cpu(dtp->leafidx), in dbInitTree()
3948 nparent = le32_to_cpu(dtp->nleafs) >> 2; in dbInitTree()