Searched refs:NLS_MAX_CHARSET_SIZE (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/fs/cifs/ |
D | cifs_unicode.c | 46 char tmp[NLS_MAX_CHARSET_SIZE]; in cifs_ucs2_bytes() 54 charlen = codepage->uni2char(ftmp, tmp, NLS_MAX_CHARSET_SIZE); in cifs_ucs2_bytes() 116 len = cp->uni2char(src_char, target, NLS_MAX_CHARSET_SIZE); in cifs_mapchar() 154 char tmp[NLS_MAX_CHARSET_SIZE]; in cifs_from_ucs2() 163 safelen = tolen - (NLS_MAX_CHARSET_SIZE + nullsize); in cifs_from_ucs2()
|
/linux-2.6.39/include/linux/ |
D | nls.h | 37 #define NLS_MAX_CHARSET_SIZE 6 /* for UTF-8 */ macro 96 char tmp[NLS_MAX_CHARSET_SIZE]; in nls_nullsize() 98 charlen = codepage->uni2char(0, tmp, NLS_MAX_CHARSET_SIZE); in nls_nullsize()
|
/linux-2.6.39/fs/isofs/ |
D | joliet.c | 27 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8()
|
/linux-2.6.39/fs/jfs/ |
D | jfs_unicode.c | 46 NLS_MAX_CHARSET_SIZE); in jfs_strfromUCS_le()
|
/linux-2.6.39/fs/ntfs/ |
D | unistr.c | 352 ns_len = ins_len * NLS_MAX_CHARSET_SIZE; in ntfs_ucstonls()
|
D | dir.c | 1052 NTFS_MAX_NAME_LEN * NLS_MAX_CHARSET_SIZE + 1); in ntfs_filldir() 1152 name = kmalloc(NTFS_MAX_NAME_LEN * NLS_MAX_CHARSET_SIZE + 1, GFP_NOFS); in ntfs_readdir()
|
/linux-2.6.39/fs/fat/ |
D | dir.c | 30 #define FAT_MAX_SHORT_SIZE ((MSDOS_NAME + 1) * NLS_MAX_CHARSET_SIZE + 1) 150 while (*ip && ((len - NLS_MAX_CHARSET_SIZE) > 0)) { in uni16_to_x8() 152 if ((charlen = nls->uni2char(ec, op, NLS_MAX_CHARSET_SIZE)) > 0) { in uni16_to_x8()
|
D | namei_vfat.c | 328 unsigned char charbuf[NLS_MAX_CHARSET_SIZE]; in vfat_create_shortname()
|