cifs_mapchar
charlen = cifs_mapchar(tmp, ftmp, codepage, map_type);
charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type);
charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD);
charlen = cifs_mapchar(tmp, ftmp, codepage, 0);
charlen = cifs_mapchar(tmp, ftmp, codepage, mapchar);
charlen = cifs_mapchar(&to[outlen], ftmp, codepage, mapchar);