Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_unicode.h82 * UniStrncpy_from_le: Copy length limited string with pad from little-endian
84 static inline wchar_t *UniStrncpy_from_le(wchar_t * ucs1, const __le16 * ucs2, in UniStrncpy_from_le() function
H A Djfs_dtree.c3604 UniStrncpy_from_le(kname, name, len); in dtGetKey()
3615 UniStrncpy_from_le(kname, t->name, len); in dtGetKey()