Lines Matching refs:dm_btree_cursor
1454 static void prefetch_values(struct dm_btree_cursor *c) in prefetch_values()
1471 static bool leaf_node(struct dm_btree_cursor *c) in leaf_node()
1479 static int push_node(struct dm_btree_cursor *c, dm_block_t b) in push_node()
1502 static void pop_node(struct dm_btree_cursor *c) in pop_node()
1508 static int inc_or_backtrack(struct dm_btree_cursor *c) in inc_or_backtrack()
1530 static int find_leaf(struct dm_btree_cursor *c) in find_leaf()
1559 bool prefetch_leaves, struct dm_btree_cursor *c) in dm_btree_cursor_begin()
1576 void dm_btree_cursor_end(struct dm_btree_cursor *c) in dm_btree_cursor_end()
1583 int dm_btree_cursor_next(struct dm_btree_cursor *c) in dm_btree_cursor_next()
1596 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count) in dm_btree_cursor_skip()
1607 int dm_btree_cursor_get_value(struct dm_btree_cursor *c, uint64_t *key, void *value_le) in dm_btree_cursor_get_value()