Lines Matching refs:root_directory
2524 static const u32 root_directory[] = { variable
2589 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse()
2651 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2655 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2665 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_format()
2666 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_format()
2747 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2758 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2760 block = kunit_kzalloc(test, sizeof(root_directory), GFP_KERNEL); in tb_test_property_copy()
2763 ret = tb_property_format_dir(dst, block, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2766 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_copy()
2767 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_copy()