Searched refs:hfsplus_hash_dentry (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/hfsplus/ |
| H A D | unicode_test.c | 983 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 D | unicode.c | 488 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 D | hfsplus_fs.h | 511 int hfsplus_hash_dentry(const struct dentry *dentry, struct qstr *str);
|
| H A D | inode.c | 179 .d_hash = hfsplus_hash_dentry,
|