Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dlog.c227 bud->log_hash = NULL; in ubifs_add_bud_to_log()
267 err = ubifs_shash_update(c, c->log_hash, ref, UBIFS_REF_NODE_SZ); in ubifs_add_bud_to_log()
271 err = ubifs_shash_copy_state(c, c->log_hash, c->jheads[jhead].log_hash); in ubifs_add_bud_to_log()
377 err = ubifs_shash_init(c, c->log_hash); in ubifs_log_start_commit()
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()
415 ubifs_shash_copy_state(c, c->log_hash, c->jheads[i].log_hash); in ubifs_log_start_commit()
527 kfree(bud->log_hash); in ubifs_log_post_commit()
H A Dauth.c338 c->log_hash = ubifs_hash_get_desc(c); in ubifs_init_authentication()
339 if (IS_ERR(c->log_hash)) { in ubifs_init_authentication()
340 err = PTR_ERR(c->log_hash); in ubifs_init_authentication()
372 kfree(c->log_hash); in __ubifs_exit_authentication()
H A Dubifs.h718 struct shash_desc *log_hash; member
734 struct shash_desc *log_hash; member
1497 struct shash_desc *log_hash; member