Searched refs:dent_key_init_hash (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | key.h | 159 static inline void dent_key_init_hash(const struct ubifs_info *c, in dent_key_init_hash() function
|
H A D | ubifs.c | 339 dent_key_init_hash(c, &key, dir->i_ino, file->f_pos); in ubifs_printdir()
|
/openbmc/linux/fs/ubifs/ |
H A D | key.h | 165 static inline void dent_key_init_hash(const struct ubifs_info *c, in dent_key_init_hash() function
|
H A D | dir.c | 228 dent_key_init_hash(c, &key, dir->i_ino, nm.hash); in ubifs_lookup() 632 dent_key_init_hash(c, &key, dir->i_ino, ctx->pos); in ubifs_readdir()
|
H A D | journal.c | 592 dent_key_init_hash(c, &dent_key, dir->i_ino, nm->hash); in ubifs_jnl_update()
|