Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h589 u64 dev_offset; member
H A Dvolumes.c5524 u64 dev_offset; in gather_device_info() local
5551 ret = find_free_dev_extent(device, dev_extent_want, &dev_offset, in gather_device_info()
5573 devices_info[ndevs].dev_offset = dev_offset; in gather_device_info()
5822 map->stripes[s].physical = devices_info[i].dev_offset + in create_chunk()
5983 const u64 dev_offset = map->stripes[i].physical; in btrfs_chunk_alloc_add_chunk_item() local
5986 btrfs_set_stack_stripe_offset(stripe, dev_offset); in btrfs_chunk_alloc_add_chunk_item()
H A Dblock-group.c2795 u64 dev_offset; in insert_dev_extents() local
2815 dev_offset = map->stripes[i].physical; in insert_dev_extents()
2817 ret = insert_dev_extent(trans, device, chunk_offset, dev_offset, in insert_dev_extents()
H A Dscrub.c2603 u64 dev_offset, in scrub_chunk()
2631 map->stripes[i].physical == dev_offset) { in scrub_chunk()
2604 scrub_chunk(struct scrub_ctx * sctx,struct btrfs_block_group * bg,struct btrfs_device * scrub_dev,u64 dev_offset,u64 dev_extent_len) scrub_chunk() argument
/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.c1389 * @dev_offset: Base address of desired FW mapping, offset from start of FW heap.
1412 u32 dev_offset, size_t size, u64 flags, in pvr_fw_object_create_and_map_offset() argument
1416 u64 dev_addr = pvr_dev->fw_dev.fw_mm_base + dev_offset; in pvr_fw_object_create_and_map_offset()