Home
last modified time | relevance | path

Searched refs:ustr (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/hfsplus/
H A Dunicode.c123 const struct hfsplus_unistr *ustr, in hfsplus_uni2asc()
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()
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()
122 hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) hfsplus_uni2asc() argument
344 hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, int max_unistr_len, const char *astr, int len) hfsplus_asc2uni() argument
H A Dhfsplus_fs.h525 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr,
527 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dunicode.c123 const struct hfsplus_unistr *ustr, in hfsplus_uni2asc()
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()
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()
122 hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr, char *astr, int *len_p) hfsplus_uni2asc() argument
344 hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr, int max_unistr_len, const char *astr, int len) hfsplus_asc2uni() argument
H A Dhfsplus_fs.h520 int hfsplus_uni2asc(struct super_block *sb, const struct hfsplus_unistr *ustr,
522 int hfsplus_asc2uni(struct super_block *sb, struct hfsplus_unistr *ustr,
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events_filter.c687 char __user *ustr; in test_ustring() local
697 ustr = (char __user *)str; in test_ustring()
698 if (!strncpy_from_user_nofault(kstr, ustr, USTRING_BUF_SIZE)) in test_ustring()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events_filter.c819 char __user *ustr; in test_ustring() local
829 ustr = (char __user *)str; in test_ustring()
830 if (!strncpy_from_user_nofault(kstr, ustr, USTRING_BUF_SIZE)) in test_ustring()
/kernel/linux/linux-5.10/fs/cifs/
H A Dreaddir.c471 const __le16 *ustr = (const __le16 *)str; in cifs_unicode_bytelen() local
474 if (ustr[len] == 0) in cifs_unicode_bytelen()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dreaddir.c449 const __le16 *ustr = (const __le16 *)str; in cifs_unicode_bytelen() local
452 if (ustr[len] == 0) in cifs_unicode_bytelen()

Completed in 13 milliseconds