Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h63 NTFS_MNT_MAY_RDONLY = 0x02000000, /* Allow fallback to ro */ enumerator
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1289 if (flags & NTFS_MNT_MAY_RDONLY) in ntfs_device_mount()
1297 if (flags & NTFS_MNT_MAY_RDONLY) in ntfs_device_mount()
/third_party/ntfs-3g/src/
Dntfs-3g.c4033 flags |= NTFS_MNT_MAY_RDONLY; in ntfs_open()
Dlowntfs-3g.c4321 flags |= NTFS_MNT_MAY_RDONLY;