Lines Matching refs:vol
245 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() argument
248 struct nls_table *nls = vol->nls_map; in ntfs_nlstoucs()
275 ntfs_error(vol->sb, "Failed to allocate buffer for converted " in ntfs_nlstoucs()
279 ntfs_error(vol->sb, "Received NULL pointer."); in ntfs_nlstoucs()
284 ntfs_error(vol->sb, "Name using character set %s contains " in ntfs_nlstoucs()
289 ntfs_error(vol->sb, "Name is too long (maximum length for a " in ntfs_nlstoucs()
322 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls() argument
325 struct nls_table *nls = vol->nls_map; in ntfs_ucstonls()
370 ntfs_error(vol->sb, "Received NULL pointer."); in ntfs_ucstonls()
373 ntfs_error(vol->sb, "Unicode name contains characters that cannot be " in ntfs_ucstonls()
382 ntfs_error(vol->sb, "Failed to allocate name!"); in ntfs_ucstonls()