Searched refs:UniStrncpy_from_le (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_unicode.h | 89 * UniStrncpy_from_le: Copy length limited string with pad from little-endian 91 static inline wchar_t *UniStrncpy_from_le(wchar_t * ucs1, const __le16 * ucs2, in UniStrncpy_from_le() function
|
H A D | jfs_dtree.c | 3872 UniStrncpy_from_le(kname, name, len); in dtGetKey() 3883 UniStrncpy_from_le(kname, t->name, len); in dtGetKey()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_unicode.h | 82 * 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 D | jfs_dtree.c | 3574 UniStrncpy_from_le(kname, name, len); in dtGetKey() 3585 UniStrncpy_from_le(kname, t->name, len); in dtGetKey()
|
Completed in 9 milliseconds