Lines Matching refs:grub_le_to_cpu64

259       if (i == 0 || grub_le_to_cpu64 (sblock.generation)
260 > grub_le_to_cpu64 (sb->generation))
352 err = grub_btrfs_read_logical (data, grub_le_to_cpu64 (node.addr),
357 save_ref (desc, grub_le_to_cpu64 (node.addr), 0,
438 addr = grub_le_to_cpu64 (node.addr);
454 addr = grub_le_to_cpu64 (node_last.addr);
626 grub_le_to_cpu64 (key->offset),
627 grub_le_to_cpu64 (chunk->size));
628 if (grub_le_to_cpu64 (key->offset) <= addr
629 && addr < grub_le_to_cpu64 (key->offset)
630 + grub_le_to_cpu64 (chunk->size))
641 grub_le_to_cpu64 (data->sblock.chunk_tree),
647 || !(grub_le_to_cpu64 (key->offset) <= addr))
667 grub_uint64_t off = addr - grub_le_to_cpu64 (key->offset);
671 if (grub_le_to_cpu64 (chunk->size) <= off)
682 grub_le_to_cpu64 (key->offset),
683 grub_le_to_cpu64 (chunk->size),
686 grub_le_to_cpu64 (chunk->stripe_length));
688 switch (grub_le_to_cpu64 (chunk->type)
695 stripe_length = grub_divmod64 (grub_le_to_cpu64 (chunk->size),
708 csize = grub_le_to_cpu64 (chunk->size) - off;
718 grub_le_to_cpu64 (chunk->stripe_length),
724 low + grub_le_to_cpu64 (chunk->stripe_length) * high;
725 csize = grub_le_to_cpu64 (chunk->stripe_length) - low;
733 grub_le_to_cpu64 (chunk->stripe_length),
742 stripe_offset = low + grub_le_to_cpu64 (chunk->stripe_length)
744 csize = grub_le_to_cpu64 (chunk->stripe_length) - low;
751 grub_le_to_cpu64 (chunk->type));
778 grub_le_to_cpu64 (key->offset),
779 grub_le_to_cpu64 (chunk->size),
782 grub_le_to_cpu64 (chunk->stripe_length),
1004 data->extstart = grub_le_to_cpu64 (key_out.offset);
1017 data->extend = data->extstart + grub_le_to_cpu64 (data->extent->size);
1022 data->extstart + grub_le_to_cpu64 (data->extent->filled);
1026 grub_le_to_cpu64 (key_out.offset),
1027 grub_le_to_cpu64 (data->extent->size));
1099 zsize = grub_le_to_cpu64 (data->extent->compressed_size);
1104 grub_le_to_cpu64 (data->extent->laddr),
1114 + grub_le_to_cpu64 (data->extent->offset),
1118 + grub_le_to_cpu64 (data->extent->offset),
1131 grub_le_to_cpu64 (data->extent->laddr)
1132 + grub_le_to_cpu64 (data->extent->offset)
1295 tmp = grub_malloc (grub_le_to_cpu64 (inode.size)
1307 grub_le_to_cpu64 (inode.size))
1308 != (grub_ssize_t) grub_le_to_cpu64 (inode.size))
1316 grub_memcpy (tmp + grub_le_to_cpu64 (inode.size), path,
1368 *tree = grub_le_to_cpu64 (ri.tree);
1545 file->size = grub_le_to_cpu64 (inode.size);