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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dtnc_misc.c147 cmp = keys_cmp(c, key, &zbr[mid].key);
163 ubifs_assert(keys_cmp(c, key, &zbr[0].key) < 0);
165 ubifs_assert(keys_cmp(c, key, &zbr[*n].key) > 0);
167 ubifs_assert(keys_cmp(c, key, &zbr[*n + 1].key) < 0);
371 cmp = keys_cmp(c, key1, key2);
H A Dtnc.c515 if (keys_cmp(c, key, &node_key) != 0)
727 if (keys_cmp(c, &(*zn)->zbranch[*n].key, key)) {
791 if (keys_cmp(c, &znode->zbranch[nn].key, key))
928 if (keys_cmp(c, &(*zn)->zbranch[*n].key, key)) {
973 if (keys_cmp(c, &znode->zbranch[nn].key, key))
1056 if (keys_cmp(c, &znode->zbranch[nn].key, key))
1074 if (keys_cmp(c, &znode->zbranch[nn].key, key))
1271 if (keys_cmp(c, key, &znode->zbranch[*n].key)) {
1376 if (keys_cmp(c, key, &znode->zbranch[*n].key)) {
1897 while (keys_cmp(
[all...]
H A Dcommit.c596 if (keys_cmp(c, &lower_key, &l_key) > 0) {
600 if (keys_cmp(c, &upper_key, &u_key) < 0) {
604 if (keys_cmp(c, &upper_key, &u_key) == 0)
H A Ddebug.c1137 ubifs_assert(!keys_cmp(c, &zbr1->key, &zbr2->key));
1164 if (keys_cmp(c, &zbr1->key, &key)) {
1174 if (keys_cmp(c, &zbr2->key, &key)) {
1287 if (keys_cmp(c, &zp->zbranch[n].key,
1300 cmp = keys_cmp(c, min, &znode->zbranch[0].key);
1314 cmp = keys_cmp(c, max,
1334 cmp = keys_cmp(c, &znode->zbranch[n - 1].key,
1465 !keys_cmp(c, &prev->zbranch[last].key,
H A Dkey.h461 * keys_cmp - compare keys.
469 static inline int keys_cmp(const struct ubifs_info *c, function

Completed in 120 milliseconds