Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmesh.h108 struct rhash_head rhash; member
179 struct rhash_head rhash; member
/linux/fs/xfs/
H A Dxfs_log_recover.c2342 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans()
2387 struct hlist_head rhash[], in xlog_recover_process_ophdr()
2471 struct hlist_head rhash[], in xlog_recover_process_data()
2891 struct hlist_head rhash[], in xlog_recover_process()
3007 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local
/linux/crypto/
H A Dshash.c336 struct crypto_report_hash rhash; in crypto_shash_report() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c658 const struct rhashtable_params *rhash = (is_tx) ? &rhash_sci : &rhash_fs_id; in macsec_fs_id_del() local
703 const struct rhashtable_params *rhash = (is_tx) ? &rhash_sci : &rhash_fs_id; in macsec_fs_id_add() local
/linux/fs/dlm/
H A Dlock.c625 int dlm_search_rsb_tree(struct rhashtable *rhash, const void *name, int len, in dlm_search_rsb_tree()
638 static int rsb_insert(struct dlm_rsb *rsb, struct rhashtable *rhash) in rsb_insert()