Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c120 static int log_test_bit(dm_bitset_t bs, int bit) in log_test_bit() function
945 *rtn = log_test_bit(lc->clean_bits, region); in clog_is_clean()
973 *rtn = log_test_bit(lc->sync_bits, region); in clog_in_sync()
1121 if (!other_matches && log_test_bit(lc->sync_bits, region)) in clear_region()
1223 if (!log_test_bit(lc->sync_bits, pkg->r)) { in clog_get_resync_work()
1276 if (log_test_bit(lc->sync_bits, pkg->region)) { in clog_set_region_sync()
1302 if (!log_test_bit(lc->sync_bits, in clog_set_region_sync()
1309 } else if (log_test_bit(lc->sync_bits, pkg->region)) { in clog_set_region_sync()
1512 pkg->is_recovering = !log_test_bit(lc->sync_bits, region); in clog_is_remote_recovering()