Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_unicode.h15 extern int jfs_strfromUCS_le(char *, const __le16 *, int, struct nls_table *);
H A Djfs_unicode.c19 int jfs_strfromUCS_le(char *to, const __le16 * from, in jfs_strfromUCS_le() function