Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Drelocation.h22 bool btrfs_should_ignore_reloc_root(const struct btrfs_root *root);
H A Dbackref.c3240 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()
H A Drelocation.c268 bool btrfs_should_ignore_reloc_root(const struct btrfs_root *root) in btrfs_should_ignore_reloc_root() function