Home
last modified time | relevance | path

Searched refs:mod_tid (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/hammer/
HDhammer_prune.c305 (elm->base.create_tid - scan->beg_tid) / scan->mod_tid == in prune_should_delete()
306 (elm->base.delete_tid - scan->beg_tid) / scan->mod_tid) { in prune_should_delete()
409 scan->mod_tid;
411 tid = elm->leaf.base.create_tid - delta + scan->mod_tid;
442 scan->mod_tid;
451 delta + scan->mod_tid;
HDhammer_ioctl.h80 hammer_tid_t mod_tid; /* modulo */ member
/dragonfly/sbin/hammer/
HDcmd_softprune.c496 elm->mod_tid = 0; in hammer_softprune_addelm()
498 elm->mod_tid = ct; in hammer_softprune_addelm()
500 elm->mod_tid = mt; in hammer_softprune_addelm()
582 if (elm->mod_tid == 0) in hammer_softprune_finalize()
584 delta = (long)(t - (time_t)elm->mod_tid); in hammer_softprune_finalize()
628 elm->mod_tid = elm->end_tid - elm->beg_tid; in hammer_softprune_finalize()