Home
last modified time | relevance | path

Searched refs:end_tid (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sbin/hammer/
H A Dcmd_softprune.c495 elm->end_tid = 0; in hammer_softprune_addelm()
553 elm->end_tid = HAMMER_MAX_TID; in hammer_softprune_finalize()
569 elm->end_tid = elm[-1].beg_tid; in hammer_softprune_finalize()
595 scan->prune.elms[0].end_tid = HAMMER_MAX_TID; in hammer_softprune_finalize()
619 elm->end_tid = elm[-1].beg_tid; in hammer_softprune_finalize()
628 elm->mod_tid = elm->end_tid - elm->beg_tid; in hammer_softprune_finalize()
630 (uintmax_t)elm->beg_tid, (uintmax_t)elm->end_tid); in hammer_softprune_finalize()
H A Dcmd_history.c95 hist.end_tid = HAMMER_MAX_TID; in hammer_do_history()
/dragonfly/sys/vfs/hammer/
H A Dhammer_prune.c294 if (elm->base.create_tid >= scan->end_tid || in prune_should_delete()
295 elm->base.delete_tid > scan->end_tid) { in prune_should_delete()
304 elm->base.delete_tid <= scan->end_tid && in prune_should_delete()
H A Dhammer_ioctl.h79 hammer_tid_t end_tid; /* ending tid (non inclusive) */ member
167 hammer_tid_t end_tid; member
H A Dhammer_ioctl.c294 if (hist->beg_tid > hist->end_tid) in hammer_ioc_gethistory()
303 hist->nxt_tid = hist->end_tid; in hammer_ioc_gethistory()
332 cursor.key_end.create_tid = hist->end_tid; in hammer_ioc_gethistory()
469 elm->leaf.base.create_tid < hist->end_tid) { in add_history()
492 elm->leaf.base.delete_tid < hist->end_tid) { in add_history()
/dragonfly/lib/libhammer/
H A Dmisc.c145 pip->end_tid, pip->pfs_id); in libhammer_pfs_canonical_path()
H A Dinfo.c101 pip->end_tid = pfs_od->sync_end_tid; in libhammer_get_fsinfo()
H A Dlibhammer.h88 hammer_tid_t end_tid; /* Current synchronisation TID */ member
/dragonfly/usr.bin/undo/
H A Dundo.c565 hist.end_tid = HAMMER_MAX_TID; in __collect_history()