Searched refs:ubifs_shash_update (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/ubifs/ |
D | log.c | 267 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()
|
D | gc.c | 367 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()
|
D | replay.c | 1039 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()
|
D | lpt.c | 674 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()
|
D | ubifs.h | 1561 static inline int ubifs_shash_update(const struct ubifs_info *c, in ubifs_shash_update() function
|
D | journal.c | 243 err = ubifs_shash_update(c, hash, (void *)node, nodelen); in ubifs_hash_nodes()
|