Home
last modified time | relevance | path

Searched refs:nxt_tid (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/hammer/
HDcmd_history.c137 hist.beg_tid = hist.nxt_tid; in hammer_do_history()
/dragonfly/sys/vfs/hammer/
HDhammer_ioctl.c303 hist->nxt_tid = hist->end_tid; in hammer_ioc_gethistory()
471 hist->nxt_tid = elm->leaf.base.create_tid; in add_history()
494 hist->nxt_tid = elm->leaf.base.delete_tid; in add_history()
HDhammer_ioctl.h166 hammer_tid_t nxt_tid; member
/dragonfly/usr.bin/undo/
HDundo.c601 hist.beg_tid = hist.nxt_tid; in __collect_history()