Lines Matching defs:rhash
2270 struct hlist_head rhash[],
2279 rhp = &rhash[XLOG_RHASH(tid)];
2315 struct hlist_head rhash[],
2346 trans = xlog_recover_ophdr_to_trans(rhash, rhead, ohead);
2399 struct hlist_head rhash[],
2425 error = xlog_recover_process_ophdr(log, rhash, rhead, ohead,
2829 struct hlist_head rhash[],
2880 return xlog_recover_process_data(log, rhash, rhead, dp, pass,
2945 struct hlist_head rhash[XLOG_RHASH_SIZE];
2952 INIT_HLIST_HEAD(&rhash[i]);
3027 memset(rhash, 0, sizeof(rhash));
3142 error = xlog_recover_process(log, rhash, rhead, offset,
3174 error = xlog_recover_process(log, rhash, rhead, offset, pass,
3207 hlist_for_each_entry_safe(trans, tmp, &rhash[i], r_list)