Home
last modified time | relevance | path

Searched refs:undo_alloc (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/vfs/hammer/
H A Dhammer_undo.c447 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()
H A Dhammer.h861 int undo_alloc; member