Lines Matching refs:hash
29 u8 hash[UBIFS_HASH_ARR_SZ]; in make_idx_node() local
44 ubifs_copy_hash(c, zbr->hash, ubifs_branch_hash(c, br)); in make_idx_node()
55 ubifs_node_calc_hash(c, idx, hash); 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()
858 u8 hash[UBIFS_HASH_ARR_SZ]; in write_index() local
877 ubifs_copy_hash(c, zbr->hash, ubifs_branch_hash(c, br)); in write_index()
889 ubifs_node_calc_hash(c, idx, hash); in write_index()
894 ubifs_copy_hash(c, hash, in write_index()
895 znode->cparent->zbranch[znode->ciip].hash); in write_index()
899 ubifs_copy_hash(c, hash, in write_index()
900 znode->parent->zbranch[znode->iip].hash); in write_index()
902 ubifs_copy_hash(c, hash, c->zroot.hash); in write_index()