Home
last modified time | relevance | path

Searched refs:NTFS_MNT_FORENSIC (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h64 NTFS_MNT_FORENSIC = 0x04000000, /* No modification during enumerator
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1286 if (!(flags & (NTFS_MNT_RDONLY | NTFS_MNT_FORENSIC))) { in ntfs_device_mount()
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c2888 if (!(myvol = ntfs_mount(opt.volume, opt.ro_flag | NTFS_MNT_FORENSIC))) in check_volume()
Dntfsrecover.c3305 ? NTFS_MNT_FORENSIC : NTFS_MNT_RDONLY)); in open_volume()