Home
last modified time | relevance | path

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

/fs/ntfs/
Dunistr.c260 const int ins_len, ntfschar **outs) in ntfs_nlstoucs() argument
286 *outs = ucs; in ntfs_nlstoucs()
337 const int ins_len, unsigned char **outs, int outs_len) in ntfs_ucstonls() argument
345 ns = *outs; in ntfs_ucstonls()
365 else if (wc == -ENAMETOOLONG && ns != *outs) { in ntfs_ucstonls()
381 *outs = ns; in ntfs_ucstonls()
390 if (ns != *outs) in ntfs_ucstonls()
Dntfs.h128 const int ins_len, ntfschar **outs);
130 const int ins_len, unsigned char **outs, int outs_len);