Searched refs:undo_alloc (Results 1 – 2 of 2) sorted by relevance
447 if (hmp->undo_alloc != HAMMER_MAX_UNDOS) { in hammer_enter_undo_history()448 node = &hmp->undos[hmp->undo_alloc++]; in hammer_enter_undo_history()467 hmp->undo_alloc = 0; in hammer_clear_undo_history()
861 int undo_alloc; member