Searched refs:key_hash_flash (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.c | 328 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 D | key.h | 373 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash() function
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 622 ctx->pos = key_hash_flash(c, &dent->key); in ubifs_readdir() 639 ctx->pos = key_hash_flash(c, &dent->key); in ubifs_readdir() 646 key_hash_flash(c, &dent->key)); in ubifs_readdir() 656 err = fscrypt_fname_disk_to_usr(dir, key_hash_flash(c, in ubifs_readdir() 684 ctx->pos = key_hash_flash(c, &dent->key); in ubifs_readdir()
|
H A D | key.h | 380 static inline uint32_t key_hash_flash(const struct ubifs_info *c, const void *k) in key_hash_flash() function
|