Home
last modified time | relevance | path

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

/NextBSD/sbin/hastd/
HDprimary.c341 buf = activemap_bitmap(res->hr_amp, &size); in hast_activemap_flush()
531 if (activemap_init(&res->hr_amp, res->hr_datasize, res->hr_extentsize, in init_local()
542 mapsize = activemap_ondisk_size(res->hr_amp); in init_local()
552 activemap_copyin(res->hr_amp, buf, mapsize); in init_local()
841 activemap_merge(res->hr_amp, map, mapsize); in init_remote()
1349 if (activemap_write_start(res->hr_amp, in ggate_recv_thread()
1672 if (activemap_need_sync(res->hr_amp, ggio->gctl_offset, in remote_send_thread()
1901 if (activemap_write_complete(res->hr_amp, in ggate_send_thread()
1994 activemap_sync_rewind(res->hr_amp); in sync_thread()
1995 offset = activemap_sync_offset(res->hr_amp, &length, &syncext); in sync_thread()
[all …]
HDhast.h230 struct activemap *hr_amp; member
HDcontrol.c468 (uint64_t)(activemap_ndirty(res->hr_amp) * in ctrl_thread()