Searched refs:btrfs_set_node_blockptr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | tree-mod-log.c | 835 btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr); in tree_mod_log_rewind() 845 btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr); in tree_mod_log_rewind()
|
H A D | relocation.c | 1307 btrfs_set_node_blockptr(parent, slot, new_bytenr); in replace_path() 1311 btrfs_set_node_blockptr(path->nodes[level], in replace_path() 2448 btrfs_set_node_blockptr(upper->eb, slot, in do_relocation()
|
H A D | accessors.h | 387 static inline void btrfs_set_node_blockptr(const struct extent_buffer *eb, in btrfs_set_node_blockptr() function
|
H A D | ctree.c | 640 btrfs_set_node_blockptr(parent, parent_slot, in btrfs_force_cow_block() 3039 btrfs_set_node_blockptr(c, 0, lower->start); in insert_new_root() 3117 btrfs_set_node_blockptr(lower, slot, bytenr); in insert_ptr()
|