Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Ddict.h99 extern dnode_t *dict_lower_bound(dict_t *, const void *);
Ddict.c493 dnode_t *dict_lower_bound(dict_t *dict, const void *key) in dict_lower_bound() function
1446 dn = dict_lower_bound(d, tok1); in main()