Searched refs:am_syncmap (Results 1 – 1 of 1) sorted by relevance
174 amp->am_syncmap = bit_alloc(amp->am_nextents); in activemap_init()187 if (amp->am_syncmap != NULL) in activemap_init()188 free(amp->am_syncmap); in activemap_init()287 free(amp->am_syncmap); in activemap_free()455 memcpy(amp->am_syncmap, buf, amp->am_mapsize); in activemap_copyin()504 if (bit_test(amp->am_syncmap, ext)) in activemap_merge()509 bit_set(amp->am_syncmap, ext); in activemap_merge()568 bit_ffs(amp->am_syncmap, amp->am_nextents, &ext); in activemap_sync_rewind()606 bit_clear(amp->am_syncmap, ext); in activemap_sync_offset()666 if (bit_test(amp->am_syncmap, ext)) { in activemap_need_sync()[all …]