Home
last modified time | relevance | path

Searched refs:cursor_node (Results 1 – 2 of 2) sorted by relevance

/drivers/md/persistent-data/
Ddm-btree.h189 struct cursor_node { struct
200 struct cursor_node nodes[DM_BTREE_CURSOR_MAX_DEPTH]; argument
Ddm-btree.c1002 struct cursor_node *n = c->nodes + c->depth - 1; in prefetch_values()
1017 struct cursor_node *n = c->nodes + c->depth - 1; in leaf_node()
1026 struct cursor_node *n = c->nodes + c->depth; in push_node()
1054 struct cursor_node *n; in inc_or_backtrack()
1077 struct cursor_node *n; in find_leaf()
1154 struct cursor_node *n = c->nodes + c->depth - 1; in dm_btree_cursor_get_value()