Lines Matching refs:vol
259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() argument
262 struct nls_table *nls = vol->nls_map; in ntfs_nlstoucs()
289 ntfs_error(vol->sb, "Failed to allocate buffer for converted " in ntfs_nlstoucs()
293 ntfs_error(vol->sb, "Received NULL pointer."); in ntfs_nlstoucs()
298 ntfs_error(vol->sb, "Name using character set %s contains " in ntfs_nlstoucs()
303 ntfs_error(vol->sb, "Name is too long (maximum length for a " in ntfs_nlstoucs()
336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls() argument
339 struct nls_table *nls = vol->nls_map; in ntfs_ucstonls()
384 ntfs_error(vol->sb, "Received NULL pointer."); in ntfs_ucstonls()
387 ntfs_error(vol->sb, "Unicode name contains characters that cannot be " in ntfs_ucstonls()
396 ntfs_error(vol->sb, "Failed to allocate name!"); in ntfs_ucstonls()