Lines Matching refs:desc
609 struct shash_desc *desc; in ubifs_create_dflt_lpt() local
623 desc = ubifs_hash_get_desc(c); in ubifs_create_dflt_lpt()
624 if (IS_ERR(desc)) in ubifs_create_dflt_lpt()
625 return PTR_ERR(desc); in ubifs_create_dflt_lpt()
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()
835 err = ubifs_shash_final(c, desc, hash); in ubifs_create_dflt_lpt()
862 kfree(desc); in ubifs_create_dflt_lpt()
1657 struct shash_desc *desc; in ubifs_lpt_calc_hash() local
1672 desc = ubifs_hash_get_desc(c); in ubifs_lpt_calc_hash()
1673 if (IS_ERR(desc)) in ubifs_lpt_calc_hash()
1674 return PTR_ERR(desc); in ubifs_lpt_calc_hash()
1721 err = ubifs_shash_update(c, desc, buf, in ubifs_lpt_calc_hash()
1732 err = ubifs_shash_final(c, desc, hash); in ubifs_lpt_calc_hash()
1734 kfree(desc); in ubifs_lpt_calc_hash()