Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Drelocation.c41 u64 new_bytenr; member
500 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache()
510 if (node->bytenr == node->new_bytenr) in update_backref_cache()
512 update_backref_node(cache, node, node->new_bytenr); in update_backref_cache()
1191 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
1321 static int __update_reloc_root(struct btrfs_root *root, u64 new_bytenr) in __update_reloc_root() argument
1342 node->bytenr = new_bytenr; in __update_reloc_root()
1575 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument
1612 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location()
1635 u64 new_bytenr = 0; in replace_file_extents() local
[all …]