Searched refs:trtbl (Results 1 – 1 of 1) sorted by relevance
3748 struct RESTART_TABLE *trtbl = NULL; in log_replay() local4165 trtbl = kmemdup(rt, t32, GFP_NOFS); in log_replay()4166 if (!trtbl) { in log_replay()4420 if (!trtbl) { in log_replay()4421 trtbl = init_rsttbl(sizeof(struct TRANSACTION_ENTRY), in log_replay()4423 if (!trtbl) { in log_replay()4429 tr = Add2Ptr(trtbl, transact_id); in log_replay()4431 if (transact_id >= bytes_per_rt(trtbl) || in log_replay()4433 tr = alloc_rsttbl_from_idx(&trtbl, transact_id); in log_replay()4629 tr = Add2Ptr(trtbl, transact_id); in log_replay()[all …]