Home
last modified time | relevance | path

Searched refs:vol2 (Results 1 - 1 of 1) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c64 char *vol2; member
208 } else if (!opt.vol2) { in parse_options()
209 opt.vol2 = argv[optind - 1]; in parse_options()
236 if (opt.vol1 == NULL || opt.vol2 == NULL) { in parse_options()
897 static int cmp_inodes(ntfs_volume *vol1, ntfs_volume *vol2) in cmp_inodes() argument
910 nr_mft_records2 = get_nr_mft_records(vol2); in cmp_inodes()
927 ret2 = inode_open(vol2, (MFT_REF)inode, &ni2); in cmp_inodes()
993 ntfs_volume *vol2; in main() local
1002 vol2 = mount_volume(opt.vol2); in main()
[all...]

Completed in 1 milliseconds