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

/freebsd-12-stable/sbin/hastd/
H A Dhast.h232 struct activemap *hr_amp; member in struct:hast_resource
233 /* Lock used to synchronize access to hr_amp. */
235 /* Lock used to synchronize access to hr_amp diskmap. */
H A Dprimary.c343 buf = activemap_bitmap(res->hr_amp, &size);
533 if (activemap_init(&res->hr_amp, res->hr_datasize, res->hr_extentsize,
544 mapsize = activemap_ondisk_size(res->hr_amp);
554 activemap_copyin(res->hr_amp, buf, mapsize);
843 activemap_merge(res->hr_amp, map, mapsize);
1351 if (activemap_write_start(res->hr_amp,
1674 if (activemap_need_sync(res->hr_amp, ggio->gctl_offset,
1903 if (activemap_write_complete(res->hr_amp,
1996 activemap_sync_rewind(res->hr_amp);
1997 offset = activemap_sync_offset(res->hr_amp,
[all...]
H A Dcontrol.c470 (uint64_t)(activemap_ndirty(res->hr_amp) *

Completed in 287 milliseconds