Lines Matching refs:le32toh
95 le32toh(ex->ei_blk),
97 le32toh(ex->ei_leaf_lo));
134 ep, le32toh(ep->e_blk), le16toh(ep->e_len),
153 le32toh(eh->eh_gen));
234 blk = le32toh(index->ei_leaf_lo);
253 blk = le32toh(extent->e_start_lo);
373 if ((start_blk <= le32toh(fs->e2fs->e2fs_first_dblock)) ||
385 uint32_t lblk = le32toh(ext->e_blk);
423 lblk = le32toh(ext->e_blk);
510 if (blk < le32toh(m->ei_blk))
538 if (blk < le32toh(m->e_blk))
752 e2fs_daddr_t blk = le32toh(ex->e_blk);
767 le32toh(fs->e2fs->e2fs_first_dblock);
777 if (le32toh(ex1->e_blk) + le16toh(ex1->e_len) != le32toh(ex2->e_blk))
805 return (le32toh(path[depth].ep_index[1].ei_blk));
850 if (lblk == le32toh(path->ep_index->ei_blk)) {
863 if (lblk > le32toh(path->ep_index->ei_blk)) {
952 border = le32toh(path[depth].ep_ext[1].e_blk);
954 border = le32toh(newext->e_blk);
1170 error = ext4_ext_find_extent(ip, le32toh(newext->e_blk), &path);
1181 error = ext4_ext_find_extent(ip, le32toh(newext->e_blk), &path);
1219 border = le32toh(path[depth].ep_ext->e_blk);
1267 if (le32toh(newext->e_blk) > le32toh(nex->e_blk) && next !=
1304 } else if (le32toh(newext->e_blk) > le32toh(nearex->e_blk)) {
1415 newblk = iblk - le32toh(newex.e_blk) +
1417 allocated = le16toh(newex.e_len) - (iblk - le32toh(newex.e_blk));
1437 uint64_t lblk = le32toh(ex->e_blk);
1518 if (from >= le32toh(ex->e_blk) &&
1519 to == le32toh(ex->e_blk) + ext4_ext_get_actual_len(ex) - 1) {
1521 num = le32toh(ex->e_blk) + ext4_ext_get_actual_len(ex) - from;
1575 ex_blk = le32toh(ex->e_blk);