Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
H A Dhammer_pfs.c84 pfsm->pfsd.sync_end_tid = trans->hmp->flush_tid1; in hammer_ioc_get_pseudofs()
136 wakeup(&pfsm->pfsd.sync_end_tid); in hammer_ioc_set_pseudofs()
173 pfsm->pfsd.sync_end_tid + 1); in hammer_ioc_upgrade_pseudofs()
220 if (pfsm->pfsd.sync_end_tid < hmp->flush_tid1) in hammer_ioc_downgrade_pseudofs()
221 pfsm->pfsd.sync_end_tid = hmp->flush_tid1; in hammer_ioc_downgrade_pseudofs()
294 tid = pfsm->pfsd.sync_end_tid; in hammer_ioc_wait_pseudofs()
295 waitp = &pfsm->pfsd.sync_end_tid; in hammer_ioc_wait_pseudofs()
300 if (tid <= pfsd.sync_end_tid) in hammer_ioc_wait_pseudofs()
H A Dhammer_disk.h1002 hammer_tid_t sync_end_tid; /* current synchronizatoin point */ member
H A Dhammer_vnops.c1830 (intmax_t)pfsm->pfsd.sync_end_tid, in hammer_vop_readlink()
/dragonfly/sbin/hammer/
H A Dcmd_mirror.c186 mirror.tid_end = mrec_tmp.pfs.pfsd.sync_end_tid; in hammer_cmd_mirror_read()
231 mrec_tmp.pfs.pfsd.sync_end_tid = mirror.tid_end; in hammer_cmd_mirror_read()
446 pfs.ondisk->sync_end_tid = mirror.tid_end; in hammer_cmd_mirror_read()
841 mirror.tid_end = mrec_tmp.pfs.pfsd.sync_end_tid; in hammer_cmd_mirror_write()
1596 *tid_endp = mrec->pfs.pfsd.sync_end_tid; in validate_mrec_header()
1614 if (pfsd.sync_end_tid != snapshot_tid) { in update_pfs_snapshot()
1615 pfsd.sync_end_tid = snapshot_tid; in update_pfs_snapshot()
H A Dcmd_pfs.c537 pfsd->sync_end_tid = 1; in init_pfsd()
553 printf(" sync-end-tid=0x%016jx\n", (uintmax_t)pfsd->sync_end_tid); in dump_pfsd()
633 pfsd->sync_end_tid = strtoull(ptr, NULL, 16); in parse_pfsd_options()
H A Dcmd_dedup.c905 mirror.tid_end = glob_pfs.ondisk->sync_end_tid; in scan_pfs()
H A Dcmd_show.c819 (uintmax_t)data->pfsd.sync_end_tid); in print_record()
/dragonfly/lib/libhammer/
H A Dinfo.c101 pip->end_tid = pfs_od->sync_end_tid; in libhammer_get_fsinfo()
/dragonfly/sbin/newfs_hammer/
H A Dnewfs_hammer.c713 pfsd->sync_end_tid = 0; /* overridden by vol0_next_tid on root PFS */ in format_root_directory()