Lines Matching defs:volume
89 char *volume;
147 if (!opt.volume)
148 opt.volume = argv[optind - 1];
165 if (opt.volume == NULL) {
197 /* Get a pointer to the volume information attribute. */
230 /* Set the volume flags. */
261 ntfs_log_error("Error setting volume flags.\n");
445 dev = ntfs_device_alloc(opt.volume, 0, &ntfs_device_default_io_ops,
455 ntfs_log_perror("Failed to startup volume");
488 if (!ntfs_check_if_mounted(opt.volume, &mnt_flags)) {
492 "mounted device %s.\n", opt.volume);
497 opt.volume);
499 ntfs_log_info("Mounting volume... ");
500 vol = ntfs_mount(opt.volume, 0);
510 vol = ntfs_mount(opt.volume, 0);
519 ntfs_log_info("NTFS volume version is %i.%i.\n", vol->major_ver,