Searched refs:btrfs_set_node_blockptr (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | ctree.c | 1151 btrfs_set_node_blockptr(parent, parent_slot, in __btrfs_cow_block() 1261 btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr); in __tree_mod_log_rewind() 1269 btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr); in __tree_mod_log_rewind() 3462 btrfs_set_node_blockptr(c, 0, lower->start); in insert_new_root() 3525 btrfs_set_node_blockptr(lower, slot, bytenr); in insert_ptr()
|
D | relocation.c | 1896 btrfs_set_node_blockptr(parent, slot, new_bytenr); in replace_path() 1900 btrfs_set_node_blockptr(path->nodes[level], in replace_path() 2778 btrfs_set_node_blockptr(upper->eb, slot, in do_relocation()
|
D | ctree.h | 1870 static inline void btrfs_set_node_blockptr(struct extent_buffer *eb, in btrfs_set_node_blockptr() function
|