Searched refs:hfsplus_unistr (Results 1 – 4 of 4) sorted by relevance
/fs/hfsplus/ |
D | hfsplus_fs.h | 439 int hfsplus_strcasecmp(const struct hfsplus_unistr *, 440 const struct hfsplus_unistr *); 441 int hfsplus_strcmp(const struct hfsplus_unistr *, 442 const struct hfsplus_unistr *); 444 const struct hfsplus_unistr *, char *, int *); 446 struct hfsplus_unistr *, const char *, int);
|
D | unicode.c | 31 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp() 32 const struct hfsplus_unistr *s2) in hfsplus_strcasecmp() 64 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp() 65 const struct hfsplus_unistr *s2) in hfsplus_strcmp() 122 const struct hfsplus_unistr *ustr, in hfsplus_uni2asc() 298 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, in hfsplus_asc2uni()
|
D | hfsplus_raw.h | 56 struct hfsplus_unistr { struct 201 struct hfsplus_unistr name; 300 struct hfsplus_unistr nodeName;
|
D | catalog.c | 58 struct hfsplus_unistr *name) in hfsplus_cat_build_key_uni()
|