Home
last modified time | relevance | path

Searched refs:NTFS_MNT_RECOVER (Results 1 – 17 of 17) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h67 NTFS_MNT_RECOVER = 0x10000000, enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfscat.c419 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
Dutils.c281 if (!utils_valid_device(device, flags & NTFS_MNT_RECOVER)) in utils_mount_volume()
307 if (!(flags & NTFS_MNT_RECOVER)) { in utils_mount_volume()
Dntfslabel.c441 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
Dntfsls.c654 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
Dntfscluster.c502 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
Dntfsmove.c884 flags |= NTFS_MNT_RECOVER; in main()
Dntfsfallocate.c854 ul = NTFS_MNT_RECOVER; in main()
Dntfscp.c878 flags |= NTFS_MNT_RECOVER; in main()
Dntfsclone.c2197 if (!(new_mntflag & (NTFS_MNT_RDONLY | NTFS_MNT_RECOVER))) {
2206 new_mntflag | NTFS_MNT_RECOVER);
Dntfsdecrypt.c1592 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
Dntfswipe.c2171 flags |= NTFS_MNT_RECOVER; in main()
Dntfsundelete.c2496 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
Dntfsinfo.c2468 (opts.force ? NTFS_MNT_RECOVER : 0)); in main()
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1296 if (!(flags & NTFS_MNT_RECOVER) || (errno == EPERM)) { in ntfs_device_mount()
/third_party/ntfs-3g/src/
Dntfs-3g.c4035 flags |= NTFS_MNT_RECOVER; in ntfs_open()
Dlowntfs-3g.c4323 flags |= NTFS_MNT_RECOVER;