Home
last modified time | relevance | path

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

/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 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.h1552 static inline int ubifs_shash_update(const struct ubifs_info *c, in ubifs_shash_update() function