Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree.h194 struct dm_btree_cursor { struct
209 bool prefetch_leaves, struct dm_btree_cursor *c); argument
210 void dm_btree_cursor_end(struct dm_btree_cursor *c);
211 int dm_btree_cursor_next(struct dm_btree_cursor *c);
212 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count);
213 int dm_btree_cursor_get_value(struct dm_btree_cursor *c, uint64_t *key, void *value_le);
H A Ddm-btree.c998 static void prefetch_values(struct dm_btree_cursor *c) in prefetch_values()
1015 static bool leaf_node(struct dm_btree_cursor *c) in leaf_node()
1023 static int push_node(struct dm_btree_cursor *c, dm_block_t b) in push_node()
1046 static void pop_node(struct dm_btree_cursor *c) in pop_node()
1052 static int inc_or_backtrack(struct dm_btree_cursor *c) in inc_or_backtrack()
1074 static int find_leaf(struct dm_btree_cursor *c) in find_leaf()
1103 bool prefetch_leaves, struct dm_btree_cursor *c) in dm_btree_cursor_begin()
1120 void dm_btree_cursor_end(struct dm_btree_cursor *c) in dm_btree_cursor_end()
1127 int dm_btree_cursor_next(struct dm_btree_cursor *c) in dm_btree_cursor_next()
1140 int dm_btree_cursor_skip(struct dm_btree_cursor *c, uint32_t count) in dm_btree_cursor_skip()
[all …]
H A Ddm-array.h197 struct dm_btree_cursor cursor;