Searched refs:btrfs_should_ignore_reloc_root (Results 1 – 3 of 3) sorted by relevance
22 bool btrfs_should_ignore_reloc_root(const struct btrfs_root *root);
3240 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) { in handle_indirect_tree_backref()3282 if (btrfs_should_ignore_reloc_root(root) && in handle_indirect_tree_backref()
268 bool btrfs_should_ignore_reloc_root(const struct btrfs_root *root) in btrfs_should_ignore_reloc_root() function