Home
last modified time | relevance | path

Searched refs:btrfs_is_data_reloc_root (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Dinode.c315 if (btrfs_is_data_reloc_root(root)) in btrfs_print_data_csum_error()
1249 if (btrfs_is_data_reloc_root(root)) { in cow_one_range()
1397 if (btrfs_is_data_reloc_root(root)) in cow_file_range()
1679 const bool is_reloc_ino = btrfs_is_data_reloc_root(inode->root); in run_delalloc_cow()
1937 if (btrfs_is_data_reloc_root(inode->root)) in nocow_one_range()
2008 ASSERT(!btrfs_is_zoned(fs_info) || btrfs_is_data_reloc_root(root)); in run_delalloc_nocow()
2673 if (!btrfs_is_data_reloc_root(root) && in btrfs_clear_delalloc_extent()
3375 if (btrfs_is_data_reloc_root(inode->root) && in btrfs_finish_one_ordered()
4180 && !btrfs_is_data_reloc_root(root) in btrfs_read_locked_inode()
7950 if (!root || !btrfs_is_data_reloc_root(roo in btrfs_truncate()
[all...]
H A Dfile-item.c469 if (btrfs_is_data_reloc_root(inode->root)) { in btrfs_lookup_bio_sums()
H A Dextent-tree.c2548 if (btrfs_is_data_reloc_root(inode->root))
4888 bool for_data_reloc = (btrfs_is_data_reloc_root(root) && is_data); in btrfs_reserve_extent()
5173 if (btrfs_is_data_reloc_root(root) && btrfs_is_fstree(root->relocation_src_root)) in btrfs_alloc_reserved_file_extent()
H A Dzoned.c2066 if (btrfs_is_data_reloc_root(inode->root)) in btrfs_record_physical_zoned()
H A Ddisk-io.c1083 !btrfs_is_data_reloc_root(root) && in btrfs_init_fs_root()
H A Drelocation.c5778 BUG_ON(rc->stage == UPDATE_DATA_PTRS && btrfs_is_data_reloc_root(root)); in btrfs_reloc_pre_snapshot()