Lines Matching defs:ins
225 * @ins: input NLS string buffer
229 * Convert the input string @ins, which is in whatever format the loaded NLS
245 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins,
254 if (likely(ins)) {
258 wc_len = nls->char2uni(ins + i, ins_len - i,
278 } /* else if (!ins) */
300 * @ins: input Unicode string buffer
305 * Convert the input little endian, 2-byte Unicode string @ins, of length
322 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins,
330 if (ins) {
344 retry: wc = nls->uni2char(le16_to_cpu(ins[i]), ns + o,
369 } /* else (!ins) */