Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dstring_test.c44 struct qstr test_name1, test_name2, test_name3; in hfs_hash_dentry_test() local
55 test_name2.name = name2; in hfs_hash_dentry_test()
56 test_name2.len = strlen(name2); in hfs_hash_dentry_test()
57 test_name2.hash = 0; in hfs_hash_dentry_test()
65 KUNIT_EXPECT_EQ(test, 0, hfs_hash_dentry(&dentry, &test_name2)); in hfs_hash_dentry_test()
69 KUNIT_EXPECT_EQ(test, test_name1.hash, test_name2.hash); in hfs_hash_dentry_test()