Home
last modified time | relevance | path

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

/fs/ntfs/
Dunistr.c246 const int ins_len, ntfschar **outs) in ntfs_nlstoucs() argument
272 *outs = ucs; in ntfs_nlstoucs()
323 const int ins_len, unsigned char **outs, int outs_len) in ntfs_ucstonls() argument
331 ns = *outs; in ntfs_ucstonls()
351 else if (wc == -ENAMETOOLONG && ns != *outs) { in ntfs_ucstonls()
367 *outs = ns; in ntfs_ucstonls()
376 if (ns != *outs) in ntfs_ucstonls()
Dntfs.h114 const int ins_len, ntfschar **outs);
116 const int ins_len, unsigned char **outs, int outs_len);