Home
last modified time | relevance | path

Searched refs:dev_uuid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dvolumes.c2349 u8 *dev_uuid; in btrfs_find_device_by_path() local
2360 dev_uuid = disk_super->dev_item.uuid; in btrfs_find_device_by_path()
2362 device = btrfs_find_device(fs_info->fs_devices, devid, dev_uuid, in btrfs_find_device_by_path()
2365 device = btrfs_find_device(fs_info->fs_devices, devid, dev_uuid, in btrfs_find_device_by_path()
2485 u8 dev_uuid[BTRFS_UUID_SIZE]; in btrfs_finish_sprout() local
2524 read_extent_buffer(leaf, dev_uuid, btrfs_device_uuid(dev_item), in btrfs_finish_sprout()
2528 device = btrfs_find_device(fs_info->fs_devices, devid, dev_uuid, in btrfs_finish_sprout()
5250 memcpy(stripe->dev_uuid, device->uuid, BTRFS_UUID_SIZE); in btrfs_finish_chunk_alloc()
6616 u64 devid, u8 *dev_uuid) in add_missing_dev() argument
6620 device = btrfs_alloc_device(NULL, &devid, dev_uuid); in add_missing_dev()
[all …]
Dctree.h1474 return (char *)s + offsetof(struct btrfs_stripe, dev_uuid); in btrfs_stripe_dev_uuid()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h405 __u8 dev_uuid[BTRFS_UUID_SIZE]; member