Searched refs:io_align (Results 1 – 7 of 7) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_disk.c | 147 if (this->media->io_align && in efi_disk_read_blocks() 148 (uintptr_t)buffer & (this->media->io_align - 1)) in efi_disk_read_blocks() 215 if (this->media->io_align && in efi_disk_write_blocks() 216 (uintptr_t)buffer & (this->media->io_align - 1)) in efi_disk_write_blocks() 457 diskobj->media.io_align = desc->blksz; in efi_disk_add_dev()
|
/u-boot/fs/btrfs/ |
A D | volumes.h | 34 u32 io_align; member 80 int io_align; member
|
A D | conv-funcs.h | 122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width, 125 DEFINE_CONV(btrfs_chunk, length, owner, stripe_len, type, io_align, io_width,
|
A D | ctree.h | 220 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32); 237 io_align, 32); 265 BTRFS_SETGET_FUNCS(chunk_io_align, struct btrfs_chunk, io_align, 32); 284 io_align, 32);
|
A D | volumes.c | 557 map->io_align = btrfs_chunk_io_align(leaf, chunk); in read_one_chunk() 601 device->io_align = btrfs_device_io_align(leaf, dev_item); in fill_device_from_item()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 410 __le32 io_align; member 463 __le32 io_align; member
|
/u-boot/include/ |
A D | efi_api.h | 635 u32 io_align; member
|
Completed in 25 milliseconds