Home
last modified time | relevance | path

Searched refs:ntfs_decodeuni (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dutil.h46 int ntfs_decodeuni(ntfs_volume *vol, char *in, int in_len, ntfs_u16 **out,
Dutil.c155 int ntfs_decodeuni(ntfs_volume *vol, char *in, int in_len, ntfs_u16 **out, in ntfs_decodeuni() function
Ddir.c1017 error = ntfs_decodeuni(dir->vol, name, namelen, &walk.name,
Dfs.c534 err = ntfs_decodeuni(NTFS_INO2VOL(dir), (char*)d->d_name.name, in ntfs_lookup()