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