Searched refs:key_hash_flash (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ubifs/
H A Dubifs.c312 file->f_pos = key_hash_flash(c, &dent->key);
330 file->f_pos = key_hash_flash(c, &dent->key);
337 key_hash_flash(c, &dent->key));
358 file->f_pos = key_hash_flash(c, &dent->key);
415 file->f_pos = key_hash_flash(c, &dent->key);
421 key_hash_flash(c, &dent->key));
444 file->f_pos = key_hash_flash(c, &dent->key);
H A Dkey.h369 * key_hash_flash - get directory entry hash from an on-flash formatted key.
373 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) function

Completed in 43 milliseconds