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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Dtnc.c338 ubifs_assert(is_hash_key(c, &zbr->key));
414 ubifs_assert(is_hash_key(c, &zbr->key));
1215 if (exact || !is_hash_key(c, key) || *n != -1) {
1359 if (exact || !is_hash_key(c, key) || *n != -1) {
1464 if (is_hash_key(c, key)) {
2240 } else if (is_hash_key(c, key)) {
2774 ubifs_assert(is_hash_key(c, key));
3040 if (!is_hash_key(c, key))
3144 const int unique = !is_hash_key(c, key);
H A Dkey.h506 * is_hash_key - is a key vulnerable to hash collisions.
512 static inline int is_hash_key(const struct ubifs_info *c, function
H A Dtnc_misc.c376 } else if (cmp == 0 && !is_hash_key(c, key1)) {
H A Dreplay.c213 else if (is_hash_key(c, &r->key)) {
277 if (is_hash_key(c, &r->key))
H A Dcommit.c605 if (!is_hash_key(c, &u_key)) {
H A Ddebug.c1342 if (!is_hash_key(c, &znode->zbranch[n].key)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dtnc.c338 ubifs_assert(is_hash_key(c, &zbr->key));
414 ubifs_assert(is_hash_key(c, &zbr->key));
1215 if (exact || !is_hash_key(c, key) || *n != -1) {
1359 if (exact || !is_hash_key(c, key) || *n != -1) {
1464 if (is_hash_key(c, key)) {
2240 } else if (is_hash_key(c, key)) {
2774 ubifs_assert(is_hash_key(c, key));
3040 if (!is_hash_key(c, key))
3144 const int unique = !is_hash_key(c, key);
H A Dkey.h506 * is_hash_key - is a key vulnerable to hash collisions.
512 static inline int is_hash_key(const struct ubifs_info *c, function
H A Dtnc_misc.c376 } else if (cmp == 0 && !is_hash_key(c, key1)) {
H A Dreplay.c213 else if (is_hash_key(c, &r->key)) {
277 if (is_hash_key(c, &r->key))
H A Dcommit.c605 if (!is_hash_key(c, &u_key)) {
H A Ddebug.c1342 if (!is_hash_key(c, &znode->zbranch[n].key)) {

Completed in 304 milliseconds