Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Drelocation.c39 u64 new_bytenr; member
496 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache()
506 if (node->bytenr == node->new_bytenr) in update_backref_cache()
508 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache()
1178 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
1308 static int __update_reloc_root(struct btrfs_root *root, u64 new_bytenr) in __update_reloc_root() argument
1329 node->bytenr = new_bytenr; in __update_reloc_root()
1553 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument
1590 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location()
1613 u64 new_bytenr = 0; in replace_file_extents() local
[all …]