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
495
int hfsplus_strcasecmp(const struct hfsplus_unistr *s1,
fs/hfsplus/hfsplus_fs.h
496
const struct hfsplus_unistr *s2);
fs/hfsplus/hfsplus_fs.h
497
int hfsplus_strcmp(const struct hfsplus_unistr *s1,
fs/hfsplus/hfsplus_fs.h
498
const struct hfsplus_unistr *s2);
fs/hfsplus/hfsplus_fs.h
500
const struct hfsplus_unistr *ustr, char *astr,
fs/hfsplus/hfsplus_fs.h
505
int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
fs/hfsplus/hfsplus_fs.h
520
offsetof(struct hfsplus_unistr, unicode) +
fs/hfsplus/unicode.c
185
const struct hfsplus_unistr *ustr,
fs/hfsplus/unicode.c
309
const struct hfsplus_unistr *ustr, char *astr,
fs/hfsplus/unicode.c
323
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
448
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
862
struct hfsplus_unistr ustr;
include/linux/hfs_common.h
360
struct hfsplus_unistr name;
include/linux/hfs_common.h
585
struct hfsplus_unistr nodeName;