Searched refs:new_bytenr (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
D | relocation.c | 270 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache() 280 if (node->bytenr == node->new_bytenr) in update_backref_cache() 282 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache() 557 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node() 994 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument 1031 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location() 1054 u64 new_bytenr = 0; in replace_file_extents() local 1123 ret = get_new_location(rc->data_inode, &new_bytenr, in replace_file_extents() 1133 btrfs_set_file_extent_disk_bytenr(leaf, fi, new_bytenr); in replace_file_extents() 1137 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() [all …]
|
D | backref.h | 169 u64 new_bytenr; member
|