Searched refs:hr_amp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | primary.c | 340 buf = activemap_bitmap(res->hr_amp, &size); in hast_activemap_flush() 530 if (activemap_init(&res->hr_amp, res->hr_datasize, res->hr_extentsize, in init_local() 541 mapsize = activemap_ondisk_size(res->hr_amp); in init_local() 551 activemap_copyin(res->hr_amp, buf, mapsize); in init_local() 840 activemap_merge(res->hr_amp, map, mapsize); in init_remote() 1348 if (activemap_write_start(res->hr_amp, in ggate_recv_thread() 1671 if (activemap_need_sync(res->hr_amp, ggio->gctl_offset, in remote_send_thread() 1900 if (activemap_write_complete(res->hr_amp, in ggate_send_thread() 1993 activemap_sync_rewind(res->hr_amp); in sync_thread() 1994 offset = activemap_sync_offset(res->hr_amp, &length, &syncext); in sync_thread() [all …]
|
H A D | hast.h | 230 struct activemap *hr_amp; member
|