Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/tests/
H A Dextent-io-tests.c398 static int test_bitmap_clear(const char *name, unsigned long *bitmap, in test_bitmap_clear() function
419 ret = test_bitmap_clear("clear all run 1", bitmap, eb, 0, 0, in __test_eb_bitmaps()
428 ret = test_bitmap_clear("clear all run 2", bitmap, eb, 0, 0, in __test_eb_bitmaps()
437 ret = test_bitmap_clear("same byte partial clear", bitmap, eb, 0, 4, 1); in __test_eb_bitmaps()
449 ret = test_bitmap_clear("cross byte clear", bitmap, eb, 2, 6, 4); in __test_eb_bitmaps()
453 ret = test_bitmap_clear("cross multi byte clear", bitmap, eb, 4, 6, 20); in __test_eb_bitmaps()
470 ret = test_bitmap_clear("cross page clear", bitmap, eb, in __test_eb_bitmaps()
482 ret = test_bitmap_clear("clear all run 3", bitmap, eb, 0, 0, in __test_eb_bitmaps()