Home
last modified time | relevance | path

Searched refs:dev_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/
H A Dqemu-nbd.c535 uint64_t dev_offset = 0; in main() local
698 if (qemu_strtou64(optarg, NULL, 0, &dev_offset) < 0) { in main()
826 if (export_name || export_description || dev_offset || in main()
1124 if (dev_offset) { in main()
1128 qdict_put_int(raw_opts, "offset", dev_offset); in main()
/openbmc/linux/fs/btrfs/
H A Dvolumes.h499 u64 dev_offset; member
H A Dvolumes.c5246 u64 dev_offset; in gather_device_info() local
5273 ret = find_free_dev_extent(device, dev_extent_want, &dev_offset, in gather_device_info()
5295 devices_info[ndevs].dev_offset = dev_offset; in gather_device_info()
5449 map->stripes[s].physical = devices_info[i].dev_offset + in create_chunk()
5650 const u64 dev_offset = map->stripes[i].physical; in btrfs_chunk_alloc_add_chunk_item() local
5653 btrfs_set_stack_stripe_offset(stripe, dev_offset); in btrfs_chunk_alloc_add_chunk_item()
H A Dblock-group.c2686 u64 dev_offset; in insert_dev_extents() local
2710 dev_offset = map->stripes[i].physical; in insert_dev_extents()
2712 ret = insert_dev_extent(trans, device, chunk_offset, dev_offset, in insert_dev_extents()
H A Dscrub.c2321 u64 dev_offset, in scrub_chunk() argument
2355 map->stripes[i].physical == dev_offset) { in scrub_chunk()