Home
last modified time | relevance | path

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

/netbsd/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c75 dm_bitset_t sync_bits; member
479 if (!lc->sync_bits) { in _clog_ctr()
485 dm_bit_set_all(lc->sync_bits); in _clog_ctr()
524 if (lc->sync_bits) in _clog_ctr()
525 free(lc->sync_bits); in _clog_ctr()
646 free(lc->sync_bits); in clog_dtr()
1302 if (!log_test_bit(lc->sync_bits, in clog_set_region_sync()
1727 count_bits32(lc->sync_bits)); in push_state()
1781 count_bits32(lc->sync_bits)); in pull_state()
1830 print_bits((char *)lc->sync_bits, (int)lc->sync_bits[0], 1); in log_debug()
[all …]
H A Dcluster.c101 char *sync_bits; member
390 &new->sync_bits, cp_requester); in prepare_checkpoint()
405 free(new->sync_bits); in prepare_checkpoint()
425 free(cp->sync_bits); in free_checkpoint()
494 cp->sync_bits, cp->bitmap_size); in export_checkpoint()