Searched refs:relocation_src_root (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dctree.h309 u64 relocation_src_root; member in struct:btrfs_root
H A Drelocation.c3177 * Under simple quotas, we set root->relocation_src_root when we find
3183 * Without simple quotas, relocation_src_root is always 0, so we should
3187 if (cluster->nr > 0 && cluster->owning_root != root->relocation_src_root) {
3188 u64 tmp = root->relocation_src_root;
3191 * root->relocation_src_root is the state that actually affects
3195 root->relocation_src_root = cluster->owning_root;
3201 root->relocation_src_root = tmp;
3206 cluster->owning_root = root->relocation_src_root;
3748 root->relocation_src_root = owning_root_id;
H A Dextent-tree.c4975 if (btrfs_is_data_reloc_root(root) && is_fstree(root->relocation_src_root))
4976 owning_root = root->relocation_src_root;

Completed in 334 milliseconds