Home
last modified time | relevance | path

Searched refs:relocation_src_root (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dctree.h314 u64 relocation_src_root; member
H A Drelocation.c3000 if (cluster->nr > 0 && cluster->owning_root != root->relocation_src_root) { in relocate_data_extent()
3001 u64 tmp = root->relocation_src_root; in relocate_data_extent()
3008 root->relocation_src_root = cluster->owning_root; in relocate_data_extent()
3014 root->relocation_src_root = tmp; in relocate_data_extent()
3019 cluster->owning_root = root->relocation_src_root; in relocate_data_extent()
3555 root->relocation_src_root = owning_root_id; in relocate_block_group()