Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dreaddir.c451 const __le16 *ustr = (const __le16 *)str; in cifs_unicode_bytelen() local
454 if (ustr[len] == 0) in cifs_unicode_bytelen()
/linux/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) < 0) in test_ustring()