Lines Matching refs:le32toh
393 mvds_start = le32toh(avdp.main_vds_ex.loc); in udf_mountfs()
394 mvds_end = mvds_start + (le32toh(avdp.main_vds_ex.len) - 1) / bsize; in udf_mountfs()
403 udfmp->bsize = le32toh(lvd->lb_size); in udf_mountfs()
412 fsd_offset = le32toh(lvd->_lvd_use.fsd_loc.loc.lb_num); in udf_mountfs()
421 udfmp->part_len = le32toh(pd->part_len); in udf_mountfs()
422 udfmp->part_start = le32toh(pd->start_loc); in udf_mountfs()
471 sector = le32toh(udfmp->root_icb.loc.lb_num) + udfmp->part_start; in udf_mountfs()
472 size = le32toh(udfmp->root_icb.len); in udf_mountfs()
654 lea = le32toh(fe->l_ea); in udf_vget()
655 lad = le32toh(fe->l_ad); in udf_vget()
765 for (i = 0; i < le32toh(lvd->n_pm); i++) { in udf_find_partmaps()
794 udfmp->s_table = malloc(le32toh(pms->st_size), in udf_find_partmaps()
807 if ((error = udf_readdevblks(udfmp, le32toh(pms->st_loc[0]), in udf_find_partmaps()
808 le32toh(pms->st_size), &bp)) != 0) { in udf_find_partmaps()
812 le32toh(pms->st_loc[0])); in udf_find_partmaps()
816 bcopy(bp->b_data, udfmp->s_table, le32toh(pms->st_size)); in udf_find_partmaps()
830 if (le32toh(udfmp->s_table->entries[k].org) >= in udf_find_partmaps()