Home
last modified time | relevance | path

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

/src/sbin/hastd/
H A Dactivemap.c65 bitstr_t *am_syncmap; /* Bitmap of extents to sync. */ member
173 amp->am_syncmap = bit_alloc(amp->am_nextents); in activemap_init()
179 amp->am_memmap == NULL || amp->am_syncmap == NULL) { in activemap_init()
186 if (amp->am_syncmap != NULL) in activemap_init()
187 free(amp->am_syncmap); in activemap_init()
286 free(amp->am_syncmap); in activemap_free()
454 memcpy(amp->am_syncmap, buf, amp->am_mapsize); in activemap_copyin()
503 if (bit_test(amp->am_syncmap, ext)) in activemap_merge()
508 bit_set(amp->am_syncmap, ext); in activemap_merge()
567 bit_ffs(amp->am_syncmap, amp->am_nextents, &ext); in activemap_sync_rewind()
[all …]