Searched refs:ns_len (Results 1 – 1 of 1) sorted by relevance
341 int i, o, ns_len, wc; in ntfs_ucstonls() local346 ns_len = outs_len; in ntfs_ucstonls()347 if (ns && !ns_len) { in ntfs_ucstonls()352 ns_len = ins_len * NLS_MAX_CHARSET_SIZE; in ntfs_ucstonls()353 ns = kmalloc(ns_len + 1, GFP_NOFS); in ntfs_ucstonls()359 ns_len - o); in ntfs_ucstonls()368 tc = kmalloc((ns_len + 64) & in ntfs_ucstonls()371 memcpy(tc, ns, ns_len); in ntfs_ucstonls()372 ns_len = ((ns_len + 64) & ~63) - 1; in ntfs_ucstonls()