Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dubifs.c328 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_printdir()
346 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_printdir()
353 key_hash_flash(c, &dent->key)); in ubifs_printdir()
374 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_printdir()
431 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_finddir()
437 key_hash_flash(c, &dent->key)); in ubifs_finddir()
460 file->f_pos = key_hash_flash(c, &dent->key); in ubifs_finddir()
H A Dkey.h373 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash() function