ntfs-3g/src
Erik Larsson 7506d8b80b Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags.
The MS_* flags originated from system constants. However the flags
passed to ntfs_mount were really unrelated to the system constants and
many new MS_* flags had to be introduced as different features were
added to the library. Those flags had no counterparts in any system
APIs, so using the same naming scheme is inappropriate.

Instead, let's namespace these flags similarly to what has already been
done in ntfsprogs/libntfs earlier. This avoids any possible conflicts
with system constants.
The values of the flags themselves are kept the same as earlier, so
backward compatibility is retained.
2012-11-07 16:29:48 +01:00
..
Makefile.am Added a new configure option '--disable-ntfs-3g'. 2011-07-06 19:11:42 +02:00
lowntfs-3g.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfs-3g.8.in Prevented partitions with metadata cached in Windows from being mounted 2012-09-25 09:46:54 +02:00
ntfs-3g.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfs-3g.probe.8.in Update ntfs-3g.org references 2011-03-27 15:29:48 +03:00
ntfs-3g.probe.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
ntfs-3g.secaudit.8.in update date of manuals 2010-02-06 09:17:06 +00:00
ntfs-3g.usermap.8.in update date of manuals 2010-02-06 09:17:06 +00:00
ntfs-3g_common.c Added an optional argument (number of seconds) to the option delay_mtime 2012-06-18 12:34:56 +02:00
ntfs-3g_common.h Added an optional argument (number of seconds) to the option delay_mtime 2012-06-18 12:34:56 +02:00
secaudit.c Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
secaudit.h Rename legacy MS_* flags for ntfs_mount with NTFS_MNT_* flags. 2012-11-07 16:29:48 +01:00
usermap.c Escaped difficulties with the diversity of boolean definitions 2010-01-17 09:35:32 +00:00