Searched refs:btrfs_should_ignore_reloc_root (Results 1 - 3 of 3) sorted by last modified time

/linux-master/fs/btrfs/
H A Drelocation.c316 * from no reloc root. But btrfs_should_ignore_reloc_root() below is a
328 bool btrfs_should_ignore_reloc_root(const struct btrfs_root *root) function
H A Dbackref.c3323 * btrfs_should_ignore_reloc_root() as it may conflict with
3330 if (btrfs_should_ignore_reloc_root(root) && cache->is_reloc) {
3372 if (btrfs_should_ignore_reloc_root(root) &&
H A Drelocation.h31 bool btrfs_should_ignore_reloc_root(const struct btrfs_root *root);

Completed in 325 milliseconds