Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Ddisk-io.c1642 btrfs_put_root(fs_info->data_reloc_root); in btrfs_free_fs_info()
2165 free_root_extent_buffers(info->data_reloc_root); in free_root_pointers()
2496 fs_info->data_reloc_root = root; in btrfs_read_roots()
3679 if (fs_info->data_reloc_root) in open_ctree()
3680 btrfs_drop_and_free_fs_root(fs_info, fs_info->data_reloc_root); in open_ctree()
Drelocation.c3843 root = btrfs_grab_root(fs_info->data_reloc_root); in create_reloc_inode()
4315 fs_root = btrfs_grab_root(fs_info->data_reloc_root); in btrfs_recover_relocation()
Dctree.h628 struct btrfs_root *data_reloc_root; member