Searched refs:hfsplus_unistr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/hfsplus/ |
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() 299 struct hfsplus_unistr *ustr, int max_unistr_len, in hfsplus_asc2uni()
|
D | hfsplus_fs.h | 513 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, 514 const struct hfsplus_unistr *s2); 515 int hfsplus_strcmp(const struct hfsplus_unistr *s1, 516 const struct hfsplus_unistr *s2); 517 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, 519 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
|
D | hfsplus_raw.h | 59 struct hfsplus_unistr { struct 215 struct hfsplus_unistr name; 318 struct hfsplus_unistr nodeName;
|
D | attributes.c | 45 (const struct hfsplus_unistr *)&k1->attr.key_name, in hfsplus_attr_bin_cmp_key() 46 (const struct hfsplus_unistr *)&k2->attr.key_name); in hfsplus_attr_bin_cmp_key() 58 (struct hfsplus_unistr *)&key->attr.key_name, in hfsplus_attr_build_key()
|
D | catalog.c | 68 struct hfsplus_unistr *name) in hfsplus_cat_build_key_uni()
|
D | xattr.c | 750 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()
|