Home
last modified time | relevance | path

Searched refs:btree_lookup (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbtree-type.h41 return btree_lookup(&head->h, BTREE_TYPE_GEO, &_key); in BTREE_FN()
84 return btree_lookup(&head->h, BTREE_TYPE_GEO, (unsigned long *)&key); in BTREE_FN()
H A Dbtree.h100 void *btree_lookup(struct btree_head *head, struct btree_geo *geo,
H A Dbtree-128.h25 return btree_lookup(&head->h, &btree_geo128, (unsigned long *)&key); in btree_lookup128()
/OK3568_Linux_fs/kernel/lib/
H A Dbtree.c241 void *btree_lookup(struct btree_head *head, struct btree_geo *geo, in btree_lookup() function
269 EXPORT_SYMBOL_GPL(btree_lookup);
663 val = btree_lookup(victim, geo, key); in btree_merge()