Searched refs:new_bytenr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | relocation.c | 502 BUG_ON(node->new_bytenr != reloc_root->node->start); in clone_backref_node() 947 static int get_new_location(struct inode *reloc_inode, u64 *new_bytenr, in get_new_location() argument 984 *new_bytenr = btrfs_file_extent_disk_bytenr(leaf, fi); in get_new_location() 1007 u64 new_bytenr = 0; in replace_file_extents() local 1079 ret = get_new_location(rc->data_inode, &new_bytenr, in replace_file_extents() 1089 btrfs_set_file_extent_disk_bytenr(leaf, fi, new_bytenr); in replace_file_extents() 1093 btrfs_init_generic_ref(&ref, BTRFS_ADD_DELAYED_REF, new_bytenr, in replace_file_extents() 1154 u64 new_bytenr; in replace_path() local 1217 new_bytenr = btrfs_node_blockptr(eb, in replace_path() 1222 new_bytenr = 0; in replace_path() [all …]
|
H A D | backref.h | 344 u64 new_bytenr; member
|