Searched refs:io_width (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | volumes.h | 77 u32 io_width; member 152 int io_width; member
|
D | ctree.h | 205 __le32 io_width; member 258 __le32 io_width; member 1347 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32); 1365 io_width, 32); 1392 BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32); 1412 io_width, 32);
|
D | volumes.c | 1135 btrfs_set_device_io_width(leaf, dev_item, device->io_width); in btrfs_add_device() 1590 device->io_width = root->sectorsize; in btrfs_init_new_device() 1706 btrfs_set_device_io_width(leaf, dev_item, device->io_width); in btrfs_update_device() 2601 map->io_width = BTRFS_STRIPE_LEN; in __btrfs_alloc_chunk() 3519 map->io_width = btrfs_chunk_io_width(leaf, chunk); in read_one_chunk() 3572 device->io_width = btrfs_device_io_width(leaf, dev_item); in fill_device_from_item()
|
D | disk-io.c | 2350 btrfs_set_stack_device_io_width(dev_item, dev->io_width); in write_all_supers()
|