Searched refs:am_syncmap (Results 1 – 1 of 1) sorted by relevance
177 amp->am_syncmap = bit_alloc(amp->am_nextents); in activemap_init()190 if (amp->am_syncmap != NULL) in activemap_init()191 free(amp->am_syncmap); in activemap_init()290 free(amp->am_syncmap); in activemap_free()458 memcpy(amp->am_syncmap, buf, amp->am_mapsize); in activemap_copyin()507 if (bit_test(amp->am_syncmap, ext)) in activemap_merge()512 bit_set(amp->am_syncmap, ext); in activemap_merge()571 bit_ffs(amp->am_syncmap, amp->am_nextents, &ext); in activemap_sync_rewind()609 bit_clear(amp->am_syncmap, ext); in activemap_sync_offset()669 if (bit_test(amp->am_syncmap, ext)) { in activemap_need_sync()[all …]