Home
last modified time | relevance | path

Searched refs:NTFS_MNT_RDONLY (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ntfs-3g/src/
Dntfs-3g.probe.c71 flags |= NTFS_MNT_RDONLY; in ntfs_open()
Dntfs-3g.c4030 flags |= NTFS_MNT_RDONLY; in ntfs_open()
/third_party/ntfs-3g/ntfsprogs/
Dntfsmftalloc.c315 ul = NTFS_MNT_RDONLY; in main()
Dntfscat.c418 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
Dntfslabel.c440 (opts.noaction ? NTFS_MNT_RDONLY : 0) | in main()
Dntfsfix.c1481 if (flags & NTFS_MNT_RDONLY) in fix_startup()
1570 flags = (opt.no_action ? NTFS_MNT_RDONLY : 0); in fix_mount()
1635 flags = (opt.no_action ? NTFS_MNT_RDONLY : 0); in main()
Dntfscluster.c501 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
Dntfsls.c653 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
Dntfsck.c854 vol = ntfs_device_mount(dev, NTFS_MNT_RDONLY); in main()
Dntfstruncate.c743 ul = NTFS_MNT_RDONLY; in main()
Dntfsdump_logfile.c203 vol = ntfs_mount(filename, NTFS_MNT_RDONLY); in logfile_open()
Dntfsmove.c882 flags |= NTFS_MNT_RDONLY; in main()
Dntfsfallocate.c851 ul = NTFS_MNT_RDONLY; in main()
Dntfsclone.c2197 if (!(new_mntflag & (NTFS_MNT_RDONLY | NTFS_MNT_RECOVER))) {
2202 new_mntflag | NTFS_MNT_RDONLY);
2462 mount_volume(NTFS_MNT_RDONLY);
Dntfscmp.c972 vol = ntfs_mount(volume, NTFS_MNT_RDONLY); in mount_volume()
Dntfsusermap.c216 NTFS_MNT_RDONLY); in open_volume()
Dntfscp.c876 flags = NTFS_MNT_RDONLY; in main()
Dntfssecaudit.c590 (flags & NTFS_MNT_RDONLY in open_volume()
4736 if (open_volume(volume,NTFS_MNT_RDONLY)) { in backup()
4775 if (open_volume(volume,NTFS_MNT_RDONLY)) { in listfiles()
4819 if (open_volume(volume,NTFS_MNT_RDONLY)) { in mapproposal()
5546 if (open_volume(volume,NTFS_MNT_RDONLY)) { in audit()
Dntfsdecrypt.c1591 (opts.encrypt ? 0 : NTFS_MNT_RDONLY) | in main()
Dntfswipe.c2169 flags = NTFS_MNT_RDONLY; in main()
Dntfsundelete.c2495 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
Dntfsinfo.c2467 vol = utils_mount_volume(opts.device, NTFS_MNT_RDONLY | in main()
Dntfsresize.c539 opt.ro_flag = NTFS_MNT_RDONLY; in parse_options()
579 opt.ro_flag = NTFS_MNT_RDONLY; in parse_options()
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h62 NTFS_MNT_RDONLY = 0x00000001, enumerator
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c544 if (flags & NTFS_MNT_RDONLY) in ntfs_volume_startup()
1286 if (!(flags & (NTFS_MNT_RDONLY | NTFS_MNT_FORENSIC))) { in ntfs_device_mount()
1309 if (!(flags & NTFS_MNT_RDONLY) && !need_fallback_ro) { in ntfs_device_mount()

12