Home
last modified time | relevance | path

Searched refs:rhash (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/crypto/
Dahash.c488 struct crypto_report_hash rhash; in crypto_ahash_report() local
490 strncpy(rhash.type, "ahash", sizeof(rhash.type)); in crypto_ahash_report()
492 rhash.blocksize = alg->cra_blocksize; in crypto_ahash_report()
493 rhash.digestsize = __crypto_hash_alg_common(alg)->digestsize; in crypto_ahash_report()
496 sizeof(struct crypto_report_hash), &rhash)) in crypto_ahash_report()
Dshash.c403 struct crypto_report_hash rhash; in crypto_shash_report() local
406 strncpy(rhash.type, "shash", sizeof(rhash.type)); in crypto_shash_report()
408 rhash.blocksize = alg->cra_blocksize; in crypto_shash_report()
409 rhash.digestsize = salg->digestsize; in crypto_shash_report()
412 sizeof(struct crypto_report_hash), &rhash)) in crypto_shash_report()
/Linux-v4.19/net/mac80211/
Dmesh_pathtbl.c34 .head_offset = offsetof(struct mesh_path, rhash),
437 &new_mpath->rhash, in mesh_path_add()
484 &new_mpath->rhash, in mpp_path_add()
554 rhashtable_remove_fast(&tbl->rhead, &mpath->rhash, mesh_rht_params); in __mesh_path_del()
Dmesh.h107 struct rhash_head rhash; member
/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c4477 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument
4486 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans()
4522 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument
4553 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
4606 struct hlist_head rhash[], in xlog_recover_process_data() argument
4632 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data()
5201 struct hlist_head rhash[], in xlog_recover_process() argument
5254 return xlog_recover_process_data(log, rhash, rhead, dp, pass, in xlog_recover_process()
5320 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local
5327 INIT_HLIST_HEAD(&rhash[i]); in xlog_do_recovery_pass()
[all …]