Searched refs:keys_cmp (Results 1 - 4 of 4) sorted by relevance

/u-boot/fs/ubifs/
H A Dtnc_misc.c140 cmp = keys_cmp(c, key, &zbr[mid].key);
156 ubifs_assert(keys_cmp(c, key, &zbr[0].key) < 0);
158 ubifs_assert(keys_cmp(c, key, &zbr[*n].key) > 0);
160 ubifs_assert(keys_cmp(c, key, &zbr[*n + 1].key) < 0);
364 cmp = keys_cmp(c, key1, key2);
H A Dtnc.c518 if (keys_cmp(c, key, &node_key) != 0)
730 if (keys_cmp(c, &(*zn)->zbranch[*n].key, key)) {
794 if (keys_cmp(c, &znode->zbranch[nn].key, key))
931 if (keys_cmp(c, &(*zn)->zbranch[*n].key, key)) {
976 if (keys_cmp(c, &znode->zbranch[nn].key, key))
1059 if (keys_cmp(c, &znode->zbranch[nn].key, key))
1077 if (keys_cmp(c, &znode->zbranch[nn].key, key))
1275 if (keys_cmp(c, key, &znode->zbranch[*n].key)) {
1380 if (keys_cmp(c, key, &znode->zbranch[*n].key)) {
1905 while (keys_cmp(
[all...]
H A Ddebug.c1221 ubifs_assert(!keys_cmp(c, &zbr1->key, &zbr2->key));
1248 if (keys_cmp(c, &zbr1->key, &key)) {
1260 if (keys_cmp(c, &zbr2->key, &key)) {
1375 if (keys_cmp(c, &zp->zbranch[n].key,
1388 cmp = keys_cmp(c, min, &znode->zbranch[0].key);
1402 cmp = keys_cmp(c, max,
1422 cmp = keys_cmp(c, &znode->zbranch[n - 1].key,
1582 !keys_cmp(c, &prev->zbranch[last].key,
H A Dkey.h463 * keys_cmp - compare keys.
471 static inline int keys_cmp(const struct ubifs_info *c, function

Completed in 64 milliseconds