Home
last modified time | relevance | path

Searched refs:ubifs_shash_update (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dlog.c267 err = ubifs_shash_update(c, c->log_hash, ref, UBIFS_REF_NODE_SZ); in ubifs_add_bud_to_log()
381 err = ubifs_shash_update(c, c->log_hash, cs, UBIFS_CS_NODE_SZ); in ubifs_log_start_commit()
411 err = ubifs_shash_update(c, c->log_hash, ref, in ubifs_log_start_commit()
H A Dgc.c367 err = ubifs_shash_update(c, c->jheads[GCHD].log_hash, in move_nodes()
399 err = ubifs_shash_update(c, c->jheads[GCHD].log_hash, in move_nodes()
H A Dreplay.c1039 err = ubifs_shash_update(c, c->log_hash, node, UBIFS_CS_NODE_SZ); in replay_log_leb()
1089 err = ubifs_shash_update(c, c->log_hash, ref, in replay_log_leb()
H A Dlpt.c674 err = ubifs_shash_update(c, desc, p, c->pnode_sz); in ubifs_create_dflt_lpt()
712 err = ubifs_shash_update(c, desc, p, c->pnode_sz); in ubifs_create_dflt_lpt()
1721 err = ubifs_shash_update(c, desc, buf, in ubifs_lpt_calc_hash()
H A Dubifs.h1561 static inline int ubifs_shash_update(const struct ubifs_info *c, in ubifs_shash_update() function
H A Djournal.c243 err = ubifs_shash_update(c, hash, (void *)node, nodelen); in ubifs_hash_nodes()