Home
last modified time | relevance | path

Searched refs:NTFS_MF_READONLY (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h80 NTFS_MF_READONLY = 4, /* Device is mounted read-only. */ enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c352 if ((mnt_flags & (NTFS_MF_MOUNTED | NTFS_MF_READONLY)) == in print_label()
Dntfscmp.c967 if (!(mntflag & NTFS_MF_READONLY)) in mount_volume()
Dntfsfix.c1626 !(mnt_flags & NTFS_MF_READONLY) && !force) { in main()
Dntfsclone.c2158 if (!(mntflag & NTFS_MF_READONLY))
Dntfsresize.c2937 if (!(mntflag & NTFS_MF_READONLY)) in mount_volume()
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1530 *mnt_flags |= NTFS_MF_READONLY; in ntfs_mntent_check()
1578 *mnt_flags |= NTFS_MF_READONLY; in ntfs_mntent_check()
/third_party/ntfs-3g/src/
Dntfs-3g.c4382 && (!(existing_mount & NTFS_MF_READONLY) || !ctx->ro)) { in main()
Dlowntfs-3g.c4654 && (!(existing_mount & NTFS_MF_READONLY) || !ctx->ro)) {