Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Ddisk-io.c1514 btrfs_put_root(fs_info->data_reloc_root); in btrfs_free_fs_info()
2029 free_root_extent_buffers(info->data_reloc_root); in free_root_pointers()
2345 fs_info->data_reloc_root = root; in btrfs_read_roots()
3419 if (fs_info->data_reloc_root) in open_ctree()
3420 btrfs_drop_and_free_fs_root(fs_info, fs_info->data_reloc_root); in open_ctree()
Drelocation.c3477 root = btrfs_grab_root(fs_info->data_reloc_root); in create_reloc_inode()
3867 fs_root = btrfs_grab_root(fs_info->data_reloc_root); in btrfs_recover_relocation()
Dctree.h589 struct btrfs_root *data_reloc_root; member