Searched refs:new_bytenr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A 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() 1198 u64 new_bytenr; replace_path() local 3917 u64 new_bytenr; btrfs_reloc_clone_csums() local [all...] |
H A D | backref.h | 169 u64 new_bytenr; member
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | relocation.c | 282 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache() 292 if (node->bytenr == node->new_bytenr) in update_backref_cache() 294 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache() 570 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node() 1015 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument 1052 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location() 1075 u64 new_bytenr = 0; in replace_file_extents() local 1147 ret = get_new_location(rc->data_inode, &new_bytenr, in replace_file_extents() 1157 btrfs_set_file_extent_disk_bytenr(leaf, fi, new_bytenr); in replace_file_extents() 1161 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() 1222 u64 new_bytenr; replace_path() local [all...] |
H A D | backref.h | 344 u64 new_bytenr; member
|
Completed in 8 milliseconds