Home
last modified time | relevance | path

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

/NextBSD/sbin/hastd/
HDactivemap.c67 bitstr_t *am_syncmap; /* Bitmap of extents to sync. */ member
175 amp->am_syncmap = bit_alloc(amp->am_nextents); in activemap_init()
181 amp->am_memmap == NULL || amp->am_syncmap == NULL) { in activemap_init()
188 if (amp->am_syncmap != NULL) in activemap_init()
189 free(amp->am_syncmap); in activemap_init()
288 free(amp->am_syncmap); in activemap_free()
456 memcpy(amp->am_syncmap, buf, amp->am_mapsize); in activemap_copyin()
505 if (bit_test(amp->am_syncmap, ext)) in activemap_merge()
510 bit_set(amp->am_syncmap, ext); in activemap_merge()
569 bit_ffs(amp->am_syncmap, amp->am_nextents, &ext); in activemap_sync_rewind()
[all …]