Lines Matching refs:rhash
2270 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument
2279 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans()
2315 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument
2346 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
2399 struct hlist_head rhash[], in xlog_recover_process_data() argument
2425 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data()
2829 struct hlist_head rhash[], in xlog_recover_process() argument
2880 return xlog_recover_process_data(log, rhash, rhead, dp, pass, in xlog_recover_process()
2945 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local
2952 INIT_HLIST_HEAD(&rhash[i]); in xlog_do_recovery_pass()
3019 memset(rhash, 0, sizeof(rhash)); in xlog_do_recovery_pass()
3134 error = xlog_recover_process(log, rhash, rhead, offset, in xlog_do_recovery_pass()
3166 error = xlog_recover_process(log, rhash, rhead, offset, pass, in xlog_do_recovery_pass()
3199 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list) in xlog_do_recovery_pass()