Searched refs:key_hash (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 Dkey.h156 uint32_t hash = c->key_hash(nm->name, nm->len);
191 uint32_t hash = c->key_hash(nm->name, nm->len);
224 uint32_t hash = c->key_hash(nm->name, nm->len);
242 uint32_t hash = c->key_hash(nm->name, nm->len);
356 * key_hash - get directory entry hash.
360 static inline uint32_t key_hash(const struct ubifs_info *c, function
H A Dsb.c170 sup->key_hash = UBIFS_KEY_HASH_R5;
276 c->key_hash = key_r5_hash;
361 if (!c->key_hash) {
579 switch (sup->key_hash) {
581 c->key_hash = key_r5_hash;
586 c->key_hash = key_test_hash;
H A Dubifs-media.h595 * @key_hash: type of hash function used in keys
623 __u8 key_hash; member in struct:ubifs_sb_node
H A Dgc.c186 uint32_t hasha = key_hash(c, &sa->key);
187 uint32_t hashb = key_hash(c, &sb->key);
H A Ddebug.c114 get_key_type(type), key_hash(c, key));
314 (int)sup->key_hash, get_key_hash(sup->key_hash));
H A Dubifs.h1016 * @key_hash: direntry key hash function
1258 uint32_t (*key_hash)(const char *str, int len); member in struct:ubifs_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Dkey.h156 uint32_t hash = c->key_hash(nm->name, nm->len);
191 uint32_t hash = c->key_hash(nm->name, nm->len);
224 uint32_t hash = c->key_hash(nm->name, nm->len);
242 uint32_t hash = c->key_hash(nm->name, nm->len);
356 * key_hash - get directory entry hash.
360 static inline uint32_t key_hash(const struct ubifs_info *c, function
H A Dsb.c170 sup->key_hash = UBIFS_KEY_HASH_R5;
276 c->key_hash = key_r5_hash;
361 if (!c->key_hash) {
579 switch (sup->key_hash) {
581 c->key_hash = key_r5_hash;
586 c->key_hash = key_test_hash;
H A Dubifs-media.h595 * @key_hash: type of hash function used in keys
623 __u8 key_hash; member in struct:ubifs_sb_node
H A Dgc.c186 uint32_t hasha = key_hash(c, &sa->key);
187 uint32_t hashb = key_hash(c, &sb->key);
H A Ddebug.c114 get_key_type(type), key_hash(c, key));
314 (int)sup->key_hash, get_key_hash(sup->key_hash));
H A Dubifs.h1016 * @key_hash: direntry key hash function
1258 uint32_t (*key_hash)(const char *str, int len); member in struct:ubifs_info

Completed in 113 milliseconds