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

/u-boot/fs/ubifs/
H A Dtnc.c326 ubifs_assert(is_hash_key(c, &zbr->key));
401 ubifs_assert(is_hash_key(c, &zbr->key));
1219 if (exact || !is_hash_key(c, key) || *n != -1) {
1363 if (exact || !is_hash_key(c, key) || *n != -1) {
1472 if (is_hash_key(c, key)) {
2247 } else if (is_hash_key(c, key)) {
2780 ubifs_assert(is_hash_key(c, key));
3054 if (!is_hash_key(c, key))
3158 const int unique = !is_hash_key(c, key);
H A Dkey.h508 * is_hash_key - is a key vulnerable to hash collisions.
514 static inline int is_hash_key(const struct ubifs_info *c, function
H A Dtnc_misc.c369 } else if (cmp == 0 && !is_hash_key(c, key1)) {
H A Dreplay.c224 if (is_hash_key(c, &r->key)) {
324 if (is_hash_key(c, &r->key))
H A Ddebug.c1430 if (!is_hash_key(c, &znode->zbranch[n].key)) {

Completed in 109 milliseconds