Lines Matching refs:bsync_mode
253 def test_bitmap_sync(bsync_mode, msync_mode='bitmap', failure=None): argument
286 mode = "Mode {:s}; Bitmap Sync {:s}".format(msync_mode, bsync_mode)
356 bitmap="bitmap0", bitmap_mode=bsync_mode)
374 if ((bsync_mode == 'on-success' and not failure) or
375 (bsync_mode == 'always')):
386 if bsync_mode == 'always' and failure == 'intermediate':
410 bitmap="bitmap0", bitmap_mode=bsync_mode)
415 if bsync_mode != 'never':
433 if not failure or bsync_mode == 'always':
519 for bsync_mode in ("never", "on-success", "always"):
521 test_bitmap_sync(bsync_mode, "bitmap", failure)
524 for bsync_mode in ('on-success', 'always'):
526 test_bitmap_sync(bsync_mode, sync_mode, failure)