Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dzoned.h385 if (btrfs_is_data_reloc_root(root) && btrfs_is_zoned(root->fs_info)) in btrfs_zoned_data_reloc_lock()
393 if (btrfs_is_data_reloc_root(root) && btrfs_is_zoned(root->fs_info)) in btrfs_zoned_data_reloc_unlock()
Dctree.h706 static inline bool btrfs_is_data_reloc_root(const struct btrfs_root *root) in btrfs_is_data_reloc_root() function
Dbio.c700 !btrfs_is_data_reloc_root(inode->root)) { in btrfs_submit_chunk()
Dinode.c1368 if (btrfs_is_data_reloc_root(root)) in cow_file_range()
1434 if (btrfs_is_data_reloc_root(root)) { in cow_file_range()
1750 const bool is_reloc_ino = btrfs_is_data_reloc_root(inode->root); in fallback_to_cow()
1981 ASSERT(!btrfs_is_zoned(fs_info) || btrfs_is_data_reloc_root(root)); in run_delalloc_nocow()
2172 if (btrfs_is_data_reloc_root(root)) in run_delalloc_nocow()
2520 if (!btrfs_is_data_reloc_root(root) && in btrfs_clear_delalloc_extent()
3298 if (btrfs_is_data_reloc_root(inode->root) && in btrfs_data_csum_ok()
4025 && !btrfs_is_data_reloc_root(root) in btrfs_update_inode()
Dzoned.c1640 if (btrfs_is_data_reloc_root(inode->root)) in btrfs_use_zone_append()
Dextent-tree.c2397 if (btrfs_is_data_reloc_root(root)) in btrfs_cross_ref_exist()
4529 bool for_data_reloc = (btrfs_is_data_reloc_root(root) && is_data); in btrfs_reserve_extent()
Drelocation.c4439 BUG_ON(rc->stage == UPDATE_DATA_PTRS && btrfs_is_data_reloc_root(root)); in btrfs_reloc_cow_block()
Ddisk-io.c1103 !btrfs_is_data_reloc_root(root) && in btrfs_init_fs_root()