Lines Matching refs:vol2
64 char *vol2;
208 } else if (!opt.vol2) {
209 opt.vol2 = argv[optind - 1];
236 if (opt.vol1 == NULL || opt.vol2 == NULL) {
897 static int cmp_inodes(ntfs_volume *vol1, ntfs_volume *vol2)
910 nr_mft_records2 = get_nr_mft_records(vol2);
927 ret2 = inode_open(vol2, (MFT_REF)inode, &ni2);
993 ntfs_volume *vol2;
1002 vol2 = mount_volume(opt.vol2);
1004 if (cmp_inodes(vol1, vol2) != 0)
1008 ntfs_umount(vol2, FALSE);