Searched refs:contains_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-common.c544 static bool contains_key(struct btree_node *n, uint64_t key, int index) function
572 if (!contains_key(n, b, index)) {
597 if (contains_key(n, b, index)) {
787 if (!contains_key(n, b, index)) {
818 if (contains_key(n, b, index)) {
H A Ddm-btree.c1063 static bool contains_key(struct btree_node *node, uint64_t key) function
1083 return contains_key(node, key);

Completed in 209 milliseconds