Home
last modified time | relevance | path

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

/linux/fs/btrfs/tests/
H A Dzoned-tests.c107 static const struct load_zone_info_test_vector load_zone_info_tests[] = { variable
666 for (int i = 0; i < ARRAY_SIZE(load_zone_info_tests); i++) { in btrfs_test_zoned()
667 ret = test_load_zone_info(fs_info, &load_zone_info_tests[i]); in btrfs_test_zoned()
669 test_err("test case \"%s\" failed", load_zone_info_tests[i].description); in btrfs_test_zoned()