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

/linux-master/fs/ubifs/
H A Dlog.c267 err = ubifs_shash_update(c, c->log_hash, ref, UBIFS_REF_NODE_SZ);
381 err = ubifs_shash_update(c, c->log_hash, cs, UBIFS_CS_NODE_SZ);
411 err = ubifs_shash_update(c, c->log_hash, ref,
H A Dgc.c367 err = ubifs_shash_update(c, c->jheads[GCHD].log_hash,
399 err = ubifs_shash_update(c, c->jheads[GCHD].log_hash,
H A Dreplay.c1040 err = ubifs_shash_update(c, c->log_hash, node, UBIFS_CS_NODE_SZ);
1090 err = ubifs_shash_update(c, c->log_hash, ref,
H A Dlpt.c674 err = ubifs_shash_update(c, desc, p, c->pnode_sz);
712 err = ubifs_shash_update(c, desc, p, c->pnode_sz);
1721 err = ubifs_shash_update(c, desc, buf,
H A Dubifs.h1565 static inline int ubifs_shash_update(const struct ubifs_info *c, function
H A Djournal.c243 err = ubifs_shash_update(c, hash, (void *)node, nodelen);

Completed in 176 milliseconds