Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c496 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node()
886 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument
923 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location()
946 u64 new_bytenr = 0; in replace_file_extents() local
1022 ret = get_new_location(rc->data_inode, &new_bytenr, in replace_file_extents()
1032 btrfs_set_file_extent_disk_bytenr(leaf, fi, new_bytenr); in replace_file_extents()
1037 ref.bytenr = new_bytenr; in replace_file_extents()
1103 u64 new_bytenr; in replace_path() local
1166 new_bytenr = btrfs_node_blockptr(eb, in replace_path()
1171 new_bytenr = 0; in replace_path()
[all …]
H A Dbackref.h321 u64 new_bytenr; member