Home
last modified time | relevance | path

Searched refs:io_align (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h122 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,
H A Dbtrfs_tree.h362 __u32 io_align; member
415 __u32 io_align; member
/openbmc/linux/fs/btrfs/
H A Dvolumes.h131 u32 io_align; member
523 int io_align; member
H A Daccessors.h130 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32);
146 io_align, 32);
173 BTRFS_SETGET_FUNCS(chunk_io_align, struct btrfs_chunk, io_align, 32);
191 BTRFS_SETGET_STACK_FUNCS(stack_chunk_io_align, struct btrfs_chunk, io_align, 32);
H A Ddev-replace.c223 dev_replace->tgtdev->io_align = fs_info->sectorsize; in btrfs_init_dev_replace()
307 device->io_align = fs_info->sectorsize; in btrfs_init_dev_replace_tgtdev()
H A Dvolumes.c1923 btrfs_set_device_io_align(leaf, dev_item, device->io_align); in btrfs_add_dev_item()
2728 device->io_align = fs_info->sectorsize; in btrfs_init_new_device()
2930 btrfs_set_device_io_align(leaf, dev_item, device->io_align); in btrfs_update_device()
5453 map->io_align = BTRFS_STRIPE_LEN; in create_chunk()
6864 map->io_align = btrfs_chunk_io_align(leaf, chunk); in read_one_chunk()
6927 device->io_align = btrfs_device_io_align(leaf, dev_item); in fill_device_from_item()
H A Ddisk-io.c4116 btrfs_set_stack_device_io_align(dev_item, dev->io_align); in write_all_supers()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h571 __le32 io_align; member
624 __le32 io_align; member
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c292 diskobj->media.io_align = desc->blksz; in efi_disk_add_dev()
/openbmc/u-boot/include/
H A Defi_api.h490 u32 io_align; member