Searched refs:bsync_mode (Results 1 – 1 of 1) sorted by relevance
253 def test_bitmap_sync(bsync_mode, msync_mode='bitmap', failure=None): argument 257 :param bsync_mode: Is the Bitmap Sync mode, and can be any of:286 mode = "Mode {:s}; Bitmap Sync {:s}".format(msync_mode, bsync_mode)360 bitmap="bitmap0", bitmap_mode=bsync_mode)378 if ((bsync_mode == 'on-success' and not failure) or379 (bsync_mode == 'always')):390 if bsync_mode == 'always' and failure == 'intermediate':414 bitmap="bitmap0", bitmap_mode=bsync_mode)419 if bsync_mode != 'never':437 if not failure or bsync_mode [all...]