Home
last modified time | relevance | path

Searched refs:key_hash (Results 1 – 5 of 5) sorted by relevance

/fs/ubifs/
Dkey.h156 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()
259 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash()
384 static inline int key_hash(const struct ubifs_info *c, in key_hash() function
Dsb.c169 sup->key_hash = UBIFS_KEY_HASH_R5; in create_default_filesystem()
274 c->key_hash = key_r5_hash; in create_default_filesystem()
359 if (!c->key_hash) { in validate_sb()
555 switch (sup->key_hash) { in ubifs_read_superblock()
557 c->key_hash = key_r5_hash; in ubifs_read_superblock()
562 c->key_hash = key_test_hash; in ubifs_read_superblock()
Dubifs-media.h593 __u8 key_hash; member
Ddebug.c113 get_key_type(type), key_hash(c, key)); in sprintf_key()
299 (int)sup->key_hash, get_key_hash(sup->key_hash)); in dbg_dump_node()
Dubifs.h1247 uint32_t (*key_hash)(const char *str, int len); member