Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dextent-io-tests.c397 static int test_bitmap_clear(const char *name, unsigned long *bitmap, in test_bitmap_clear() function
418 ret = test_bitmap_clear("clear all run 1", bitmap, eb, 0, 0, in __test_eb_bitmaps()
427 ret = test_bitmap_clear("clear all run 2", bitmap, eb, 0, 0, in __test_eb_bitmaps()
436 ret = test_bitmap_clear("same byte partial clear", bitmap, eb, 0, 4, 1); in __test_eb_bitmaps()
448 ret = test_bitmap_clear("cross byte clear", bitmap, eb, 2, 6, 4); in __test_eb_bitmaps()
452 ret = test_bitmap_clear("cross multi byte clear", bitmap, eb, 4, 6, 20); in __test_eb_bitmaps()
469 ret = test_bitmap_clear("cross page clear", bitmap, eb, in __test_eb_bitmaps()
481 ret = test_bitmap_clear("clear all run 3", bitmap, eb, 0, 0, in __test_eb_bitmaps()