Searched refs:key_hash (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/ubifs/ |
D | key.h | 156 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() 191 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() 224 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() 242 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() 374 static inline uint32_t key_hash(const struct ubifs_info *c, in key_hash() function
|
D | sb.c | 170 sup->key_hash = UBIFS_KEY_HASH_R5; in create_default_filesystem() 276 c->key_hash = key_r5_hash; in create_default_filesystem() 361 if (!c->key_hash) { in validate_sb() 576 switch (sup->key_hash) { in ubifs_read_superblock() 578 c->key_hash = key_r5_hash; in ubifs_read_superblock() 583 c->key_hash = key_test_hash; in ubifs_read_superblock()
|
D | ubifs-media.h | 623 __u8 key_hash; member
|
D | gc.c | 204 uint32_t hasha = key_hash(c, &sa->key); in nondata_nodes_cmp() 205 uint32_t hashb = key_hash(c, &sb->key); in nondata_nodes_cmp()
|
D | debug.c | 114 get_key_type(type), key_hash(c, key)); in sprintf_key() 314 (int)sup->key_hash, get_key_hash(sup->key_hash)); in dbg_dump_node()
|
D | ubifs.h | 1287 uint32_t (*key_hash)(const char *str, int len); member
|