Searched refs:btrfs_set_node_blockptr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | ctree.c | 1107 btrfs_set_node_blockptr(parent, parent_slot, in __btrfs_cow_block() 1215 btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr); in __tree_mod_log_rewind() 1223 btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr); in __tree_mod_log_rewind() 3359 btrfs_set_node_blockptr(c, 0, lower->start); in insert_new_root() 3422 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() 2764 btrfs_set_node_blockptr(upper->eb, slot, in do_relocation()
|
D | ctree.h | 1856 static inline void btrfs_set_node_blockptr(struct extent_buffer *eb, in btrfs_set_node_blockptr() function
|