Lines Matching defs:rhash
2290 struct hlist_head rhash[],
2299 rhp = &rhash[XLOG_RHASH(tid)];
2335 struct hlist_head rhash[],
2366 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead);
2419 struct hlist_head rhash[],
2445 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead,
2848 struct hlist_head rhash[],
2899 return xlog_recover_process_data(log, rhash, rhead, dp, pass,
2964 struct hlist_head rhash[XLOG_RHASH_SIZE];
2971 INIT_HLIST_HEAD(&rhash[i]);
3038 memset(rhash, 0, sizeof(rhash));
3153 error = xlog_recover_process(log, rhash, rhead, offset,
3185 error = xlog_recover_process(log, rhash, rhead, offset, pass,
3218 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list)