Searched refs:dm_btree_cursor (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-btree.h195 struct dm_btree_cursor { struct
210 bool prefetch_leaves, struct dm_btree_cursor *c);
211 void dm_btree_cursor_end(struct dm_btree_cursor *c);
212 int dm_btree_cursor_next(struct dm_btree_cursor *c);
213 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count);
214 int dm_btree_cursor_get_value(struct dm_btree_cursor *c, uint64_t *key, void *value_le);
H A Ddm-array.h198 struct dm_btree_cursor cursor;
H A Ddm-btree.c1467 static void prefetch_values(struct dm_btree_cursor *c)
1484 static bool leaf_node(struct dm_btree_cursor *c)
1492 static int push_node(struct dm_btree_cursor *c, dm_block_t b)
1515 static void pop_node(struct dm_btree_cursor *c)
1521 static int inc_or_backtrack(struct dm_btree_cursor *c)
1543 static int find_leaf(struct dm_btree_cursor *c)
1572 bool prefetch_leaves, struct dm_btree_cursor *c)
1589 void dm_btree_cursor_end(struct dm_btree_cursor *c)
1596 int dm_btree_cursor_next(struct dm_btree_cursor *c)
1610 int dm_btree_cursor_skip(struct dm_btree_cursor *
[all...]

Completed in 159 milliseconds