Searched refs:read_node_slot (Results 1 – 2 of 2) sorted by relevance
/u-boot/fs/btrfs/ |
A D | ctree.c | 299 struct extent_buffer *read_node_slot(struct btrfs_fs_info *fs_info, in read_node_slot() function 463 b = read_node_slot(fs_info, b, slot); in btrfs_search_slot() 627 next = read_node_slot(fs_info, c, slot); in btrfs_prev_leaf() 647 next = read_node_slot(fs_info, next, slot); in btrfs_prev_leaf() 687 next = read_node_slot(fs_info, c, slot); in btrfs_next_sibling_tree_block() 701 next = read_node_slot(fs_info, next, 0); in btrfs_next_sibling_tree_block()
|
A D | ctree.h | 1248 struct extent_buffer *read_node_slot(struct btrfs_fs_info *fs_info,
|
Completed in 7 milliseconds