Searched refs:dent_key_init (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | journal.c | 594 dent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update() 1156 dent_key_init(c, &key, snd_dir->i_ino, snd_nm); in ubifs_jnl_xrename() 1162 dent_key_init(c, &key, fst_dir->i_ino, fst_nm); in ubifs_jnl_xrename() 1388 dent_key_init(c, &key, new_dir->i_ino, new_nm); in ubifs_jnl_rename() 1395 dent_key_init(c, &key, old_dir->i_ino, old_nm); in ubifs_jnl_rename() 1404 dent_key_init(c, &key, old_dir->i_ino, old_nm); in ubifs_jnl_rename()
|
H A D | key.h | 146 static inline void dent_key_init(const struct ubifs_info *c, in dent_key_init() function
|
H A D | dir.c | 231 dent_key_init(c, &key, dir->i_ino, &nm); in ubifs_lookup()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | key.h | 140 static inline void dent_key_init(const struct ubifs_info *c, in dent_key_init() function
|