Searched refs:btrfs_set_node_blockptr (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | ctree.c | 1141 		btrfs_set_node_blockptr(parent, parent_slot,  in __btrfs_cow_block()1249 			btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr);  in __tree_mod_log_rewind()
 1257 			btrfs_set_node_blockptr(eb, tm->slot, tm->blockptr);  in __tree_mod_log_rewind()
 3419 	btrfs_set_node_blockptr(c, 0, lower->start);  in insert_new_root()
 3482 	btrfs_set_node_blockptr(lower, slot, bytenr);  in insert_ptr()
 
 | 
| D | relocation.c | 1926 		btrfs_set_node_blockptr(parent, slot, new_bytenr);  in replace_path()1930 		btrfs_set_node_blockptr(path->nodes[level],  in replace_path()
 2860 			btrfs_set_node_blockptr(upper->eb, slot,  in do_relocation()
 
 | 
| D | ctree.h | 1679 static inline void btrfs_set_node_blockptr(struct extent_buffer *eb,  in btrfs_set_node_blockptr()  function
 |