Home
last modified time | relevance | path

Searched refs:ubifs_copy_hash (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/fs/ubifs/
Dtnc_commit.c44 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()
857 ubifs_copy_hash(c, zbr->hash, ubifs_branch_hash(c, br)); in write_index()
874 ubifs_copy_hash(c, hash, in write_index()
879 ubifs_copy_hash(c, hash, in write_index()
882 ubifs_copy_hash(c, hash, c->zroot.hash); in write_index()
Dmaster.c384 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()
Dsb.c248 ubifs_copy_hash(c, hash_lpt, mst->hash_lpt); in create_default_filesystem()
332 ubifs_copy_hash(c, hash, ubifs_branch_hash(c, br)); in create_default_filesystem()
339 ubifs_copy_hash(c, hash, mst->hash_root_idx); in create_default_filesystem()
Dtnc_misc.c314 ubifs_copy_hash(c, ubifs_branch_hash(c, br), zbr->hash); in read_znode()
Dreplay.c403 ubifs_copy_hash(c, hash, r->hash); in insert_node()
458 ubifs_copy_hash(c, hash, r->hash); in insert_dent()
Dtnc.c2290 ubifs_copy_hash(c, hash, zbr.hash); in ubifs_tnc_add()
2301 ubifs_copy_hash(c, hash, zbr->hash); in ubifs_tnc_add()
2453 ubifs_copy_hash(c, hash, zbr->hash); in ubifs_tnc_add_nm()
2465 ubifs_copy_hash(c, hash, zbr.hash); in ubifs_tnc_add_nm()
Dubifs.h1638 static inline void ubifs_copy_hash(const struct ubifs_info *c, const u8 *from, in ubifs_copy_hash() function