Lines Matching refs:rhash
2268 struct hlist_head rhash[], in xlog_recover_ophdr_to_trans() argument
2277 rhp = &rhash[XLOG_RHASH(tid)]; in xlog_recover_ophdr_to_trans()
2313 struct hlist_head rhash[], in xlog_recover_process_ophdr() argument
2344 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead); in xlog_recover_process_ophdr()
2397 struct hlist_head rhash[], in xlog_recover_process_data() argument
2423 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead, in xlog_recover_process_data()
2825 struct hlist_head rhash[], in xlog_recover_process() argument
2876 return xlog_recover_process_data(log, rhash, rhead, dp, pass, in xlog_recover_process()
2941 struct hlist_head rhash[XLOG_RHASH_SIZE]; in xlog_do_recovery_pass() local
2948 INIT_HLIST_HEAD(&rhash[i]); in xlog_do_recovery_pass()
3015 memset(rhash, 0, sizeof(rhash)); in xlog_do_recovery_pass()
3130 error = xlog_recover_process(log, rhash, rhead, offset, in xlog_do_recovery_pass()
3162 error = xlog_recover_process(log, rhash, rhead, offset, pass, in xlog_do_recovery_pass()
3195 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list) in xlog_do_recovery_pass()