Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/tests/
Dextent-io-tests.c378 static int test_bitmap_clear(const char *name, unsigned long *bitmap, in test_bitmap_clear() function
399 ret = test_bitmap_clear("clear all run 1", bitmap, eb, 0, 0, in __test_eb_bitmaps()
408 ret = test_bitmap_clear("clear all run 2", bitmap, eb, 0, 0, in __test_eb_bitmaps()
417 ret = test_bitmap_clear("same byte partial clear", bitmap, eb, 0, 4, 1); in __test_eb_bitmaps()
429 ret = test_bitmap_clear("cross byte clear", bitmap, eb, 2, 6, 4); in __test_eb_bitmaps()
433 ret = test_bitmap_clear("cross multi byte clear", bitmap, eb, 4, 6, 20); in __test_eb_bitmaps()
450 ret = test_bitmap_clear("cross page clear", bitmap, eb, in __test_eb_bitmaps()
462 ret = test_bitmap_clear("clear all run 3", bitmap, eb, 0, 0, in __test_eb_bitmaps()