Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dunicode_test.c935 static struct dentry test_dentry; variable
939 memset(&test_dentry, 0, sizeof(test_dentry)); in setup_mock_dentry()
940 test_dentry.d_sb = sb; in setup_mock_dentry()
966 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_basic_test()
973 result = hfsplus_hash_dentry(&test_dentry, &str2); in hfsplus_hash_dentry_basic_test()
980 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_basic_test()
987 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_basic_test()
1012 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_casefold_test()
1016 result = hfsplus_hash_dentry(&test_dentry, &str2); in hfsplus_hash_dentry_casefold_test()
1029 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_casefold_test()
[all …]
/linux/lib/tests/
H A Dprintf_kunit.c454 static struct dentry test_dentry[4] = {
455 { .d_parent = &test_dentry[0],
456 .d_name = QSTR_INIT(test_dentry[0].d_iname, 3),
458 { .d_parent = &test_dentry[0],
459 .d_name = QSTR_INIT(test_dentry[1].d_iname, 5),
461 { .d_parent = &test_dentry[1],
462 .d_name = QSTR_INIT(test_dentry[2].d_iname, 4),
464 { .d_parent = &test_dentry[2],
465 .d_name = QSTR_INIT(test_dentry[3].d_iname, 5),
472 test("foo", "%pd", &test_dentry[ in dentry()
452 static struct dentry test_dentry[4] = { global() variable
[all...]