Symbol: hfsplus_unistr
fs/hfsplus/attributes.c
46
(const struct hfsplus_unistr *)&k1->attr.key_name,
fs/hfsplus/attributes.c
47
(const struct hfsplus_unistr *)&k2->attr.key_name);
fs/hfsplus/attributes.c
59
(struct hfsplus_unistr *)&key->attr.key_name,
fs/hfsplus/catalog.c
69
struct hfsplus_unistr *name)
fs/hfsplus/hfsplus_fs.h
491
int hfsplus_strcasecmp(const struct hfsplus_unistr *s1,
fs/hfsplus/hfsplus_fs.h
492
const struct hfsplus_unistr *s2);
fs/hfsplus/hfsplus_fs.h
493
int hfsplus_strcmp(const struct hfsplus_unistr *s1,
fs/hfsplus/hfsplus_fs.h
494
const struct hfsplus_unistr *s2);
fs/hfsplus/hfsplus_fs.h
496
const struct hfsplus_unistr *ustr, char *astr,
fs/hfsplus/hfsplus_fs.h
501
int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
fs/hfsplus/unicode.c
151
const struct hfsplus_unistr *ustr,
fs/hfsplus/unicode.c
288
const struct hfsplus_unistr *ustr, char *astr,
fs/hfsplus/unicode.c
299
return hfsplus_uni2asc(sb, (const struct hfsplus_unistr *)ustr,
fs/hfsplus/unicode.c
35
int hfsplus_strcasecmp(const struct hfsplus_unistr *s1,
fs/hfsplus/unicode.c
36
const struct hfsplus_unistr *s2)
fs/hfsplus/unicode.c
397
struct hfsplus_unistr *ustr, int max_unistr_len,
fs/hfsplus/unicode.c
81
int hfsplus_strcmp(const struct hfsplus_unistr *s1,
fs/hfsplus/unicode.c
82
const struct hfsplus_unistr *s2)
fs/hfsplus/unicode_test.c
15
struct hfsplus_unistr str1;
fs/hfsplus/unicode_test.c
16
struct hfsplus_unistr str2;
fs/hfsplus/unicode_test.c
48
static void create_unistr(struct hfsplus_unistr *ustr, const char *ascii_str)
fs/hfsplus/unicode_test.c
60
static void corrupt_unistr(struct hfsplus_unistr *ustr)
fs/hfsplus/unicode_test.c
684
struct hfsplus_unistr *ustr,
fs/hfsplus/unicode_test.c
851
struct hfsplus_unistr ustr;
include/linux/hfs_common.h
355
struct hfsplus_unistr name;
include/linux/hfs_common.h
575
struct hfsplus_unistr nodeName;