Home
last modified time | relevance | path

Searched refs:test_name3 (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
59 test_name3.name = name3; in hfs_hash_dentry_test()
60 test_name3.len = strlen(name3); in hfs_hash_dentry_test()
61 test_name3.hash = 0; in hfs_hash_dentry_test()
66 KUNIT_EXPECT_EQ(test, 0, hfs_hash_dentry(&dentry, &test_name3)); in hfs_hash_dentry_test()
72 KUNIT_EXPECT_NE(test, test_name1.hash, test_name3.hash); in hfs_hash_dentry_test()