Home
last modified time | relevance | path

Searched refs:btrfs_find_create_tree_block (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/
Ddisk-io.h52 struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root,
Ddisk-io.c1016 buf = btrfs_find_create_tree_block(root, bytenr); in readahead_tree_block()
1032 buf = btrfs_find_create_tree_block(root, bytenr); in reada_tree_block_flagged()
1062 struct extent_buffer *btrfs_find_create_tree_block(struct btrfs_root *root, in btrfs_find_create_tree_block() function
1089 buf = btrfs_find_create_tree_block(root, bytenr); in read_tree_block()
Dextent-tree.c7849 buf = btrfs_find_create_tree_block(root, bytenr); in btrfs_init_new_buffer()
8509 next = btrfs_find_create_tree_block(root, bytenr); in do_walk_down()
Dtree-log.c2426 next = btrfs_find_create_tree_block(root, bytenr); in walk_down_log_tree()
Dvolumes.c6595 sb = btrfs_find_create_tree_block(root, BTRFS_SUPER_INFO_OFFSET); in btrfs_read_sys_array()