Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dzoned.h397 if (btrfs_is_data_reloc_root(root) && btrfs_is_zoned(root->fs_info)) in btrfs_zoned_data_reloc_lock()
405 if (btrfs_is_data_reloc_root(root) && btrfs_is_zoned(root->fs_info)) in btrfs_zoned_data_reloc_unlock()
H A Dbio.c680 if (!bbio->inode || btrfs_is_data_reloc_root(inode->root)) in btrfs_submit_chunk()
745 !btrfs_is_data_reloc_root(inode->root)) { in btrfs_submit_chunk()
H A Dctree.h739 static inline bool btrfs_is_data_reloc_root(const struct btrfs_root *root) in btrfs_is_data_reloc_root() function
H A Dinode.c1350 if (btrfs_is_data_reloc_root(root)) in cow_file_range()
1429 if (btrfs_is_data_reloc_root(root)) { in cow_file_range()
1719 const bool is_reloc_ino = btrfs_is_data_reloc_root(inode->root); in fallback_to_cow()
2011 if (btrfs_is_data_reloc_root(inode->root)) in nocow_one_range()
2066 ASSERT(!btrfs_is_zoned(fs_info) || btrfs_is_data_reloc_root(root)); in run_delalloc_nocow()
2613 if (!btrfs_is_data_reloc_root(root) && in btrfs_clear_delalloc_extent()
3395 if (btrfs_is_data_reloc_root(inode->root) && in btrfs_data_csum_ok()
4185 && !btrfs_is_data_reloc_root(root) in btrfs_update_inode()
7829 if (!root || !btrfs_is_data_reloc_root(root)) in btrfs_destroy_inode()
H A Dextent-tree.c2445 if (btrfs_is_data_reloc_root(inode->root)) in btrfs_cross_ref_exist()
4658 bool for_data_reloc = (btrfs_is_data_reloc_root(root) && is_data); in btrfs_reserve_extent()
4926 if (btrfs_is_data_reloc_root(root) && is_fstree(root->relocation_src_root)) in btrfs_alloc_reserved_file_extent()
H A Dzoned.c1766 if (btrfs_is_data_reloc_root(inode->root)) in btrfs_use_zone_append()
H A Drelocation.c4321 BUG_ON(rc->stage == UPDATE_DATA_PTRS && btrfs_is_data_reloc_root(root)); in btrfs_reloc_cow_block()
H A Ddisk-io.c1114 !btrfs_is_data_reloc_root(root) && in btrfs_init_fs_root()