Searched refs:new_bytenr (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | relocation.c | 273 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache() 283 if (node->bytenr == node->new_bytenr) in update_backref_cache() 285 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache() 560 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node() 1005 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument 1042 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location() 1065 u64 new_bytenr = 0; in replace_file_extents() local 1134 ret = get_new_location(rc->data_inode, &new_bytenr, in replace_file_extents() 1144 btrfs_set_file_extent_disk_bytenr(leaf, fi, new_bytenr); in replace_file_extents() 1148 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() [all …]
|
D | backref.h | 187 u64 new_bytenr; member
|