Home
last modified time | relevance | path

Searched refs:vol_name (Results 1 – 10 of 10) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c214 free(v->vol_name); in __ntfs_volume_release()
1198 vol->vol_name = ntfs_malloc(1); in ntfs_device_mount()
1199 if (!vol->vol_name) in ntfs_device_mount()
1201 vol->vol_name[0] = '\0'; in ntfs_device_mount()
1217 vol->vol_name = NULL; in ntfs_device_mount()
1218 if (ntfs_ucstombs(vname, u, &vol->vol_name, 0) == -1) { in ntfs_device_mount()
1223 vol->vol_name = ntfs_malloc(u + 1); in ntfs_device_mount()
1224 if (!vol->vol_name) in ntfs_device_mount()
1231 vol->vol_name[j] = (char)uc; in ntfs_device_mount()
1233 vol->vol_name[u] = '\0'; in ntfs_device_mount()
[all …]
Dwin32_io.c968 TCHAR vol_name[MAX_PATH]; in ntfs_device_win32_open_volume_for_partition() local
980 vol_find_handle = fnFindFirstVolume(vol_name, MAX_PATH); in ntfs_device_win32_open_volume_for_partition()
992 vol_name_length = wcslen(vol_name); in ntfs_device_win32_open_volume_for_partition()
994 vol_name_length = strlen(vol_name); in ntfs_device_win32_open_volume_for_partition()
997 vol_name[vol_name_length-1]=0; in ntfs_device_win32_open_volume_for_partition()
999 ntfs_log_debug("Processing %s.\n", vol_name); in ntfs_device_win32_open_volume_for_partition()
1001 handle = CreateFile(vol_name, in ntfs_device_win32_open_volume_for_partition()
1038 } while (fnFindNextVolume(vol_find_handle, vol_name, MAX_PATH)); in ntfs_device_win32_open_volume_for_partition()
/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c360 ntfs_log_info("Volume label : %s\n", vol->vol_name); in print_label()
362 ntfs_log_info("%s\n", vol->vol_name); in print_label()
Dntfsdump_logfile.c208 vol->vol_name ? vol->vol_name : "<NO_NAME>", in logfile_open()
Dmkntfs.c2213 static int add_attr_vol_name(MFT_RECORD *m, const char *vol_name, in add_attr_vol_name() argument
2220 if (vol_name) { in add_attr_vol_name()
2221 uname_len = ntfs_mbstoucs(vol_name, &uname); in add_attr_vol_name()
3424 free(g_vol->vol_name); in mkntfs_cleanup()
4310 err = add_attr_vol_name(m, g_vol->vol_name, g_vol->vol_name ? in create_file_volume()
4311 strlen(g_vol->vol_name) : 0); in create_file_volume()
4992 g_vol->vol_name = strdup(opts.label); in mkntfs_redirect()
4993 if (!g_vol->vol_name) { in mkntfs_redirect()
Dntfsinfo.c473 printf("\tVolume Name: %s\n", vol->vol_name); in ntfs_dump_volume()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h187 char *vol_name; /* Name of the volume. */ member
Dattrib.h272 VOLUME_NAME vol_name; member
/third_party/ntfs-3g/src/
Dntfs-3g.c3918 ctx->vol->vol_name); in ntfs_close()
4320 ctx->vol->vol_name, ctx->vol->major_ver, in setup_logging()
Dlowntfs-3g.c4215 ctx->vol->vol_name);
4592 ctx->vol->vol_name, ctx->vol->major_ver,