Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dunicode_test.c983 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_basic_test()
990 result = hfsplus_hash_dentry(&test_dentry, &str2); in hfsplus_hash_dentry_basic_test()
997 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_basic_test()
1004 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_basic_test()
1029 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_casefold_test()
1033 result = hfsplus_hash_dentry(&test_dentry, &str2); in hfsplus_hash_dentry_casefold_test()
1046 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_casefold_test()
1050 result = hfsplus_hash_dentry(&test_dentry, &str2); in hfsplus_hash_dentry_casefold_test()
1058 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_casefold_test()
1080 result = hfsplus_hash_dentry(&test_dentry, &str1); in hfsplus_hash_dentry_special_chars_test()
[all …]
H A Dunicode.c488 int hfsplus_hash_dentry(const struct dentry *dentry, struct qstr *str) in hfsplus_hash_dentry() function
534 EXPORT_SYMBOL_IF_KUNIT(hfsplus_hash_dentry);
H A Dhfsplus_fs.h511 int hfsplus_hash_dentry(const struct dentry *dentry, struct qstr *str);
H A Dinode.c179 .d_hash = hfsplus_hash_dentry,