Searched refs:hfsplus_unistr (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/hfsplus/ |
D | unicode.c | 32 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp() 33 const struct hfsplus_unistr *s2) in hfsplus_strcasecmp() 65 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp() 66 const struct hfsplus_unistr *s2) in hfsplus_strcmp() 123 const struct hfsplus_unistr *ustr, in hfsplus_uni2asc() 345 struct hfsplus_unistr *ustr, int max_unistr_len, in hfsplus_asc2uni()
|
D | hfsplus_fs.h | 517 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, 518 const struct hfsplus_unistr *s2); 519 int hfsplus_strcmp(const struct hfsplus_unistr *s1, 520 const struct hfsplus_unistr *s2); 521 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, 523 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
|
D | hfsplus_raw.h | 60 struct hfsplus_unistr { struct 216 struct hfsplus_unistr name; 323 struct hfsplus_unistr nodeName;
|
D | attributes.c | 46 (const struct hfsplus_unistr *)&k1->attr.key_name, in hfsplus_attr_bin_cmp_key() 47 (const struct hfsplus_unistr *)&k2->attr.key_name); in hfsplus_attr_bin_cmp_key() 59 (struct hfsplus_unistr *)&key->attr.key_name, in hfsplus_attr_build_key()
|
D | catalog.c | 69 struct hfsplus_unistr *name) in hfsplus_cat_build_key_uni()
|
D | xattr.c | 735 (const struct hfsplus_unistr *)&fd.key->attr.key_name, in hfsplus_listxattr()
|