Home
last modified time | relevance | path

Searched refs:ustr (Results 1 – 3 of 3) sorted by relevance

/fs/hfsplus/
Dunicode.c123 const struct hfsplus_unistr *ustr, in hfsplus_uni2asc() argument
134 ip = ustr->unicode; in hfsplus_uni2asc()
135 ustrlen = be16_to_cpu(ustr->length); in hfsplus_uni2asc()
345 struct hfsplus_unistr *ustr, int max_unistr_len, in hfsplus_asc2uni() argument
365 ustr->unicode[outlen++] = cpu_to_be16(*dstr++); in hfsplus_asc2uni()
368 ustr->unicode[outlen++] = cpu_to_be16(c); in hfsplus_asc2uni()
373 ustr->length = cpu_to_be16(outlen); in hfsplus_asc2uni()
Dhfsplus_fs.h518 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr,
520 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
/fs/cifs/
Dreaddir.c478 const __le16 *ustr = (const __le16 *)str; in cifs_unicode_bytelen() local
481 if (ustr[len] == 0) in cifs_unicode_bytelen()