Lines Matching refs:rhash
4477 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()
5401 memset(rhash, 0, sizeof(rhash)); in xlog_do_recovery_pass()
5516 error = xlog_recover_process(log, rhash, rhead, offset, in xlog_do_recovery_pass()
5548 error = xlog_recover_process(log, rhash, rhead, offset, pass, in xlog_do_recovery_pass()
5581 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list) in xlog_do_recovery_pass()