Searched refs:ubifs_copy_hash (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | tnc_commit.c | 44 ubifs_copy_hash(c, zbr->hash, ubifs_branch_hash(c, br)); in make_idx_node() 72 ubifs_copy_hash(c, hash, zbr->hash); in make_idx_node() 77 ubifs_copy_hash(c, hash, c->zroot.hash); in make_idx_node() 878 ubifs_copy_hash(c, zbr->hash, ubifs_branch_hash(c, br)); in write_index() 895 ubifs_copy_hash(c, hash, in write_index() 900 ubifs_copy_hash(c, hash, in write_index() 903 ubifs_copy_hash(c, hash, c->zroot.hash); in write_index()
|
| H A D | master.c | 384 ubifs_copy_hash(c, c->mst_node->hash_root_idx, c->zroot.hash); in ubifs_read_master() 459 ubifs_copy_hash(c, c->zroot.hash, c->mst_node->hash_root_idx); in ubifs_write_master()
|
| H A D | sb.c | 251 ubifs_copy_hash(c, hash_lpt, mst->hash_lpt); in create_default_filesystem() 333 ubifs_copy_hash(c, hash, ubifs_branch_hash(c, br)); in create_default_filesystem() 340 ubifs_copy_hash(c, hash, mst->hash_root_idx); in create_default_filesystem()
|
| H A D | tnc_misc.c | 335 ubifs_copy_hash(c, ubifs_branch_hash(c, br), zbr->hash); in read_znode()
|
| H A D | ubifs.h | 1668 static inline void ubifs_copy_hash(const struct ubifs_info *c, const u8 *from, in ubifs_copy_hash() function
|